Hello,
I want to open BOL form from Customer shipment entry. below is the code I added in the app-open. but how can I pass BOLNum into app-open.
thanks,
Eddy
Hello,
I want to open BOL form from Customer shipment entry. below is the code I added in the app-open. but how can I pass BOLNum into app-open.
thanks,
Eddy
I do this in the “Launch Options”
Try:
{
"options": {
"valueIn": "{ShipHead.BOLNum}"
}
}
fixed. i forgot to change the " when I copy and paste.
it works now.
thanks a lot.
Eddy