I would like to import BOM over the standard BOM AIF Web Service in AX 2012.
In my XML-File I don’t define any BOMId, because the system should take the next possible BOMId from the existing number sequence.
When I start the import of my XML-File I get the following error message.

This is the setting of my number sequence.
What do I have to do to automatically get the next available number from the number sequence (Continous), when importing BOMs via the standard AX AIF Web Service?
Hi,
Could you able to get next number normally(In tables ,forms…)…
Yes in tables, forms etc. I automatically get the next number.
hi,
Try this one…
Go to “Organization and Administration” → Number sequence ->Accounts Rece → Customer id and then company → CheckBox to “manual”…
Hi,
try the steps…Pls let me know…
When I try the steps from above, I get another error message: “Field ‘BOM’ must be filled in.”
Another error message: “Number does not match format TESTBOM#########.”
This won’t help me. I’m passing an empty BOMId via the XML file, so in that case the format of the number sequence is wrong, because it is empty.
Therefore the system should automatically genereate the next available number from this particular sequence.