Monday, 12 March 2018

Custom lookup using OnLookup Event Handler in AX7 / D365

To create a lookup on a control (e.g. StringEdit control), override the lookup method or copy the OnLookup event handler of that control. Below is the example of the custom lookup using OnLookup Event Handler in AX7 / D365.


No comments:

Post a Comment

How to Parse Excel Dates in D365 F&O Using X++

When importing data from Excel into Dynamics 365 Finance & Operations (D365 F&O) , dates can come in different formats. Depending on...