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

Forum Posts

Recommended picture and icon size for Cat Items

Was working on assigning images and icons to my catalog items and I was wondering what the recommended sizes were that would look good in both the Portal and the mobile app, they always seem too small or too big depending on where I look.   Thanks  

How to compare array element in GlideRecord?

Hi Team, I am trying to call array element in the GlideRecord,var caseArray = {"arr": [{'number': '0213634',},{'number': '0213536',},{'number': '0213512',},{'number': '0460810',},{'number': '0203475',},{'number': '0203467'}]};var jsonObject = global....

sasi by Tera Contributor
  • 515 Views
  • 3 replies
  • 0 helpfuls

Hiow to stop workflow execution for an Item

Hello All,We are generating a request through a script using the cart API and simultaneously inserting an approval record for the same request and we are auto-approving these requests via business rules (BR), so once request is Approved RITM's Workfl...

Michael51 by Tera Guru
  • 1081 Views
  • 5 replies
  • 0 helpfuls

CSD 2.0 Software Catalog items

Hi Experts,I am currently working on Client Software Distribution 2.0 application.Under this, I am creating Software Catalog items from Microsoft Endpoint Configuration Manager -> Application. So basically on each SCCM application, there is an OOTB C...

NS16 by Mega Sage
  • 1332 Views
  • 1 replies
  • 1 helpfuls

Duplicating Data in Multi Row Variable Set

On one of my catalog Item's Item View screen, if we select the number of Servers it automatically adds the same number of rows in MRVS with some default values. Now the requirement:Suppose user select 5 Servers, MRVS is updated with 5 rows with some ...

Flow Designer - Ask for approval action scripting.

Hi , I have a requirement in which i need to generate multiple approvals if required based on groups and users, i have written a custom action to pass values into flow designers ask for approval action, im not able to select array.string/array.object...

pavansanthosh_0-1695985835418.png

Resolved! Update variables using PUT/PATCH method in RITM from third party

Hi,We got the record created vis POST method , but now need to update the variable of existing RITM.Tried some method shared in community and created a Scripted REST API, but seems I am doing something wrong as it is not working. Please advise.Script...

Bijender_2-1696240695984.png Bijender_0-1696241261310.png Bijender_2-1696241361964.png
Bijender by Tera Guru
  • 1728 Views
  • 11 replies
  • 1 helpfuls

Resolved! Outage creation from incident

Hi,I want  outage to be created from incident using create outage context menu option. Tried below script in create outage ui action but its not working. function outageAlreadyExists() {var outageGr = new GlideRecord('cmdb_ci_outage');outageGr.addQue...

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

Approval not showing as expected

Hello experts,An approval is coming, and on seeing in serviceportal, can anyone tell me why "undefined" (highlighted in yellow) is coming? Thank you.

query.PNG
Deepika54 by Tera Contributor
  • 537 Views
  • 2 replies
  • 0 helpfuls

Resolved! Embedded Survey is not displaying in Email

I am wanting to include a survey embedded in an email. I have searched through all the current community articles and several HI articles, but do not seem to be able to resolved the issue I am having. I believe I have completed all the steps listed i...

find_real_file.png
gloriarorke by Giga Contributor
  • 4155 Views
  • 9 replies
  • 0 helpfuls

Resolved! How to process received ignored emails

Hello all, The issue we are facing is some of the approval response emails we are getting are being truncated and they are being set to the state received ignored. We have identified the reason for truncation it is because of the images that are pres...

Sravanthi1 by Giga Contributor
  • 895 Views
  • 2 replies
  • 2 helpfuls

Resolved! Create Universal Requests from custom tables

Hi everyone. I think I already know the answer is no, but can someone please confirm whether Universal Requests can be configured with custom tables that have not been extended from task? I have successfully configured UR with other custom tables tha...