Wednesday 9 May 2018

Retail Receipt Backup

If you are going to modify your receipt format and want to take backup of your current receipt format.

Setps :

1. Open SQL go to the Microsoft Dynamics ax database
2. Open  table [RETAILFORMLAYOUT]
3. Run Query
   
SELECT  [HEADERXML]  ,[LINESXML],[FOOTERXML],*  FROM [MicrosoftDynamicsAx].[RETAILFORMLAYOUT]

4. Copy Headerxml,Linesxml,footerxml against the receipt ID

You can keep in xls or notepad these lines, whenever you want then you can replace with current lines.

No comments:

Post a Comment