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

Display Method Data Not Showing in Query-Based SSRS Reports in D365 FO

 While working on a Query-Based SSRS Report in Dynamics 365 Finance & Operations, I faced an issue where a display method added through ...