Thursday, 19 January 2017

Segment Entry control migration guideline from Ax 2012 to Dynamics 365 Ax.

Hi,

Below is the link for "How to use Segment entry control in Dynamics AX 365 "

https://ax.help.dynamics.com/en/wiki/segmented-entry-control-migration-guidance/



For Example:

First overwrite the methods as shown in the below screen shot for Segment entry control:




Code inside the lookUp method does the main part:

The LedgerJournalEngine.accountNumLookup check the AccountType and work accordingly.





Best Regards
Pranav

1 comment:

Insert/Update or remove the default dimension value in D365 FSCM via x++

Use below method to insert/update the dimension values, just pass the parameter values to the method and it will return the updated value: p...