How can I make entitlements to being always requestable?

Hi!

I have a source that has many entitlements, and all should be requestable. Also, system’s owners adds entitlements frequently. I will not judge their tool or how they work with that, just want to know if there is some way to make a bulk requestable assignment to all entitlements, or if there is a way to create a new entitlement as requestable when aggregation occurs.

(trying to avoid an external script to mark entilements requestable using IDN API)

Without an external script, the only other way I can think to do this would be Workflows. Make a scheduled search for entitlements with that source and requestable:false, then iterate through them and patch them as requestable.

If that is not an option, you could just have the scheduled search send an email to an Admin if there are any results and they would need to manually mark them as requestable.

Thanks Edward! Good idea!

I just made a Java class that uses API and makes requestable (in my case 73k entitlements), as is is the first load. I can use your Idea to regularly check if new entitlements were created on application, and mark them as requestable.

This topic was automatically closed 60 days after the last reply. New replies are no longer allowed.