A utility to script Ax table data in x++
Views (1157)
I have just compiled a utility that can be helpful in setting up data for the unit test. This utility will generate x++ insertion code for the rows in a table. Just to clarify there is an existing utility called Record info ( that comes out when you right mouse click + Record Info on a record in a table) that can perform similar type of functionality, however it has some limitation. For instance, it can script only single record.
I have performed this enhancement in this existing utility.This utility provides option of scripting the mandatory fields data, primary index key data, multiple records data and the whole table data.
You can find the utility here

This was originally posted here.
*This post is locked for comments