How to determine the DropShip PO record?
How to determine if the PO record is a DropShip?
getFieldValue(‘createdfrom’) == getFieldValue(‘dropshipso’)
this is currently my condition to determine but its not consistent. sometime the dropshipso is null/empty. Any suggestions?