Good Morning,
I am trying to write Dialog in one of the Customized Button -->clicked()
Ex - void clicked()
{
Dialog dialog = new Dialog("Email");
DialogField custaccount,cust,vend;
custaccount = dialog.addField(extendedTypeStr(CustAccount ), 'Cust Account :' );
cust = dialog.addField(extendedTypeStr(NoYesId ), 'Customer :' );
vend = dialog.addField(extendedTypeStr(NoYesId ), 'Vend :' );
if(dialog.run())
{
info("Working");
}
}
I have created one job for trial
If i click Customer.get the lookup of CustAccount.
if i click Vend .get the lookup of VendAccount.
Is it possible.
can i write in clicked Method(Above Clicked()).
Please guide me.
Regards.
Any help would be greatly appreciated.
Thanks.
Have a great day.
*This post is locked for comments