Possible to block a user from submitting a cat item if already have one in progress
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-16-2025 01:08 PM - edited 04-16-2025 01:39 PM
Hello, trying to find a way to implement if a User has a req_item request in progress that they are not able to submit the same cat item unless the first one is cancelled. Current process is a user submits a cat item after they finish making their order guide selections. Right now, I have a business rule, but it is not functioning, screenshots are attached. Was wondering if anyone has experience with something like this or something they would suggest?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-22-2025 05:04 PM
Give it a try. What will 100% work is a catalog onSubmit client script that uses GlideAjax check if the user has a record already. I don't see why this wouldn't work as an onLoad. You'd just have to find and disable the "Next" button.