Form Issue with Post Back And Hidden Field

Which IIQ version are you inquiring about?

Version 8.3

Please share any images or screenshots, if relevant.

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.

Hi @Rkalvala,

It will be easier to help you if you can share the form as well.

Do you have any Validation Script on the form fields, can you share more details about the form.

@Jarin_James @iamksatish
Thank you for your reply

Please find the attached file
Form1 (5.4 KB)

Hi @Rkalvala,

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.

This topic was automatically closed 60 days after the last reply. New replies are no longer allowed.