Thursday, October 5, 2017

To AOT Objects and their elements with Layer information

Table : UtilIdElements (System Table)

//From above Table - we can get specified only layer changes Elements

No comments:

Post a Comment

validateExistCommonRecord in D365FO X++

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