b1 usability package
AnsweredI created a default form containing a table with the columns: Item Code, Quantity, To Warehouse, and Project. Whenever a work order is generated using beas manufacturing, the items will be copied to the default form. From there, I created a universal function using the B1 Usability Package to copy those details from the default form to the Inventory Transfer Request using the following code:
Focus($[$0_U_G.#.0]);
Activate(784);
Activate(3088);//copy to transfer request
Focus($[$23.1.0]);
AutoPressNextPopup($[$1.0.0]);
Activate(773);
However, only the Item Code and Quantity are being copied; the Project and To Warehouse details are not being updated. Please help!
0
Please sign in to leave a comment.
Comments
0 comments