Hide Checkbox list from the catalog task

shraddhajay
Tera Contributor

How to achieve, In SC Task (Catalog Task), hide the checkbox list and show only the options that were selected by the requester.

9 REPLIES 9

Hi @Ankur Bawiskar, this is partially working now, however, there is still empty space visible within these options. I tried using setdisplay, but the space is not getting removed, Is there any alternative approach we can use for this? Also, this is not working on the SOW, so I would need some guidance on that as well.Catalog_task_before.pngCatalog_task_after.pngcatalog_CS.png

@shraddhajay 

to ensure it works on native and SOW for RITM record ensure Applies on Target Record is True

💡 If my response helped, please mark it as correct and close the thread 🔒— this helps future readers find the solution faster! 🙏

Regards,
Ankur
Certified Technical Architect  ||  10x ServiceNow MVP  ||  ServiceNow Community Leader

@shraddhajay 

Hope you are doing good.

Did my reply answer your question?

💡 If my response helped, please mark it as correct and close the thread 🔒— this helps future readers find the solution faster! 🙏

Regards,
Ankur
Certified Technical Architect  ||  10x ServiceNow MVP  ||  ServiceNow Community Leader

@nareshTT 

Hope you are doing good.

Did my reply answer your question?

💡 If my response helped, please mark it as correct and close the thread 🔒— this helps future readers find the solution faster! 🙏

Regards,
Ankur
Certified Technical Architect  ||  10x ServiceNow MVP  ||  ServiceNow Community Leader

PradeepReddyA
Tera Guru

Hi @shraddhajay 

As you are trying to do it on the catalog items please try to use the g_sc_form api for setdisplay . Please refer to the below article 

https://www.servicenow.com/community/community-central-forum/where-and-how-to-use-g-sc-form/m-p/2950...

 

Hope that Helps!