- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-28-2023 09:25 AM
Hello Team,
I have a requirement to disable the user to submit catalog items from backend they should only submit from portal. I can write a Onsubmit catalog client script and restrict it but the issue here is we have around 400+ catalog items so want to check is there any other way to do this? or need to create catalog client script for each catalog item? Please suggest.
Thanks,
Prudhvi
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-28-2023 09:39 AM
You can do one thing, you can create a variable set and write onSubmit client script on that and add that variable set in all the items as follows.
Click "Edit" on "included in" and add all catalog items in that
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-28-2023 09:30 AM
How are they accessing the catalog in platform ("backend") as it is currently? - you can restrict that access...for instance, set the visibility of the 'catalog' module in UI16 nav menu to require a role they don't have (like 'admin')...
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-28-2023 09:39 AM
You can do one thing, you can create a variable set and write onSubmit client script on that and add that variable set in all the items as follows.
Click "Edit" on "included in" and add all catalog items in that