Hi
I successfully enabled a Button group in Return Table form with following code. So I thank the code can work. However, in the beginning, I plan to only unable a menu button "buttonUpdatePackingSlip" which is one of numbers in "GroupProcess". When I changed GroupProcess to buttonUpdatePackingSlip, my code does not work sometimes. I found the "buttonUpdatePackingSlip" is also called in another place. So, it affects my code. How can I let my code in Form extension run in the last step?
formrun.control(formRun.controlId(formControlStr(ReturnTable, GroupProcess))).enabled(false);
Best Regards,
JustZM