List of Variables on the Access Request form

Olesia
New Contributor III
New Contributor III

Hi,

It would be extremely useful to have the full list of the existing variables in the Access Request form.

For example, we use these:

${Calendar.getInstance().getTime()}
${requestor}
${requestee}
${user.id}

...

Do you know, is there a way to define on the access request form whether selected entitlements is null or not?

Olesia_0-1667566794004.png

I would really appreciate if someone shares the variables they use.

 

 

1 REPLY 1

rushikeshvartak
All-Star
All-Star

is there a way to define on the access request form whether selected entitlements is null --> No . You can make entitlement Type as mandatory

variables available on ARS 

  • Info: The supported binding variables are ${requestor} ,${requestee}, $(loggedInUser), and the user objects are exposed (for example: $(user.id))
  • Are you looking particular variables ?