I’m working to setup 8.5 in our DEV environment, but I’m thinking ahead to when I move code to QA and eventually Production. I’m not sure how to manage my entitlements. I read that since entitlements (Active Directory groups in my case) are dynamic data, most of which is aggregating in from the domain, that I don’t want to put these in source control. That makes sense, but how can I manage and promote the attributes that don’t aggregate in from the domain - things like the requestable status, owners and a custom attribute for requiring comments?
I know about the Group Aggregation Refresh rule and I have one in place to set the display name and description on the entitlements in IIQ from the values in the domain and that is a very simple rule and it’s working great. Should I try to use that rule to set the requestable status, owners and a custom attribute for requiring comments? My concern is that I’ll end up with a huge mess of if then statements or something similar because only certain entitlements are going to have owners and only certain ones will require comments. As far as requestable status, I still need to figure out how we’re going to manage that! But is this rule the right place to do this?
I’ve read all the documentation but haven’t really found anything that addresses this question. How do you manage it?