Is it possible to GetByID in a different company?

When the shipby date on the sales order release is updated, I want to update the due date on the linked intercompany PO. I have the Extcompany, and ICPONum, ICPOLineNum, ICPORelNum from OrderRel. But when I try to do GetByID on the PO service I can only get POs from the current company. Is there a way to pass in the company as a parameter? or??

Old thread, probably not doable in Kinetic or Cloud. But this worked for me a temporary session. Worst case you make a Cross-Company BAQ or EFX and call that.

2 Likes

What about calling a REST API for the other company with a different logon that has access to it? Could even be done in Automation Studio if you have it. :thinking:

1 Like