Hi all.
Maybe you coud help me.
I have done some report printing a lot of informations about shipments. The report is launched from shipments form after user check given shipment. I am facing a problem with passing parameter to dialog.
Now in the controller I used:
this.parmArgs().record().shipmentId
and it is fetch correct shipment Id and printing report is working well.
But I need this shipment Id also in dialog wich I am building by UIBuilder class. Depending on it I have to enable/diasable some fields on the dialog. How can I pass this parameter to dialog (UIBuilder class).
Any ideas??
*This post is locked for comments
I have the same question (0)