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());
    }
}

No comments:

Post a Comment

Creating new D365FO Business Event

  The name should include the noun or phrase that corresponds with theevent, followed by the BusinessEvent suffix. New business event for Cu...