We've updated the ServiceNow Community Code of Conduct, adding guidelines around AI usage, professionalism, and content violations. Read more

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

Forum Posts

Performance Analytics Best Practices

Hello All, Need to know few of the best and recommended practices in performance analytics for example- shall we created reports of scoped applications in Scope Application update state or in global application update set. maximum limit of historical...

shawshipra by Tera Expert
  • 1941 Views
  • 3 replies
  • 0 helpfuls

Resolved! Complete to Ignore Update Sets in PROD

Hi Experts and Gurus,When we apply Update Sets in PROD, I believe that the XMLs overwrites those old ones. In this respect, As an analogy, I view the update set as a basket of goodies. Since they are applied, I think I don't need the update set anymo...

dormarchan by Mega Contributor
  • 6371 Views
  • 8 replies
  • 7 helpfuls

Asset Creation - Mobile Agent App

I'm looking for some help on the Create Asset function in the mobile app. How can I make its I can Create multiple assets from it rather than just 1 I tried a group Input on it with this Execution Script but it is only creating the first asset scanne...

Resolved! SSO with multiple AD servers

Two companies have merged, but they still have two distinct AD servers.The goal going forward is for one company to transition into using the other's ServiceNow instance and adopt the other's IT processes.This instance is already configured using ADF...

Stephen W_ by Giga Guru
  • 5855 Views
  • 7 replies
  • 6 helpfuls

Resolved! Query Business rule for records from an extended table.

Hi, was wondering if someone could assit?Case table - sn_customerservice_caseWe have an extended table called managed service case - sn_customerservice_managed_service_caseI want to create a rule that allows a specific roled user to see all cases cre...

M_iA_0-1665659661257.png
M_iA by Kilo Sage
  • 2453 Views
  • 11 replies
  • 5 helpfuls

Reopen SLA when a case is reopened

Hi Folks,I have configured a sla which starts when case is active=true and completed when state is resolved. When the case resolution is rejected the case reopens and the sla should start again from where it stopped. The issue here is when using retr...

Resolved! Question about spModals

Hello all. I am currently using a simple list with a custom page to display the records. That appears to work fine. On my custom form page above, I have a button that launches an spModal and uses widget-form to create a record in another table. I pop...

PeteM1 by Tera Contributor
  • 1052 Views
  • 2 replies
  • 1 helpfuls

Create multiple task using business rule

Hi Everyone,I am creating task using business rule on case table. But my requirement is to create multiple task based on drop down. I have field on case table call "tasks" , it is a drop down field. Based on value I choose from that field the tasks m...