I am using Postman to create records in D365 via Odata
is it possible to create a record on two different tables at the same time through one odata call
PS
its not working that way (post method)
//Table#1 fields
/Worker/: 22565420973,
I handled number sequence on methods but it still inserts record on the first table only.
any suggestions on how to achieve that?