Hello Friends,
I have added customized button under button group in SalesTable form.
My requirement is If user will click on customized button that button (Customized button) should be disable and in sales table i have added one customize field that should be update.
To achieved that i am using CoC.
[ExtensionOf(formControlStr(SalesTable, ABC_CreateInvoice))]
final class SalesTable_ABC_Extension
{
public void clicked()
{
next clicked();
}
}
Here i am unable to get customized button value and form Salestable_ds value.
Please tell me how to get this on button click.
Thanks & Regards,
Rahul