Updating the cross-references

 


                Cross Reference Dynamics Finance & Operations


  • Navigate to MS Dynamics AX > Tool > Development Tools > Cross-reference > Periodic > Update
  • The Update cross-reference window appears.
  • Select update all and click the OK button. It will create a batch job and start running the batch job.
  • Usual time ranges from 3-4 hours depending upon the performance of the server.

Support Faryal's Cusine


Concept of extensions

 

Define Concept of Extensions



An extension is a way to add functionality to an object in D365FO without modifying the base code of that object.  

Your extensions are compiled into their own DLLs, which are separate from the D365 base system libraries. It also makes it easier for Microsoft to patch their sys layer code.

Microsoft has added to allow customizations without allowing the base code to be changed because they plan to not allow any overlaying of SYS layer code. 


Here are my old articles

Support Faryal's Cusine


Virtual Fields Vs Computed Fields

  Virtual Field: A virtual field in D365FO is a field that doesn't have a direct representation in the database. It's a field that y...