Is it possible to create a parent row (PO) wi...

Is it possible to create a parent row (PO) with its child rows (POItems) in one web hook call? (The PO# is created with UNIQUID(), will it be written into the child rows?) I did not manage to make this work and I am wondering if it should work. Thanks

e.g. { “Action”: “Add”, “Properties”: { “Locale”: “en-US”, “Timezone”: “Israel Standard Time”

}, “Rows”: [ { “Supplier Name”: “<<[Supplier Name]>>”, “Related POItems”: { <<Start:Related POItems>>

“Rows”: [

{

“Cat#”: “<<[Cat#]>>”,

“Units”: <<[Units]>>,

“Unit Price”: <<[Price]>>,

},

] <>

} } ] }

0 6 421
6 REPLIES 6
Top Labels in this Space