Skip to main content

Notifications

Announcements

No record found.

Community site session details

Community site session details

Session Id :
Customer experience | Sales, Customer Insights,...
Suggested answer

Regarding Option Set

(0) ShareShare
ReportReport
Posted on by 100

I want to add the dynamic Single Line Text Field data to Option Set I have written JavaScript regarding the same, But I want maximum value of available options set options see the example for your reference

 Example:

Skill is option set [Java, C++, C] there options are available and there values are as follow [112550000,112550001, 112550002]

if I will add next skill using JavaScript I want  maximum value which is present at option set for.Ex -> 112550002

Is there any method which will fetch the maximum value of option set automatically

Thanks! 

  • Suggested answer
    meelamri Profile Picture
    13,212 User Group Leader on at
    RE: Regarding Option Set

    Hello,

    I don't know if I understand your need. This is my scenario. I have an option and [B1, B2, B3, B4, B5, B6 with the values [1, 2, 3, 4, 5, 6.

    To get the maximum value, I implemented the following code:

    function getOptionSetMaxValue(executionContext){
        var formContext = executionContext.getFormContext();
        var optionSetBAllOptions = formContext.getAttribute('uma_optionb').getOptions();
        var maxValueInOptionSetB = Math.max(...optionSetBAllOptions.map(o => o.value), 0);
        console.log("MAxValue: "  maxValueInOptionSetB);
    }

    pastedimage1614595030778v1.png

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 🌸

WIN Power Platform Community Conference 2025 tickets!

Jonas ”Jones” Melgaard – Community Spotlight

We are honored to recognize Jonas "Jones" Melgaard as our April 2025…

Kudos to the March 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... 294,137 Super User 2025 Season 1

#2
Martin Dráb Profile Picture

Martin Dráb 232,879 Most Valuable Professional

#3
nmaenpaa Profile Picture

nmaenpaa 101,158 Moderator

Leaderboard

Featured topics

Product updates

Dynamics 365 release plans