web
You’re offline. This is a read only version of the page.
close
Skip to main content

Notifications

Announcements

No record found.

Community site session details

Community site session details

Session Id :
Microsoft Dynamics AX (Archived)

Field 'Entity' must be filled in.

(0) ShareShare
ReportReport
Posted on by

Hi,

In the DIXF, when creating a processing group and entities in the 'Select entities for processing group' (DMFDefinitionGroupEntity) form I am running into an error when attempting to create new entity records. 

I assign an entity and source data format. However when I click any button or click off of the record i get a warning that states: "Field 'Entity' must be filled in" despite the 'Entity' field being populated. This prevents me from continuing the DIXF setup, the only way I can exit the form is to hit ESC and choose not to save my changes.

When debugging, the value is assigned to the DMFDefinitionGroupEntity table so I am not sure what the issue is.

Our environment has no customizations in it.

*This post is locked for comments

I have the same question (0)
  • Verified answer
    5400 Profile Picture
    7,162 on at

    Hi Jhenslee,

    It is i sthe new fied 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 Job13(Args _args)

        ReleaseUpdateDB63_DMF  releaseUpdateDB63_DMF = new ReleaseUpdateDB63_DMF();

       releaseUpdateDB63_DMF.updateEntityType();

       

    }

     Thanks

    Bhaskar

  • Guy Terry Profile Picture
    28,924 Moderator on at

    Thanks Bhaskar. The AX 2012 R3 CU9 demo VM has this problem, which is solved by your job.

  • 5400 Profile Picture
    7,162 on at

    you are WC.

  • Community Member Profile Picture
    on at

    Hi all,

    Does this mean inserting the script at the bottom of the existing script on the target?

    Sincerely,

    ABTS

  • Guy Terry Profile Picture
    28,924 Moderator on at

    Hi ABTS,

    No, I think it means to create a new Job in the AOT, containing the five lines of code from Bhaskar's comment, and running it.

  • Community Member Profile Picture
    on at

    Got it!

    Thank you!

  • Suggested answer
    Community Member Profile Picture
    on at

    Thanks Bhaskar, I got the same error but done with this job. Prob solved.

  • Community Member Profile Picture
    on at

    I pasted the listed code in the path provided and its giving me a syntax error. Is this correct? Is that what we are supposed to do to get this error remoted. I didn't understand the comment of creating a new job in AOT. Could you detail out your steps please.

    static void Job13(Args _args)

    {

       ReleaseUpdateDB63_DMF  releaseUpdateDB63_DMF = new ReleaseUpdateDB63_DMF();

      releaseUpdateDB63_DMF.updateEntityType();

    }

  • Community Member Profile Picture
    on at

    I pasted the listed code in the path provided and its giving me a syntax error. Is this correct? Is that what we are supposed to do to get this error remoted. I didn't understand the comment of creating a new job in AOT. Could you detail out your steps please.

    static void Job13(Args _args)

    {

      ReleaseUpdateDB63_DMF  releaseUpdateDB63_DMF = new ReleaseUpdateDB63_DMF();

     releaseUpdateDB63_DMF.updateEntityType();

    }

  • Guy Terry Profile Picture
    28,924 Moderator on at

    Hi aymirza,

    Your code works fine for me. Can you provide full details of the syntax error; a passing developer may be able to help you.

    To create a new Job, open the AOT (Ctrl + D). Right-click on the 'Jobs' node, and choose 'New job'. An Editor will open, with a couple of lines of code in it. Delete all that and paste in the five lines from your message.

    To check it's OK, press the Compile button (or press F7). To run the job, click the green 'Go' arrow (or press F5).

Under review

Thank you for your reply! To ensure a great experience for everyone, your content is awaiting approval by our Community Managers. Please check back later.

Helpful resources

Quick Links

Responsible AI policies

As AI tools become more common, we’re introducing a Responsible AI Use…

Neeraj Kumar – Community Spotlight

We are honored to recognize Neeraj Kumar as our Community Spotlight honoree for…

Leaderboard > 🔒一 Microsoft Dynamics AX (Archived)

#1
Martin Dráb Profile Picture

Martin Dráb 4 Most Valuable Professional

#1
Priya_K Profile Picture

Priya_K 4

#3
MyDynamicsNAV Profile Picture

MyDynamicsNAV 2

Last 30 days Overall leaderboard

Featured topics

Product updates

Dynamics 365 release plans