E9.2 ORCH - Unable to add Multiple Sales Order Lines - P42101

NM1234

Active Member
Hello -

I am trying to create Sales Order by using JSON data but somehow it's creating the Sales Order with one detail line. Anyone faced this issue in the past. Any help will be highly appreciated.

JSON Grid Data:
[ { "Quantity_Ordered": 2, "Item_Number": 210 }, { "Quantity_Ordered": 3, "Item_Number": 210 }]

1684419920036.png

1684420036189.png

1684420104586.png

1684420225371.png
1684420289423.png


Thanks for the help.
NM
 
Update -

Called the P42101 FR via another ORCH, passed Order Header information with Grid Information and it worked!!

1684436708057.png

JSON String:

{
"Long_Address_Number_Sold_To": "4243",
"Long_Address_Number_Ship_To": "4243",
"HdrBusinessUnit": "30",
"GridIn_188_20_2": [
{
"Quantity_Ordered": 2,
"Item_Number": "210"
},
{
"Quantity_Ordered": 3,
"Item_Number": "210"
}
]
}

Thank you..
 
These are my favorite types of posts, where the poster keeps trying things and finds a solution, then cares enough to come back and update us all on the answer! Bravo!
 
Back
Top