Skip to content

Instantly share code, notes, and snippets.

View downarowiczd's full-sized avatar
:octocat:
Focusing

Dominik Downarowicz downarowiczd

:octocat:
Focusing
View GitHub Profile
@d47447
d47447 / ExportLicenseFile
Created March 15, 2019 03:43
Export license file from AX 2009, and 2012
static void OutputLicenseToText(Args _args)
{
#define.licenseVersion(2)
#define.KeywordLen(20)
#define.keywordLicense('License')
#define.keywordProperties('Properties')
#define.keywordCodes('Codes')
#define.keywordCodeLine('CodeLine')
#define.keywordDate('Date')
#define.keywordSerial('Serial')