Use PDIs? Take our 5-minute survey to help shape the PDI roadmap.

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

Forum Posts

flow designer script

Hi All, I am getting two or more sysid via flow varible in the flow designer,  I neded to pass one by one sysid in the another subflow flow along with group name , but it takeing only first sysid other sysid is not taking .I have designed using the f...

Community Alums by Community Alums  
  • 1119 Views
  • 5 replies
  • 0 helpfuls

Resolved! Company table data not showing

Hello everyone, In a few ServiceNow instances, when we open the Company field data, no records are visible—even though data actually exists.   When I check the core_company table, the record count is displayed, but the records themselves do not appea...

SKChandBasha_0-1765420691467.png

Resolved! Looking for Best Practices: Onboarding Workflow & Attachment Handling

Hi all!We’re fairly new to ServiceNow and working on automating some of our employee onboarding process. Currently, logging records for onboarding requests is fully manual—creating a REQ and multiple RITMs for different assignment groups. We’ve start...

ShaunBP by Tera Contributor
  • 3136 Views
  • 7 replies
  • 1 helpfuls

Resolved! ATF Tests Running Extremely Slow After Zurich Upgrade

Hi everyone, After upgrading our instance to the Zurich release, we’ve noticed a significant slowdown in Automated Test Framework (ATF) execution. Tests that used to complete in 3–4 minutes are now taking over 10 minutes, and the system often becomes...

Khalid9030 by Tera Contributor
  • 5376 Views
  • 4 replies
  • 11 helpfuls

Resolved! Dashboard is not visible in the homscren of servicenow

Hi  Team ,  I have created the dashboards but the dashboard are not visible in the home screen of the service now , Can you guide me how to do the setting that it will visible in the home screen of the servicenow or self service view .  Thanks and Re...

Community Alums by Community Alums  
  • 1224 Views
  • 2 replies
  • 1 helpfuls

Resolved! transform script is not working

Hi All,  Could you please help me with the transform map script so that it works properly   answer = (function transformEntry(source) {    var owners = source.u_owner_name || '';      if (!owners) {        gs.info('TM Owners empty');        return ''...

Community Alums by Community Alums  
  • 1735 Views
  • 7 replies
  • 1 helpfuls

Resolved! ServiceNow catalog item multi row variable set

Hi Team,I have a catalog item with two Multi-Row Variable Sets (MRVS). Each MRVS contains a reference variable.Based on the Request Type, I need to send the approval to the reference variable inside the appropriate MRVS, and this must be handled usin...

Reddy39 by Tera Expert
  • 1567 Views
  • 4 replies
  • 1 helpfuls

Creating Risk Conditions

My first time creating a Risk Assessment and Risk Condition. I believe the first part of the Risk Assessment was okay. I created it with the conditions Active = true and Type = normal. I created 3 Assessment Metrics: Question: Is there a rollback pla...

diegodossan by Tera Contributor
  • 1426 Views
  • 4 replies
  • 3 helpfuls

Incident created through virtual assistant

Hi Community, When the incident was created through virtual assistant. Can they submit request without giving the mandatory fields?   Regards,Tulasi  

tulasi8_0-1765813981012.png
tulasi8 by Tera Contributor
  • 1285 Views
  • 7 replies
  • 0 helpfuls

Issue Type ID not populating

Hello,  I’m working on a bi-directional integration between JIRA and ServiceNow. I have successfully created the Credentials and Connections. However, when I create a flow in my Office instance, the Project ID is populated, but the Issue Type ID is n...

BAshok_0-1764916690624.png BAshok_1-1764916772160.png
B Ashok by Tera Guru
  • 2536 Views
  • 8 replies
  • 0 helpfuls

How to restrict duplicate ci creation on cmdb_ci_server

Hi Team we don't have discovery we are creating cis using transform map and creating manually also if requiredso please suggest how to restrict duplicate ci creation based on same name in servicenowThanks   

vamshi2 by Tera Contributor
  • 1721 Views
  • 3 replies
  • 0 helpfuls

Query business rule help

I am trying to run a query business rule to check on multiple conditions which works one way or the other.If I run the Ismemberof condition or the qc and/or condition within query BR separately it works. But when I try to combine both to check, only ...