Which IIQ version are you inquiring about?
8.3
Please share any images or screenshots, if relevant.
Please share any other relevant files that may be required (for example, logs).
Identity Create Policy.txt (2.6 KB)
Share all details about your problem, including any error messages you may have received.
Hello @Everyone,
I added a new field called EndDate in the form object:
<Field columnSpan="4" displayName="End Date" dynamic="true" name="enddate" type="date">
When I create an identity, the value appears as:
Fri Apr 25 00:00:00 IST 2025
Can anyone help me determine where I need to adjust the enddate or its type to format it correctly?
Thanks in advance,
Raju
you need to save the date on the identity like a String
I would suggest to change the name of filed to something different than enddate and let end user to select the date from calendar and when you creating the identity take this date and convert into format you need and set to enddate.
I understand, but when I change the date to a string, I can manually enter the date. However, I want to be able to select it using a calendar.
Hello @HemantSingh , I understand that I need to rename the field value, but how can I set the end date while creating an identity? can you please give me more clarity.
you can change later, with a global rule on the identity attribute
1 Like
How you are creating identity, if share sample few, code etc then I can check those
I am creating an identity through the Quicklink called “Create Identity.” It is under Manage Identity quicklink. The form I am using for this is mentioned above. This Quicklink uses the default LCM Create and Update workflow. Is this information useful?
The OOTB create identity calls workflow ‘LCM Create and Update’ for approval and creation. you need to update this workflow. after completion of approval it calls ‘Process Approval Decisions’ step which return the provisioning plan. you need to modify this provisioning plan before it send to next step.
I have created a custom workflow and form that allow me to view the required date format.