Workspace - How to modify the Export modal popup on List

surya_sharma
Kilo Contributor

In Service Operations Workspace,  under the List Context Menu, we have an Export button which opens a modal. Requirement is to modify some code in this popup to do some validations. How do we find this modal popup page? This isn't available in the UI Pages, maybe some OOTB.

surya_sharma_0-1778130934539.png

 

3 REPLIES 3

Ankur Bawiskar
Tera Patron

 

@surya_sharma 

I doubt you can change anything there.

but still check the list actions and find if you can alter

55.png

💡 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

@surya_sharma 

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

Tanushree Maiti
Giga Patron

Hi @surya_sharma 

 

The Export modal in Service Operations Workspace is built as a Next Experience component, not a traditional UI Page. Since it is an out-of-the-box (OOTB) component maintained within the internal ServiceNow codebase, customizing or altering its underlying logic is typically not supported.

 

Refer: KB2147796 How to control the Export UI Action on SOW (and other Workspaces) 

 

Also , You can create a new custom button that mimics the Export functionality but includes your validation logic before opening the modal.  Refer :https://www.youtube.com/watch?v=H1-S8wVS6gI&t=3s

 

 

Please mark this response as Helpful & Accept it as solution if it assisted you with your question.
Regards
Tanushree Maiti
ServiceNow Technical Architect
Linkedin:
Hello Everyone, We have created one use case video on List Action to export the selected records only in PDF formate. Basically the List action is created for the UI builder workspaces to perform any action on the list. Now @servicenow has OOB Export button but that exports all the records present