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...
By using ${entitlementshtmltablerows} , I m getting 4 comums . I tried every possible way to remove Description and Glossary column. but not removing it.any solution to this problem?
Thank you for your response Rushi.if possible can you help me with small code how to iterate it.I have mentioned my email template code above for your reference
I used ${entitlementshtmltablerows} earlier, but it has 2 problem1st is <th> Description </th> <th> Glossary </th> I don't want this two columns2nd is I am using string function to trim displayname from entitlement value "CN=App_Q AP2 Prod AQwa,OU=Se...