0

Class BillDetail has no property InventoryID on a bill item level, yet there is a field Inventory ID in the grid, at least for Bills with for non-stock items.

How can I read/write this field using SOAP?

Thank you. Alexander

Alexander
  • 139
  • 8

1 Answers1

0

The field becomes available to API if Endpoint is extended:

I went to a screen SM207060, extended endpoint and gave it a name.

Then I expanded the entity Bill->Bill Details, added a row and choose Document Details InventoryID-Inventory ID for the field, and saved.

Then I copied URL from view websource and changed reference in my VS project. The field Inventory ID became visible.

Alexander
  • 139
  • 8