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
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
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.
Hi Justin,
You can find in the optionset field items to fill the color code . Check here -
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
Stay up to date on forum activity by subscribing. You can also customize your in-app and email Notification settings across all subscriptions.
André Arnaud de Cal... 291,280 Super User 2024 Season 2
Martin Dráb 230,214 Most Valuable Professional
nmaenpaa 101,156