I have a situation where there are several status types utilized for certain requests, but not needed for all
e.g. Open, Closed, Approved for Development, In Process
Some Requests wouldn't need "Approved for Development"
I've used the "$CS.removeOptions("STATUS", ["Approved for Development"]); to remove that option on the actual request, and it works fine.
What I'm seeking is a way to do the same for the statuses displayed in Tasks
For tasks that I have set up to fire off in a specific request category, I'd like "Approved for Development" to not be an option.
Is this possible?
My actual use case needs more status names removed, but I kept it to "Approved for Development" for simplicity.
Thank you.