Total Pageviews

Search This Blog

Saturday, February 7, 2009

Dynamics AX Tip for regenerating a record using RecordInfo

This is a cool tip which could be handy if one wants to regenerate a record at later point of time after it's deletion.
Step1 - Say, I want to delete a record from VendTable and later at some point of time I want to recreate it back. Right-Click the record and press Record info from the Context menu




















Step 2 - Click on Script button. This will generate an insert script of the record which you can use it for re-inserting the record back via say a job.















Step 3 - This is how the job looks like , I copied the script from clipboard in Step 2 and pasted it in my job editor

No comments: