Click HERE to see how Saviynt Intelligence is transforming the industry. |
01/18/2024 01:48 AM - last edited on 01/18/2024 03:47 AM by Sunil
Hello Team,
We have a create user form in our instance to onboard external users.
There is a field created start date of type date.
We want to store this value as YYYY-MM-DD format.
Can someone assist and guide how this can be achieved?
If not on start date how the same can be stored in custom property of user profile?
[This message has been edited by moderator to merge reply comment]
01/18/2024 08:21 PM
Use as string attribute type and put validation as Mapping between Date type and SQL ENUM is not supported
01/18/2024 08:27 PM
@rushikeshvartak Any sample reference I can use?
01/18/2024 09:00 PM
Validation Condition: ${((EndDate > currentdate) && (EndDate < currentdate.plus(122)))}