Monday, August 28, 2017

Error : Entity name must be field in -  after upgrade

//Error : Entity name must be field in -  after upgrade
static void San_EntityNameUpd(Args _args)
{
    ReleaseUpdateDB63_DMF  updateEntity = new ReleaseUpdateDB63_DMF();
    updateEntity.updateEntityType();
}

No comments:

Post a Comment

Copy Markup charges while posting purchase invoice using X++

 Copy Markup charges while posting purchase invoice using X++ Class: Important: Code logic is just for Reference.  New class => Duplicate...