Hi,
How can I update an entity in LN through a BOD, without mandatory (ID) information?
I know I can send an inbound BOD with the actionCode=Change. This works perfectly, as long as all ID information for all entities and subentities is provided.
But not in all cases I have this information. I have a situation where I want to update a ServiceOrder. I do have the ServiceOrder ID, but I do not have the ServiceOrderLine linenumbers. Upon update LN rejects my update because the mandatory linenumbers are missing.
Can I create an Inbound BOD extension where I query the salesorderline linenumber in advance? I have an Item ID for each line that I can use to lookup the particular LineNumber of the ServiceOrderLine.
This update action seems like a not so complicated operation, but I do not know how to achieve this.
Dave