User Activity

Our requirement is to display endpoints name and corresponding entitlements who's Access Request is  Approved.I am using following email template code<table style="width: 100%; border-collapse: collapse; border: 1px solid #ddd;"><tr><th style="backgr...
We have requirement to display all the entitlement value which were approved in approval request .I am using this dynamic attribute in email template ${task.entitlement_valueKey.entitlement_value} but the issue is it is printing only 1 entitlement va...
I am looking to utilize the 'other entitlement details' > 'entitlement map' feature under my AD entitlements. For this, I have two questions.one, is it possible to map entitlements in bulk? we have roughly 800 entitlements which will require mapping....
I want to set active or inactive in statuskey while updating user form.is it possible to make drop down like if terminate = true then set user status inactive else active.I am using below query Default Values  : SELECT CASE WHEN ${terminate} = 'True'...
My requirement is to send email notification to user who has pending approvals/requests.I built following query in analytics and linked to email templateSELECT distinct SUBSTR(jbpmprocessinstanceid, INSTR(jbpmprocessinstanceid, '.') + 1, LENGTH(j...