Skip to main content

Notifications

Announcements

No record found.

Community site session details

Community site session details

Session Id :
Customer experience | Sales, Customer Insights,...
Answered

Add custom Attribute to custom Entity

(0) ShareShare
ReportReport
Posted on by 45

Hi, Experts!

I create new Entity - nav_role

It has Attribute - "nav_rolecode" with Type - Set of Parameters. (in Web interface you can select the desired option from the drop down list).

Each Parameter has Label and Value - so how can I set this Attribute in c#?

for example - i tried this:

Entity NavRole = new Entity("nav_role");
    NavRole.Attributes["nav_systemuserroleid"] = new EntityReference("systemuser", FindUID);
    NavRole.Attributes["nav_validfrom"] = DateTime.Today;
    NavRole.Attributes["nav_rolecode"] = "808630010";
   

"808630010" it's a Value of Parameter in Set of Parameters. So it  doesn't work - for "nav_rolecode"

Help me please with this....

  • NickGrava Profile Picture
    45 on at
    RE: Add custom Attribute to custom Entity

    Great Thnx!

    It work!

  • Verified answer
    Pawar Pravin  Profile Picture
    5,237 on at
    RE: Add custom Attribute to custom Entity

    Hi

    In case of optionset you need to pass value in OptionsetValue in c# code.

    Please refer below code:

    NavRole.Attributes["nav_rolecode"] = new OptionSetValue(808630010);

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

🌸 Community Spring Festival 2025 Challenge Winners! 🌸

Congratulations to all our community participants!

Adis Hodzic – Community Spotlight

We are honored to recognize Adis Hodzic as our May 2025 Community…

Kudos to the April Top 10 Community Stars!

Thanks for all your good work in the Community!

Leaderboard > Customer experience | Sales, Customer Insights, CRM

#1
Daivat Vartak (v-9davar) Profile Picture

Daivat Vartak (v-9d... 225 Super User 2025 Season 1

#2
Muhammad Shahzad Shafique Profile Picture

Muhammad Shahzad Sh... 106

#3
Vahid Ghafarpour Profile Picture

Vahid Ghafarpour 82 Super User 2025 Season 1

Overall leaderboard

Product updates

Dynamics 365 release plans