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

WMS Mobile app flow - Adding Detour fields for Process guided framework custom implementation

 WMS Mobile app flow => Adding Detour fields for Process guided framework custom implementation Before fix: Adding code fix to get thos r...