10 Sept 2013

Data Back up using Definition Group in axapta

Go to Administration > Data Export / Import > Definition Group > Create new Definition group “ Table Back up”

Identify the name of a definition group.

Click on “Include Table Groups” tab. Select all the check boxes including the transactions also.

Click OK.

A definition group will get created in the form

Now click on Export to button. Select the file location where data will be saved. Now click on OK.

No comments:

Create number sequence in D365 FO

Create the data type. Add code in the loadModule method of the appropriate NumberSeqModule subclass. Add a method to the module’s paramet...