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

Forum Posts

Pull the user data from REST API

i want pull the third-party tool asset data from the REST API and update into servicenow (alm_hardware)Asset table  how can i do 

Royal1 by Tera Contributor
  • 1261 Views
  • 2 replies
  • 2 helpfuls

Resolved! How can I grab the current URL from a UI action?

Hi, How can I grab the URL of the current page through a UI action? I have created a UI action that can be a button on a form and also accessible through the list view as a List choice so multiple records can have this applied at the same time. I was...

Alternative to "For Each" Activity in Flow Designer

Hi Experts,I 've been struggling with this issue for the past two weeks and haven't found a proper solution yet. Is there an alternative to the "For Each" activity in Flow Designer? I have a Lookup Records action that retrieves multiple records, and ...

mrreddy534 by Tera Contributor
  • 2825 Views
  • 18 replies
  • 0 helpfuls

Workflow

I have a catalog item where I have a multiple-choice variable 'at what level it is required' which has 2 values 'sub' and 'resource'. If we select sub then another reference variable 'select sub' would be visible which refers to 'xyz' table and if we...

abhisek by Tera Contributor
  • 652 Views
  • 3 replies
  • 0 helpfuls

Issue in Business Rule

Hi, I have created a "Reopened" checkbox with a read-only condition in the Incident record and set its default value to false.Scenario:When the incident is in any state up to Resolved, the Reopened checkbox is unchecked (false). Once the user wants t...

application scope role in catalog creation

Good Morning All, I have created a record producer in global scope but it should be created on an another scope. Is it possible to change the scope without harming to my current development or should I create new update set and restart the creation o...

Ritika22 by Tera Contributor
  • 491 Views
  • 1 replies
  • 0 helpfuls

Resolved! Delete Asset Record without deleting the CI

I have been testing some of the asset creation rules with our Windows Server model category.   We were not creating assets for servers and I needed to start but need to exclude any VMs.   I added a condition for the Create Assets on Insert business r...

tschenke by Giga Contributor
  • 9765 Views
  • 4 replies
  • 7 helpfuls

workflow variable

hi all i have a short question:i have a short task to select an specific group once the manager approves,i really want to know if im putting everything correctly,because i sont ussually use workflow, here is the attach the variables are connected by ...

workflow.png
josue_prado by Tera Contributor
  • 412 Views
  • 2 replies
  • 0 helpfuls

Normal Change Templates

Hello, While I see there is ability to create standard change templates however the client is looking for the ability to create normal change templates which has the ability to create change tasks on the normal change. I also see that out of the box ...

Ricky Singh by Tera Expert
  • 8921 Views
  • 11 replies
  • 2 helpfuls

Resolved! Phone number fields

Pretty simple question, but it has me stumped.  I need to move a user's phone number to a single line text variable.  How do I do that ?  g_form.setValue('telephone', usr.phone);  doesn't work.  Seems like have to do with the users phone number field...