Monday, August 28, 2017

Error : Invalid data container type. (AIF)

//Error : Invalid data container type. (AIF)
Resolution
Class : AfStronglyTypedDataContainer
Do Compile Forward

No comments:

Post a Comment

validateExistCommonRecord in D365FO X++

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