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

Articles

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

Types of Errors in Update set

Few of the most common problems that occurs in Update set: 1.?? Error type: Missing object Example: “Could not find a record in sys_ui_policy referenced in this update” 2.?? Error type: Collision Example: ”Found a local update that is newer than this...

Hide the More Options Icon on form

Hiding the more options icon on the form  for the All tables . For that we have to create the UI script. and Check the Global Icon. into the script write this method. addLateLoadEvent(function(){$j('#toggleMoreOptions').hide();}); Note: This is appli...

find_real_file.png find_real_file.png find_real_file.png

Submitting a record producer or catalog item error - "Something went wrong and your request could not be submitted. Please contact your system administrator"

We recently had an issue where random users were being met with the following error message when attempting to submit record producers and catalogue items via the service portal: "Something went wrong and your request could not be submitted. Please c...

find_real_file.png find_real_file.png

Rudimentary Things to Remember – Topic 1

***Most of the readers might be aware of this topic, however sharing it as it is a critical issue for the folks who are not aware of this topic***   Have you ever run a query and you think is good enough but ultimately it affects the database badly? ...

Top Contributors