Last year i used “${appName}” for a conditional statement in the email “access request reviewer”.
Depending on the appName a different information was displayed. I tested this solution in our sandbox and it worked (test documented on 27.09.2024). Code looks something like this:
#if(${appName} == "App Name 1"
|| ${appName} == "App Name 2")
Information for these apps
#else
Information for all other apps
#end
Before pushing this to production now i wanted to test it again. And i did not work anymore?
Was there a change i am not aware of? Why is the information regarding the appName no longer available for any mail template?
Hi @sawo_bd ,
Welcome back to Developer Community!
Currently for Access Request Reviewer template the “appName” has been removed from the email attributes.
But at the same time we have accessibleItems attribute which can be iterated through the loop and then items details can be fetched out along with it’s Application Name.
I hope once you’re able to fetch out ApplicationName then your old snippet can be re-used.
As per the updated ISC admin guide. We don’t have appName as an email attribute.
I would suggest to test the new snippet in SBX and also parallely open a support ticket with SailPoint for the confirmation.
As i understand the new template there is no possibility to display or get the app name information if a user requests an AccessProfile, but only if a role is requested. Is this correct that there is no more the possibility to get the app name if a user requests an AccessProfile?