Share all details related to your problem, including any error messages you may have received.
we are facing the issue with the form fields.
we are having two fields.
1.Is this Information Accurate
2.Reason to Reject
“Is this information accurate” field with allowed values Yes or No.
If yes is selected we need to Hide the “Reason to reject” field.
If No is selected we need to make “Reason to reject” visible and manager can input his comments.
Even though, we are entering the comments in “Reason to reject” Field still we are getting error as “The field reason to reject is required”.
Below is the use-case:
1.We have a CSV Authoritative application, connected with Delimited Connector.
2.We need to generate a workitem for new user to the User’s Manager before creating Identity in SailPoint.
3.On Aggregation, manager will get workitems(form) and he can enter some additional information(values) and he approve or reject.
Are you having any other kind of Validations in your form. The Submit button is missing is difficult. But I added those buttons, and there were no issues.
Hi Rohan,
Can you uncheck dynamic in the field definition as it is not needed generaly and may cause problems in this situation.
NOTE: Scripts and rules in the attributes map for any field (i.e. hidden and read-only properties) are re-run automatically on form refresh; value scripts/rules are only run on form refresh if the field is marked as dynamic.