Appian Community and Appian Academy are being upgraded. As a part of the upgrade, Appian Community is currently in read-only mode, and user registration is disabled until August 3. We apologize for any inconvenience this may cause, but a more secure, stable, and performant Community experience is coming soon!
The new Appian Community launches August 3, followed by Appian Academy on August 7. During the migration, Appian Community Edition, Appian Academy, Documentation, Certifications, Instructor-led Customer Training, Partner Sales Training & Accreditation, and Forum (for Appian Partners and Customers only) will remain available.
Hello,
I placed text field in the editable grid and applied required function.When testing in the interface, the required function is well applied after clicking on submit button.However, requried function does not apply when testing in the site page.
Are there specific conditions for required function to be applied on the site as well?
Could it be because I tried to use the required function in the record's summary?
Thank you.
Discussion posts and replies are publicly visible
Please elaborate on your problem more. If possible, include the screenshots and the code.
Hi ,
I am facing the same issue where I have a text field with required set to true and there is no validationGroups added and button validate parameter is also set to true. When this interface is called from record summary view, on button click, the required validation is not working, but the form gets submitted successfully.
For reference, line no 78 Appian recipe has similar code which is an example to make DB calls from summary view user inputs.