Original Message:
Sent: 06-11-2024 11:09
From: Alex Walter
Subject: RESTAPI Call Not returning ALL PO Lines
Adam,
Try the following as your oslc.selectString parameter:
ponum,totalbasecost,status,poline{polineid,polinenum,linecost,pocost{percentage}}
You can also use the following syntax if the objects do not exist in the object structure and you just want to use standard relationships:
ponum,totalbasecost,status,rel.poline{polineid,polinenum,linecost,rel.pocost{percentage}}
Hope this helps,
------------------------------
Alex Walter
A3J Group LLC
Original Message:
Sent: 06-10-2024 17:48
From: Adam Olson
Subject: RESTAPI Call Not returning ALL PO Lines
When I'm making a call using the MXPO Object Structure I'm not returning all PO line information. For example, my PO has 9 lines and I am trying to GET the
ponum,totalbasecost,status,POLINE.POLINEID,poline.polinenum,poline.linecost,poline.pocost.percentage
When my result is returned I am only getting the first PO Header information and 1st PO Line information.
Any ideas on why the other line information is not being returned?
#Administration
------------------------------
Adam Olson
Deriva Energy
------------------------------