anithayeda
Programmer
Hi All,
I created a BPM.The logic is whenever user clicks on drop ship checkbox in sales order release a message box should pop up with message "Drop Shipped : " .I know there are many other ways but I would like to do it using ABL code as there is additional code that has to be writen to this.
I wrote an ABL code on Method Code:SalesOrder.Update
Pre-processing
Conditions:
the OrderRel.DropShip field of all rows is equal to the True expression
Actions:asynchronously execute ABL FOR EACH ttOrderrel: ... record call, return
The ABL Code is
MESSAGE "Drop Shipped : "
VIEW-AS ALERT-BOX .
But I dont get any alert/message box when I check the dropship.Am I missing something or is there any other code to show message box.
Thanks.
I created a BPM.The logic is whenever user clicks on drop ship checkbox in sales order release a message box should pop up with message "Drop Shipped : " .I know there are many other ways but I would like to do it using ABL code as there is additional code that has to be writen to this.
I wrote an ABL code on Method Code:SalesOrder.Update
Pre-processing
Conditions:
the OrderRel.DropShip field of all rows is equal to the True expression
Actions:asynchronously execute ABL FOR EACH ttOrderrel: ... record call, return
The ABL Code is
MESSAGE "Drop Shipped : "
VIEW-AS ALERT-BOX .
But I dont get any alert/message box when I check the dropship.Am I missing something or is there any other code to show message box.
Thanks.