Tuesday, September 26, 2017

To refresh the composite entity list metadata in DAX 365 for FO

DMFDataPopulation::refreshCompositeEntityList();

No comments:

Post a Comment

validateExistCommonRecord in D365FO X++

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