Error Field 'Entity' must be filled in in Dynamics Ax

Description: It is the new field has introduced in Cu9, so you have to run the data upgrade check list before using DMF. 
Workaround - \Classes\ReleaseUpdateDB63_DMF\updateEntityType please run on Job. As below.

static void ReleaseUpdateDB63_DMFUpdate(Args _args)
{
    ReleaseUpdateDB63_DMF releaseUpdateDB63_DMF = new ReleaseUpdateDB63_DMF();
    releaseUpdateDB63_DMF.updateEntityType();
}

Related Posts

Previous
Next Post »

Thanks for comments.....