Hello Everyone,We have defined workflow where if user request for some role R1 then the request will go for1. Manager Approval2. Application Owner Approval (Access Approval block with owner Having Rank 1)3. Resource Owner Approval (Access Approval bl...
Hello Everyone,We have a use case of Request Approval Process as below.1. Manager Approval (New Account and Add Access)2. After Manager is approved 3. Check If entitlement is ROLE_APP_ADMIN then the Request (New Account and Add Access) both should go...
Hello All,We have a requirement to update users department column based on entitlement value.In GRANTACCESSJSON of DB connection using below syntax but it is giving error{"Role" : ["Update DBNAME.TABLENAME Set USERDEPT=CASE WHEN ${task.entitlement_va...
Hello All,We have a use case to update DB statements based on entitlement valuePlease help me with syntax which can be used in GRANTACCESSJSON of DB connectionLogic as follows - IF < users entitlement value is Developer > THEN UPDATE USERS Set TITLE ...
Hi All,
Technical rule is not getting triggered even after condition was satisfied. when I preview the technical rule, user was showing in preview. Any suggestions to fix this issue?
Note: I am calling technical rule (Action as - Rerun selected techn...
Hi @sk - I am using Parallel workflow. I used Access Approval Block tied with Owner Having Rank1 (2nd Level of Approval) and again for 3rd level I used Access Approval with Owner Having Rank2.Please find below screenshot of workflow.
Hi @sudeshjaiswal I tried above configs but still it is going to same person twice for Approval. (here Manager and App Owner Having Rank1 is same person) Regards,Harish
@SumathiSomala - I don't have issue with Else condition it is working fine. Problem here is whenever IF condition satisfies New Account and Add Access both should go for Resource Owner approval, But currently only Add Access is going for Resource Own...