Interested in a ServiceNow event built for developers? Registration for now[dev]26 is officially open!

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

Forum Posts

Contact type in incident

There are incidents that are made under the contact type of Virtual agent, but when we are creating the reports to monitor, there is no Virtual agent contact type under the contact type list. Even in choice list we cannot find the "Virtual Agent" val...

nishantkuma by Tera Contributor
  • 1063 Views
  • 1 replies
  • 0 helpfuls

Possible Transform Script variables / Objects ?

 Hello,in a transform script you can use "import_set.sys_id" to get the SYSID of the current import set.This object is not defined in the function.  Where can I get information about the possibilities of the script.Are there other objects that can be...

Meloper_0-1713351762555.png
Meloper by Kilo Sage
  • 862 Views
  • 1 replies
  • 0 helpfuls

Resolved! ATF Test Generator - in which instance do you generate the tests?

Hi, we would like to use the ATF Test Generator to generate automated tests. Our concern is that if we generate the tests in the testing instance, the quality of tests will be poor and the tests will be inaccurate because the testing instance does no...

pavla by Tera Expert
  • 2906 Views
  • 4 replies
  • 5 helpfuls

Hi All, I am trying to set scale = 8 in a decimal table entry, but the scale attribute cannot be found in Attribute field(when I type in key word 'scale', it shows Number of rows removed from this list by Security constraints: 1 ). My version is Gene

Hi All, I am trying to set scale = 8 in a decimal table entry, but the scale attribute cannot be found in Attribute field(when I type in key word 'scale', it shows Number of rows removed from this list by Security constraints: 1 ). My version is Gene...

1.png 2.png
weng by Kilo Contributor
  • 5643 Views
  • 6 replies
  • 4 helpfuls

Escalated case is not showing red dot in any Workspace

Hi Community, hope you can help me this time as always!  I'm working with new escalations and I have this issue: When I escalate a case in any workspace, I cannot see any flag or red dot or anything in the workspace list view.   vs Is there anything ...

Gpope_0-1710429235581.png Gpope_1-1710429263534.png
Gpope by Tera Contributor
  • 2299 Views
  • 6 replies
  • 0 helpfuls

Resolved! How to translate interactive filter name?

HI, can anyone tell me how to translate the name of the interactive filters on the dashboard? I have changed the name field to translated text, switching to Italian and changing the filter name the record is created on the sys_translated_text but it ...

Francesca6 by Tera Contributor
  • 2136 Views
  • 2 replies
  • 0 helpfuls

Resolved! How to run a script in subflow

We have a sub workflow which is used in all the catalog items. This has a run script activity which GlideRecords the sc_request table to populate some values. After that it waits for some duration and then a notification is sent. Now we are updating ...

SHALIKAS by Tera Guru
  • 4830 Views
  • 7 replies
  • 3 helpfuls

Resolved! Custom action script not updating the records

I have defined the inputs in custom action as -The script is as -(function execute(inputs, outputs) {var gr=new GlideRecord('sc_request');gr.addQuery('sys_id','inputs.request');gr.query();if(gr.next()){gr.short_description = inputs.shortdescription;g...

SHALIKAS_0-1713337009125.png SHALIKAS_1-1713337101147.png
SHALIKAS by Tera Guru
  • 1609 Views
  • 3 replies
  • 1 helpfuls

Resolved! Assignment group should be auto populated in the Incident record, When Configuration item changes (Populate Configuration item Managed by group in the Incident Assignment group).

Assignment group should be auto populated in the Incident record, When Configuration item changes (Populate Configuration item Managed by group in the Incident Assignment group). I'd really appreciate a descriptive walk through on how to solve it.