Skip to main content

Notifications

Announcements

No record found.

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.

  • Verified answer
    Mea_ Profile Picture
    60,278 on at
    RE: Need to resolve the ExtensibleEnum BP warning while building the project.

    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

Daivat Vartak – Community Spotlight

We are honored to recognize Daivat Vartak as our March 2025 Community…

Announcing Our 2025 Season 1 Super Users!

A new season of Super Users has arrived, and we are so grateful for the daily…

Kudos to the February Top 10 Community Stars!

Thanks for all your good work in the Community!

Leaderboard

#1
André Arnaud de Calavon Profile Picture

André Arnaud de Cal... 293,278 Super User 2025 Season 1

#2
Martin Dráb Profile Picture

Martin Dráb 232,011 Most Valuable Professional

#3
nmaenpaa Profile Picture

nmaenpaa 101,156 Moderator

Leaderboard

Product updates

Dynamics 365 release plans