Saviynt unveils its cutting-edge Intelligence Suite products to revolutionize Identity Security!
Click HERE to see how Saviynt Intelligence is transforming the industry.
Saviynt Copilot Icon

Dynamic Attribute type DATE in Create user

BG_IAM
New Contributor III
New Contributor III

Hi,

I must to setup default value for dynamic attribute TYPE: DATE in create user request for 90 days after today.

In documentation, there are only two examples for current day:

${currentdate.format('MM-dd-yyyy')}

${new Date().format("MMM dd, yyyy")}

Any Idea how I can achieve my requirement?

1 REPLY 1

BG_IAM
New Contributor III
New Contributor III

already resolved by ${new Date().plus(90).format('MMM dd,yyyy')}