Keep in mind that the three options I've put forward use out-of-the-box
functionality. If you go the custom code route, you'll need to manage
and maintain yourself.I prefer using DDEs to show/hide or filter the
list, then AWF processes, and absolute ...
Then I would use a Filter Values List DDE that doesn't allow for Closed
to be selected if value is High or Very High.Also, you could use
Advanced Workflow to move a record through the process, and set the
Status to read-only. Then only a specific per...
It might be easiest to have a custom object which just contains the
error that you are wanting to show that is hidden by default in the
layout. Then use a conditional layout DDE to show the field when Risk
Rating contains "High" "Very High" and Risk ...
Just wondering if you could use a combination of the Evaluate Content
and Wait for Content Update nodes? If you put the right rules in the
Evaluate Content to check each of your fields and values, you could push
it through the process based on the re...
Okay, I've made some changes and this is now working in my system.You'll
notice that I've changed the format of the parameter declaration in the
search function, as well as the way to invoke the function. I've copied
the entire script for ease of vie...