How to add small 'x' option to my record producer
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-26-2023 05:02 AM
How can I add the small 'x' option on the left that clear the value to a new record producer?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-26-2023 05:25 AM

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-26-2023 05:33 AM
Can you check if the widget in current page is customized?
To check the same, press and hold control key and right click on anywhere in your catalog form in portal, then click on widget editor.
Once the widget editor is open, click on three parallel lines at right top corner and select open in platform. verify the widget ID as below:
Thank you,
Ali

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-26-2023 05:22 AM
Can you post your current view and what type of variable are you using? are you viewing the RP in portal or in native UI?
Thank you,
Ali
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-26-2023 05:08 AM
Hello @Alon Grod
You can do it with UI macro and script to reset the form is:-
producer.redirect = 'com.glideapp.servicecatalog_cat_item_view.do?sysparm_id=3f1dd0320a0a0b99000a53f7604a2ef9';
Plz Mark my Solution as Accept and Give me thumbs up, if you find it Helpful.
Regards,
Samaksh
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-26-2023 05:09 AM
@Samaksh Wani can you please share steps?