How to disable button new in markuptrans form if sales line invoiced ?
create extension from markuptrans form , and copy event handler for initialized form
[FormEventHandler(formStr(MarkupTrans), FormEventType::Initialized)]
public static void MarkupTrans_OnInitialized(xFormRun sender, FormEventArgs e)
{
FormDataSource MarkupTrans_ds = sender.dataSource(“MarkupTrans”);
SalesLine salesline;
MarkupTrans …
Continue Reading noreply@blogger.com (Mahmoud Hakim)’s Article on their blog
How to disable button new in markuptrans form if sales line invoiced ?
Blog Syndicated with noreply@blogger.com (Mahmoud Hakim)’s Permission
More About This Author
Array
Finance & Operations2023.01.29Tips after restoring backup from production server to Test server in Ax 2012
Finance & Operations2022.08.25How To to use Performance Timer to investigate the issues in D365?
Finance & Operations2022.07.03Table Sync Failed for Table: XXXtable. Exception: System.InvalidOperationException: Table 'XXX': Converting Field 'YYY' of Type 'AxTableFieldReal' to 'AxTableFieldInt' is not supported. Please drop the original field, sync the table and add a new field with the same name if needed.
Finance & Operations2022.07.01Ho to calculate due date in x++?