Click HERE to see how Saviynt Intelligence is transforming the industry. |
02/01/2024 04:43 AM - last edited on 02/01/2024 09:55 PM by Sunil
Hi Team,
We have a requirement to update the current date in description attribute while creating account in AD. The below format is used to perform the operation but we are receiving the below in description
"Provisioned by IAMSimpleTemplateScript892$_run_closure5@749c6040 "
We are using the below json
"description":"${'Provisioned by IAM'+ {Calendar.getInstance().getDate()}}"
The requirement is
Description- Provisioned by IAM + current Date
Please suggest.
Can anyone please suggest on this
[This message has been edited by moderator to merge reply comment]
02/05/2024 12:46 AM
Hi @Prajna,
We are checking on your request and we will keep you posted.
02/05/2024 02:59 AM
Hi @Prajna,
Please validate and let us know:-
"description":"Provisioned by IAM ${new java.text.SimpleDateFormat('MM/dd/yyyy').format(new Date())}"