Showing posts with label ClearCaches. Show all posts
Showing posts with label ClearCaches. Show all posts

Tuesday, 3 July 2018

Clear Caches in Microsoft Dynamics 365 for Finance and Operations

public class GHMCClearCaches
{
    public static void main(Args _args)
    {
        SysFlushAOD::main(new Args());
        SysFlushData::main(new Args());
        SysFlushDictionary::main(new Args());
    }
}

validate offsetLedgerDimension in d365 FO

 /// <summary> /// This class is used to validate offsetLedgerDimension /// </summary> class PNG_InventMovValidateOffsetLedgerDi...