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

Setting VendInvoiceInfoTable default values for custom fields - D365 FO

  When creating a vendor invoice and you are trying to populate custom fields on table VendInvoiceInfoTable you may find that the following ...