Thursday, 3 July 2025

Enable disable sales Invoice, Confirmation, packing slip and Picking list button in D365 FO

Sometimes we need to enable disable button in Sales order form then you can apply your code in below method in SalesTableType class

\Classes\SalesTableType\canConfirmationBeUpdated

\Classes\SalesTableType\canInvoiceBeUpdated

\Classes\SalesTableType\canPackingslipBeUpdated

\Classes\SalesTableType\canPickingListBeUpdated

For sales order list page you can refer below method.

\Classes\SalesTableListPageInteraction\setButtonEnabled


 




No comments:

Post a Comment

Display Method Data Not Showing in Query-Based SSRS Reports in D365 FO

 While working on a Query-Based SSRS Report in Dynamics 365 Finance & Operations, I faced an issue where a display method added through ...