We're reclaiming inactive PDIs to keep them available for active builders. Learn what's changing, who's affected, and how to protect your work. Read More

ServiceNow AI Platform forum
cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

Forum Posts

I am trying to create a pop-up when a certain action is selected on a form and have a link on the popup for the user to go to an external web address. I have the pop-up working fine but need to know how to create a link in the code below or create a

function onChange(control, oldValue, newValue, isLoading) {     if (isLoading || newValue == '') {           return;     }   var eq = g_form.getValue('ref_12_equipment');   if (eq=='Monitor')   {   alert('Non-standard and secondary monitors are avail...

kevinmalone by Kilo Explorer
  • 1946 Views
  • 3 replies
  • 0 helpfuls

catalog is blank - no categories

I have a number of items which are in categories, those categories are part of the service catalog.However when I try to view the catalog I cannot see the active categoriesI can from this screen search for any of the items and it finds them but for s...

find_real_file.png
rcm by Kilo Contributor
  • 2877 Views
  • 2 replies
  • 0 helpfuls

Resolved! How to apply styling to dynamic content block?

I'm currently studying from a CMS training book from my work and I'm currently not able to have something clarified. The instructions stated to create a new dynamic block to use as a header dashboard. I went to Content Management > Block > Dynamic an...

rev by Kilo Contributor
  • 6195 Views
  • 6 replies
  • 1 helpfuls

KB Owner + Manager on knowledge article

Hello,I would like to ask for advice. I get task to change Owner and Manager on knowledge base (kb_knowledge_base) from user to the groups (we are using default Knowledge - Approval publish workflow) .First I did try to change on these two fields fro...

miroslav6 by Kilo Contributor
  • 3856 Views
  • 1 replies
  • 0 helpfuls

Resolved! create change request from catalog task

I've been thru a number of articles in the community, the SN guru page and reviewed the wiki for solutions, but cannot find what I am missing.I created a new m2m definition for catalog task to change request. (Creating a Many-to-Many relationship in ...

rlehmann by Kilo Sage
  • 8603 Views
  • 7 replies
  • 2 helpfuls

Resolved! In UI Macro how to get fetch a value from url

Hi All,Anybody has an idea on how to pull values from url into a UI macro.We have a UI macro which downloads all attachments attached to that particular catalog item.https://instance.com/com.glideapp.servicecatalog_cat_item_view.do?v=1&sysparm_id=ce5...

kiranjyothi by Tera Contributor
  • 4707 Views
  • 8 replies
  • 1 helpfuls

Resolved! Using the Array for a group of Radio Buttons

I have a UI Page with a group of Radio Buttons.   I can't seem to make the array work because I have a ui_form instead of a form.   I need to use the ui_form because I need to use the processing script area.   Any help you can share will be greatly a...

nannette by Mega Contributor
  • 7623 Views
  • 14 replies
  • 0 helpfuls