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

Community site session details

Session Id :
Microsoft Dynamics AX (Archived)

Error message “The value ‘xx' is not found in the map” when opening any parameter form in AX 2012 R3

(2) ShareShare
ReportReport
Posted on by 270

You might have come across following error when you opening any parameters form and the only difference in this error is number will change based on the parameter form.

“The value 72 is not found in the map”

If you debug the code, you’ll find that the error is thrown at line 38 of NumberSeqGlobal.buildModulesMap(). It’s this line: (you should remove AUC files before debugging C:\Users\<user name>\AppData\Local)

        numberSeqModuleNamesMap = Map::create(con);

this suppose to return null but it will return the value [] due to some unexpected AOS crash or something else.

if you look at AUC files of user you can see some corrupted files in other language like Chinese....

Solution:-

Restart of AOS should help us to get ride of the issue.

Kind Regards

Jayaprakash Chinthamreddy

*This post is locked for comments

I have the same question (0)
  • Azeemuddin Chisty Profile Picture
    80 on at
    RE: Error message “The value ‘xx' is not found in the map” when opening any parameter form in AX 2012 R3

    this helped me thanks..

  • Suggested answer
    Osama Anjum Profile Picture
    530 on at
    RE: Error message “The value ‘xx' is not found in the map” when opening any parameter form in AX 2012 R3

    Hi everyone,

    I have got a solution to this error. This is caused due to number sequence issue while creating a new module in D365. The number sequence class that we create for our new module should subscribe to NumberSeqGlobal delegate buildModuleMapDelegate.

    To achieve this open your Custom module number sequence class let it's name be "NumberSeqModuleCustom" and add the following code:-

    /// <summary>
    /// Appends the current class to the map that links modules to number sequence data type generators.
    /// </summary>
    [SubscribesTo(classstr(NumberSeqGlobal),delegatestr(NumberSeqGlobal,buildModulesMapDelegate))]
    static void buildModulesMapSubsciber(Map numberSeqModuleNamesMap)
    {
       NumberSeqGlobal::addModuleToMap(classnum(NumberSeqModuleCustom), numberSeqModuleNamesMap);
    }

  • Osama Anjum Profile Picture
    530 on at
    RE: Error message “The value ‘xx' is not found in the map” when opening any parameter form in AX 2012 R3

    Hi Shoaib,

    I am getting the same error while opening a custom (parameter) form that I have created in AX7 for a completely new module.

    My application is fully compiled and error free.

    Please help me with this.

  • André Arnaud de Calavon Profile Picture
    297,559 Super User 2025 Season 2 on at
    RE: Error message “The value ‘xx' is not found in the map” when opening any parameter form in AX 2012 R3

    Hi,

    If you go to the blogs, there is a section on the right side to recommend your blog. In fact it will send a mail to the community administrators who then will contact you for possible more details.

  • Sohaib Cheema Profile Picture
    47,857 User Group Leader on at
    RE: Error message “The value ‘xx' is not found in the map” when opening any parameter form in AX 2012 R3

    1) Have you any customized module such as any ISV module or any of your own customized module?

    2) is your application is fully compiled and error free?

  • Jayaprakash Reddy Profile Picture
    270 on at
    RE: Error message “The value ‘xx' is not found in the map” when opening any parameter form in AX 2012 R3

    Hi Andre,

    Sorry for the inconvenience as this is my very first post :(, anyways thanks for correcting me. yes  its a blogpost. how can we get space on this community to post my own blog posts?

    can you please help me in this regards...

    Kind Regards

    Jayaprakash

    Email:- {MODERATED}

  • Jayaprakash Reddy Profile Picture
    270 on at
    RE: Error message “The value ‘xx' is not found in the map” when opening any parameter form in AX 2012 R3

    No, we are working on AX 2012 R3 RTM

  • André Arnaud de Calavon Profile Picture
    297,559 Super User 2025 Season 2 on at
    RE: Error message “The value ‘xx' is not found in the map” when opening any parameter form in AX 2012 R3

    Hi Jayaprakash,

    Your title is about AX2012, but you used the tag for AX7. Please consider using the correct tags. I have corrected it for you. If you have a question, please specify. If it is a blog post, you can recommend your blog on the site and a space could be created where you can write articles.

  • Sohaib Cheema Profile Picture
    47,857 User Group Leader on at
    RE: Error message “The value ‘xx' is not found in the map” when opening any parameter form in AX 2012 R3

    are you working on AX7 number sequences ?

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…

Andrés Arias – Community Spotlight

We are honored to recognize Andrés Arias as our Community Spotlight honoree for…

Leaderboard > 🔒一 Microsoft Dynamics AX (Archived)

#1
Syed Haris Shah Profile Picture

Syed Haris Shah 9

#2
Martin Dráb Profile Picture

Martin Dráb 2 Most Valuable Professional

#2
Community Member Profile Picture

Community Member 2

Last 30 days Overall leaderboard

Featured topics

Product updates

Dynamics 365 release plans