Skip to main content

Notifications

Announcements

No record found.

Microsoft Dynamics CRM (Archived)

Change option set colour advice?

Posted on by 1,336

3683.test1.png

Hi is there a way to change the highlight colour of an option set as per example Completed on time = Green

not completed on time = Red

Many thanks

*This post is locked for comments

  • Verified answer
    Nithya Gopinath Profile Picture
    Nithya Gopinath 17,074 on at
    RE: Change option set colour advice?

    Hi Justin,

    You can use the following Javascript code on the load of the form. Replace YourOptionsetLogicalName with the logical name of Milestone Flag field suffixed with _i. But remember, this kind of DOM handling in Javascript is unsupported.

    var optionset = window.parent.document.getElementById("YourOptionSetLogicalName_i");
    optionset.options[1].style.backgroundColor="green";
    optionset.options[2].style.backgroundColor="red";

    Hope this helps.

  • Suggested answer
    gdas Profile Picture
    gdas 50,085 on at
    RE: Change option set colour advice?

    Hi Justin,

    You can find in the optionset field items  to fill the color code . Check here -

    image_5F00_thumb27.png

  • Suggested answer
    Mahadeo Matre Profile Picture
    Mahadeo Matre 17,021 on at
    RE: Change option set colour advice?

    Hi,

    you need to write some javascript code to do this.

    Please check

    www.magnetismsolutions.com/.../Coloured_Priority_Options_on_Activities_Dynamics_CRM_2011.aspx

    debajmecrm.com/.../dynamics-crm-optionset-color-codes

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

December Spotlight Star - Muhammad Affan

Congratulations to a top community star!

Top 10 leaders for November!

Congratulations to our November super stars!

Tips for Writing Effective Suggested Answers

Best practices for providing successful forum answers ✍️

Leaderboard

#1
André Arnaud de Calavon Profile Picture

André Arnaud de Cal... 291,280 Super User 2024 Season 2

#2
Martin Dráb Profile Picture

Martin Dráb 230,214 Most Valuable Professional

#3
nmaenpaa Profile Picture

nmaenpaa 101,156

Leaderboard

Featured topics

Product updates

Dynamics 365 release plans