I have a webservice that imports sales invoices from our order management system into NAV 2013 using pages 43 "Sales Invoice" and 47 "Sales Invoice Subform". I now need to insert a global dimension value on each sales line, but can't seem to get that to work and the only examples I find to insert dimension sets refer to codeunit 408, which cannot be exposed as a webservice because its internal use of a record type object.
I tried to expose the page 480 "Edit Dimension Set Entries" and page 479 "Dimension Set Entries" but I get 404 errors when trying to call the Create method.
Is there a way to do this via webservice?
0
Comments
Then call:
NewDimID := DimMgt.GetDimensionSetID(TempDimSetEntry);
The DimMgt.GetDimensionSetID will automatically add missing entries.
Microsoft - Dynamics NAV
Gunnar Gestsson
Microsoft Certified IT Professional
Dynamics NAV MVP
http://www.dynamics.is
http://Objects4NAV.com
Is there a way to do this without a dev license?
Microsoft - Dynamics NAV