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

Announcements

News and Announcements icon
Community site session details

Community site session details

Session Id :
Finance | Project Operations, Human Resources, ...
Answered

Need to resolve the ExtensibleEnum BP warning while building the project.

(0) ShareShare
ReportReport
Posted on by 50

I have been trying to resolve this issue but I have stuck at a place and need some help.

int getEnumValue(FormComboBoxControl _comboBox)
        {
            SysDictEnum enum = new SysDictEnum(_comboBox.enumType());
            return enum.name2Value(_comboBox.getText(_comboBox.selection()));
        }
        
ecoResProductMaster = ecoResProduct as EcoResProductMaster;
ecoResProductMaster.VariantConfigurationTechnology = getEnumValue(VariantConfigurationTechnology);

The issue is in the line ecoResProductMaster.VariantConfigurationTechnology = getEnumValue(VariantConfigurationTechnology); It is assigning an int value to the field which is of enum type. That is because the return type of getEnumValue function is int. But I can't alter this value as it is used like this for some more methods. Please help me out.

I have the same question (0)
  • Verified answer
    Mea_ Profile Picture
    60,286 on at

    Try

    ecoResProductMaster.VariantConfigurationTechnology = any2enum(getEnumValue(VariantConfigurationTechnology));

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

Season of Sharing Community Challenge Winners!

Congratulations to our community stars!

Women in Power Builds Momentum

Expanding mentorship, skilling, and AI innovation

Congratulations to the June Top 10 Community Leaders

These are the community rock stars!

Leaderboard > Finance | Project Operations, Human Resources, AX, GP, SL

#1
André Arnaud de Calavon Profile Picture

André Arnaud de Cal... 410 Super User 2026 Season 1

#2
Subra Profile Picture

Subra 390

#3
Martin Dráb Profile Picture

Martin Dráb 262 Most Valuable Professional

Last 30 days Overall leaderboard

Product updates

Dynamics 365 release plans