Creating a new production bom version using webservices

Hello,

I am using a webservice to work with the “Production BOM Version” page in Navision (99000809).

When trying to create a new bom version, I am executing the “Create” method for the “Production BOM Version” page.

The parameter for the “Create” method is a production bom version object with the properties; status, version_code.

When I run it, Navison gives the following error,

[The Production BOM Header does not exist. Identification fields and values: No.=’’"]

I guess I am wondering in the back end, what does Navision do when creating a bom version, it seems that I need to create an entry in the production bom header.

Any help would be greatly appreciated!