Friday, June 8, 2018

Updating Hour journal Indirect Sales Price in to Project funding limit spent in AX 2012


Issue:
System is not updating Hour journal IndirectCost component Sales Price in to Project funding limit spent in AX 2012

Code Fix: (write logic to update Project funding limit Spent)_
AOTàClassà
PsaProjPostEmplIndirectJournalàMethod(ClasscreateAndUpdateTrans)

No comments:

Post a Comment

validateExistCommonRecord in D365FO X++

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