Developer forum
cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

Forum Posts

Mutiple tasks in a case

My business customer wants to automate his current process (ritm + x tasks) with a case, but is it possible or inadvisable to have several subsequent tasks in a case (he doesn't have the budget to go with casetype at the moment)?

LFP by Tera Contributor
  • 312 Views
  • 2 replies
  • 1 helpfuls

g_scratchpad

I am new to ServiceNow and trying to learn client scriptscan someone explain about g_scratchpad in details 

Community Alums by Community Alums  
  • 714 Views
  • 2 replies
  • 0 helpfuls

Order Guide wrong view in the portal

HelloI am trying to configure the AI search so that when it is an order guide, it redirects to the correct page. Someone who can help me, I have seen other previous questions in the forum, but it is not the solution I am looking for...Help me! How is...

Gustavo8_0-1680764909101.png Gustavo8_1-1680764968821.png
Gustavo8 by Tera Contributor
  • 2480 Views
  • 5 replies
  • 5 helpfuls

Approval for Each Row in a MRVS

I'm not a developer but know this can be done.  I have a request form Testing Bulk User Access.  Within that request is a MRVS.I need an approval to go out for each row in the MRVS when the request is submitted.  Example:  Row 1 - Select User is Poll...

PollyB_0-1715969502494.png
PollyB by Tera Contributor
  • 493 Views
  • 1 replies
  • 0 helpfuls

Resolved! Field Reference Qualifier Question

Can someone please outline what this reference qualifier for a CI field means? Its on my change records. javascript: ['incident', 'problem'].indexOf(current.sys_class_name + '') == -1? '' : 'operational_statusNOT IN' + new OpsStatusFilter('cmdb...