here i have added 4 button in salesQuotationlistpage. now i need to enable/disable button according status. so i have Extensionof of class SalesQuotationListPageInteraction and modify setButtonEnabled method by Chain of Command //list page button enable and diable in listpage interation class [ExtensionOf(classStr(SalesQuotationListPageInteraction))] final class SQTableinimathod_Extension { protected void setButtonEnabled() { SalesQuotationTable SalesQuotationTable; CustQuotationJour CustQuotationJour; CustQuotationConfirmJour CustQuotationConfirmJour; next setButtonEnabled(); SalesQuotationTable SalesQuotationTable1 = this.listPage().activeRecord(queryDataSourceStr(SalesQuotationListPage, SalesQuotationTable)); selec...
.. Vinod Kokkirala
Comments
Post a Comment