In New Entitlement Creation or Existing Entitlement Modification the above attribute should be displayed value2 and value3 based on the application that entitlement contains but not all the allowed values
@gsomaraju Could you please provide more details? If i understood your query right, you want to set an extended attribute as value2/value3 based on application name. If yes, you can achieve this using following ways:
If you have aggregation, you can handle this in group refresh rule.
You can modify the Entitlement Update workflow to set this attribute based on the application name.
If you want to do it in UI, you need to modify the xhtml page. (not recommended),
My recommendation would be to go with #2 to use Entitlement Update workflow to set attributes.
Note: Found a fix? Help the community by marking the comment as solution. Feel free to react(, , etc.) with an emoji to show your appreciation or message me directly if your problem requires a deeper dive.
SailPoint supports “Allowed values” on forms, but they are not supported on extended attributes. you can customize “Entitlement update” workflow to have an approval step. This will add a check for the approvers to see if values are correct.
you can also use “Group aggregation rule” to auto populate the values on group aggregation.