Thursday, February 23, 2017

Create Ledger dimension Account for Dynamics Account in ax 2012

//Create Ledger dimension for Dynamics Account in ax 2012


DimensionStorage::GetDynamicsAccount("001",LedgerActAccounttype::Project)

No comments:

Post a Comment

validateExistCommonRecord in D365FO X++

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