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

Forum Posts

Resolved! How to check part of a string

Hi there,  This is more of a basic question, but I would like to check the value in the string for a certain combination of letters, let's say 'ABC'. How would I return true if the field contains ABC-234, and I am only checking to see if it contains ...

gunishi by Tera Guru
  • 10043 Views
  • 5 replies
  • 6 helpfuls

Record not getting created in awa_work_item

I've configured Service Channel, Queues, Assignment Eligibility, Service Portal Agent Chat Configuration and Chat setup. Still in agent workspace agents are not getting any interactions to accept. Presence State is also active.

Resolved! Reference Qualifier-Standard Change.

Hello Everyone, I have a query,I have a standard change catalog. In which I have a Category as Standard change which is parent, and the data is stored under [sc_category] table. now this standard change category has child categories A, B, C which are...

Update method not working in Scheduled Job

I have a scheduled job written as -(function(){    var appSer=new GlideRecord('cmdb_ci_app_server');    appSer.addEncodedQuery('sys_idISNOTEMPTY');    appSer.query();    while(appSer.next()){    gs.log("sj run");    //var sysId =appSer.sys_id;    var...

surbhi_123 by Tera Expert
  • 1803 Views
  • 10 replies
  • 0 helpfuls

Resolved! How to create database view for 2 tables

Hello everyone, I'm new to database view. I have two tables Table1 extends taskTable1 has 2 fields field1 - String (Example. Phone)field2 - Reference to table2 (Example. Samsung) Table2 does not extend any tableTable2 has 2 fields field1 - String(thi...

Tharun_M by Tera Contributor
  • 2645 Views
  • 8 replies
  • 3 helpfuls

Now mobile app issue

Hello Community,  The interface of the Now Mobile application has been designed on the customer's ServiceNow development instance. Subsequently, all update sets have been deployed to the test instance. No role-based visibility settings were configure...

Szilard by Tera Guru
  • 1729 Views
  • 7 replies
  • 0 helpfuls

Resolved! Script to clear all user's email

Hi, I just have cloned our production instance into a dev instance but, we need to clear all the data that lives on the email field from all the users at the user table How can we do that? 

Tona26 by Tera Expert
  • 1806 Views
  • 5 replies
  • 1 helpfuls