How to add small 'x' option to my record producer

Alon Grod
Tera Expert

How can I add the small 'x' option on the left that clear the value to a new record producer?

 

Screenshot 2023-07-26 at 15.01.44.png

14 REPLIES 14

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:

 

AhmmedAli_0-1690374779048.png

 

 

If I could help you with your Query then, please hit the Thumb Icon and mark my answer as Correct!!

Thank you,
Ali

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?

 

If I could help you with your Query then, please hit the Thumb Icon and mark my answer as Correct!!

Thank you,
Ali

Samaksh Wani
Giga Sage
Giga Sage

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

@Samaksh Wani can you please share steps?