Monday, September 12, 2016

Get Active Record in ListPage Ax 2012

//Active Record in ListPage Ax 2012

ListPage        listPage                = this.listPage();
Tablename activeRecordTab;
;
activeRecordTab = listPage.activeRecord(#TableName);

No comments:

Post a Comment

Convert Call stack to readable format in D365FO X++

//Input --container _xppCallStack = xSession::xppCallStack();  Public static str POL_formatXppCallStack(container _xppCallStack, int _skipFr...