How to hide the process flow unless the software solutions assignment group is selected
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-28-2023 11:54 AM
I was running into an issue with hiding the process flow. I have tried creating a UI policy to hide the process flow formatter. I tried editing the process flow record. Am I missing something or should I also create a client script.
function onCondition() {
$j("a:contains(New)").hide();
$j("a:contains('Assess')").hide();
$j("a:contains('Authorize')").hide();
$j("a:contains('Scheduled')").hide();
$j("a:contains('Implement')").hide();
}
0 REPLIES 0