Sunday, October 26, 2014

Implement the lookup on Runbase class in ax 2012

// Implement the lookup on Runbase class

DialogRunbase dialogform = Dialog::newFormnameRunbase(formstr(custTableLookup),this);

No comments:

Post a Comment

validateExistCommonRecord in D365FO X++

validateExistCommonRecord(     RefTableId _refTableId,     RefRecId _refRecId) {     boolean ret = true;     if (!_refTableId || !_refRecId)...