Announcing the Saviynt Knowledge Exchange unifying the Saviynt forums, documentation, training,
and more in a single search tool across platforms. Read the announcement here.

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')}