- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-15-2024 12:15 PM
Hello,
I am trying to set up a catalog UI policy to prevent users from submitting a request for a new phone number if they do not have a physical phone yet.
this is the solution I've come up with so far, however, the requests are still being submitted
Solved! Go to Solution.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-15-2024 12:22 PM - edited 07-15-2024 12:24 PM
Why are you trying to do this in a UI policy instead of doing this in an onSubmit client script? The onSubmit client script would be looking for true or false, while the UI action doesn't know what to do with the true or false.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-15-2024 12:22 PM - edited 07-15-2024 12:24 PM
Why are you trying to do this in a UI policy instead of doing this in an onSubmit client script? The onSubmit client script would be looking for true or false, while the UI action doesn't know what to do with the true or false.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-15-2024 12:27 PM
i think thats what my issue was!!! thank you

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-15-2024 12:28 PM
Great! You are welcome and I'm glad that solved it for you.