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

Articles

Pros and cons of Catalog Item Designer

There have been discussions held with respect to Catalog Item Designer usage. Some companies have found this tool quite useful for its operations, whereas others struggle and cannot make the public embrace the concept and get Service Catalog developm...

Service Catalog - Using catalog client scripts on multi-row variable set to populate a custom table as and when user makes an entry to multi-row variable set

I am new to ServiceNOW community and here is my first article related to service catalog. Did not find an exact article on this topic so thought to write one up. Please share your feedback. Thanks! Recently had a  requirement on service catalog where...

find_real_file.png
Sumit3 by Giga Explorer
  • 967 Views
  • 2 comments
  • 1 helpfuls

Relation between SLA and REQ

Hi,I would like to create a relation which is highlited  in the colour yellow on like REQ = REQ0000001  on REQ table and Task TableCould you provide ne how to create a relation on Both REQ table and Task Table.Thanks,yashwanth @asifnoor could you hel...

Change Color for State. if Priority is Critical then state is Red , Priority is High then Change state to Orange, Priority is Moderate then Change state to Green

function onChange(control, oldValue, newValue, isLoading, isTemplate) { if (isLoading || newValue === '') { return; }var Priority = g_form.getValue('priority');if(Priority=='3') { g_form.getElement('state').setStyle({color:"green"}); } else if(Priori...

Issues in Service Portal after Rome Upgrade

Below are the issues to be aware of in Service Portal after Rome upgrade: After upgrading to Rome, whenever a category is selected in the Service Portal, the list of catalog items displayed is not updated, despite the URL being updated to the sys_id ...

Service Portal: Client and Server Side Buttons

Issue Client side UI Actions are not supported on the Service Portal: https://serviceportal.io/docs/documentation/form.md UI ActionsAll Server-side UI Actions are supported, with one important distinction - setRedirectURL() operations are ignored, du...

find_real_file.png find_real_file.png find_real_file.png find_real_file.png
Top Contributors