Umar Naeem
09/06/2021, 1:09 PM_var_ dropshipPO = _record_.create({
type: _record_.Type.PURCHASE_ORDER,
isDynamic: false,
defaultValues: {
shipgroup: 1,
soid: _soId_,
dropship: true,
custid: _customerId_,
entity: vendorId,
poentity: vendorId
}
});
I have noticed that the parameters like shipgroup and custid are same as the parameters of the url to create dropship pos.
Can anyone tell me how these parameters are being picked by the system?CD
09/06/2021, 1:13 PMUmar Naeem
09/07/2021, 4:31 AM