Approvals assigned to Asset Business Owner are not assigned for Group entitlements on RSA Via Lifecycle & Governance 6.9.0
2 years ago
Originally Published: 2016-07-13
Article Number
000064075
Applies To
RSA Product Set: Identity Management and Governance
RSA Product/Service Type: Access Request Manager
RSA Version/Condition: 6.9.0 up to 6.9.1 P05
Platform: Any
Resolution
This issue is reported in defect ACM-54994 and has been fixed in 6.9.1 P06. Applying 6.9.1 P06 or higher will fix the problem.
Workaround
Use SQL Select node with the below query:
select business_owner as App_BusinessOwner 
from T_APPLICATIONS where name = '${access_request_cri_app_name}';

Assign the approval node to the Workflow Job variable App_BusinessOwner created from the previous step.