PrashantLearnIT
Giga Sage

Hello Everyone,

In this video, I will cover scenario-based solutions which our implementations might require in various projects.

I have explained How to Make Large URL Short using Processors.

 

 

==========================PROCESSORS============================
Type - Script
Path - incList
Script -
(function process(g_request, g_response, g_processor) {

// Add your code here
g_processor.redirect('/incident_list.do?sysparm_query=active%3Dtrue%5Elocation%3DNULL%5Eassignment_group%3Db85d44954a3623120004689b2d5dd60a&sysparm_first_row=1&sysparm_view=');

})(g_request, g_response, g_processor);

 

If my video/content helped you in any way, please mark this video/content as BOOKMARK, SUBSCRIBE & HELPFUL

 

Best Regards,

Prashant Kumar (LearnIT)

 

YouTube Channel LearnIT: https://www.youtube.com/@learnitwithprashant

Blog LearnIT: https://medium.com/@LearnITbyPrashant

Prashant Kumar LinkedIn: https://www.linkedin.com/in/learnitbyprashant/

ServiceNow Community Prashant Kumar - https://www.servicenow.com/community/user/viewprofilepage/user-id/19635

2 Comments