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

Forum Posts

Flow Designer permissions issue

Hi, I'm having some flows, which at some point will try and generate some catalog tasks, if some verification fails, namely, if a record field is empty, whatever, doesn't matter.The flow runs as a System User, yet when the catalog task step is reache...

Victor53 by Tera Contributor
  • 335 Views
  • 3 replies
  • 0 helpfuls

Associate KB in the Portal

Hi teami've created a new KB and i want to associate in the my portal. In the Portal i already have associateWhen i back to the new KB create it's doesn't associate It's doesn't about ACL permission because the IT KB it's ok Thank's in advanced   

RafaelBatistot_0-1750852647244.png RafaelBatistot_1-1750852856452.png RafaelBatistot_2-1750853012352.png

Client script

Hi guys ,  State choice = Closed should be hidden from the form if State = new, for Change Tasks for that I have written on load client script : function onLoad() {   //Type appropriate comment here, and begin script below    g_form.addOption('state'...

Changing value of checkbox variable

I have created a checkbox variable (Delivery Confirmation) in MRVS, my business requirement is to change the value of true to "Recebido" and false to "Não Recebido".  

{A69DA4D1-C4C7-435B-B200-66FAF7FBB21B}.png

How to hide one of the state of problem management application?

Hello experts,We were tasked with removing one of the state in the problem record. So what will happen is they want to hide that state and skipped to the next process. Does anyone of you have any experience on this task?Unfortunately just making the ...

Rain Vaine by Kilo Sage
  • 411 Views
  • 5 replies
  • 1 helpfuls

Regrading the Decision table API

 Hi Team, The below script working in background but not working in script include Background script: var country_sysids = ['c538b7111b121100763d91eebc0713ec', '4538b7111b121100763d91eebc0713ea'];        gs.log('the normal country status ='+country_s...

Resolved! query about addQuery() in widget scripting

Hey all! I'm trying to see if I can use records in the value part of GlideRecord's addQuery() function. I already know I can do something like addQuery("column_name", integer) or addQuery("column_name", "string"), but there are some columns where the...

Goofing_Off by Tera Contributor
  • 553 Views
  • 4 replies
  • 0 helpfuls

Hide x in mrvs

I want to hide 'X' in MRVS on on Load , the script available on community is not working .Does anyone have idea about it.

SS1510 by Tera Contributor
  • 529 Views
  • 11 replies
  • 2 helpfuls

Resolved! Sorting reference field lookup

Hi. I have a reference field that refers to a table ('u_infra_cost_of_ram') with two columns that I care about: RAM, an Integer field with internal name of 'u_ram', and Price, a Price field with internal name of 'u_price'. I want users in the Service...

Purpose of "catalog" field in the RITM table

Hi Team, I have a query, In the "sc_req_item" table we have a field called "catalog", Want to know what the use and purpose of the field and it is was read-only, and it was not available on the form level. It was there in the list view. Please let me...