UI Policy
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-26-2025 08:46 AM
i have a field on form requirement is if a checkbox is not ticked then it should appear a message that "you dont have xyz account and raise the request through https:xyz.com link.
under ui policy script i wrote this but it isnt working.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-26-2025 02:05 PM
Hello again @vikaskumarc !
The UI Policy runs after your onLoad Client Script, so its “read-only” action can override whatever the script just did.
Please consider marking my answer as helpful if it assisted you in any way.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-26-2025 09:11 AM
Hi @vikaskumarc ,
try this
replace
Please mark my answer as helpful/correct if it resolves your query.
Regards,
Chaitanya