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

Forum Posts

Resolved! Incident field STATE read only

Hello, I have a requirement, that specific user can edit field "state (incident.state)" on incident form. I have setup ACLs for this user, but it didn't work. I then found out, that it has Dictionary Entry Override as "read only". Any idea what would...

getValue(date) is not working

Hi Team, I am trying to get a date value in a variable but unable to fetch the date. Im writing a code on cmn_schedule_span table. I want to get a date field in a variable and display it. While using getValue('mn_schedule_span') or getDisplayValue('m...

What's the opposite of INSTANCEOF?

I have a given class name, such as 'cmdb_ci_linux_server'.   Now I want to find all the cmdb_model entries that would be a valid choice for an asset of type cmdb_ci_linux_server, so I started off like so: var gr = new GlideRecord('cmdb_model'); gr.ad...

grosch by Mega Expert
  • 1846 Views
  • 3 replies
  • 0 helpfuls

Resolved! Help in GlideRecord Instance Of

Hi,   By using the below script  var table = new GlideRecord('cmdb_ci'); table.addEncodedQuery('sys_class_nameINSTANCEOFcmdb_ci_server'); table.query(); while(table.next()){ gs.log(table.sys_class_name); } Then the output is giving  cmdb_ci_aix_serve...

Creation of relationship through flow desinger

Hi, We have a requirement that relationship needs to be created between Dynamic CI group and with CIs which are present in cmdb group(Whenever new CI is created and that is part of cmdb group then relationship needs to be made between dynamic ci grou...

PVNLP Bhavya by Tera Contributor
  • 1212 Views
  • 5 replies
  • 0 helpfuls

Service Bridge

Hi,     I was working on TSM module in my personal dev instance.I have installed the required plugins for Consumers and providers on my personal instance.But while learning the course It has stated that there will be two seperate instances that is on...

Resolved! Requested Item Table List View Stage Field Not Displayed

Hi, In the Requested Item table, the List View State field is not visible. Field Name: StageType: WorkflowTable: sc_req_item Using the workflow will produce an output similar to the image shown. Using Flow Designer, I'm not getting the same output. I...

subashds6515_0-1741163565438.png subashds6515_1-1741163653917.png
subashds6515 by Tera Contributor
  • 1294 Views
  • 4 replies
  • 2 helpfuls