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

Help Wiki for Dynamics 365

Hi All,

Below link is a Help Wikipedia to find all  the new concepts and features available in Dynamics 365 for Operations.




Best Regards
Pranav 

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...