I'm trying to find a way to display Status Reasons based on users permissions... i.e. a sales rep will have only certain options available as opposed to a manager, who will have all the options available.
I've tried it with Javascript and JQuery, but those options don't work. I also tried scripting some JS to use with a custom command in Ribbon Workbench but that doesn't work either.
The list of options are in an unordered list and I was able to use the following javascript to remove list elements through the js console in Chrome with the following js...
document.getElementById("id_goes_here").remove();
...But I can't find a way to get it to work through the lead form page.
I know this is unsupported use of javascript in CRM, but still any thoughts or help will be greatly appreciated.
*This post is locked for comments
I have the same question (0)