The CreatorCon Call for Content is officially open! Get started here.

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

Forum Posts

Resolved! atf and approval step

I have a record with a workflow with property condition "run the workflow always". I have my atf steps to create and submit my form. 1) Should the workflow start? or do i have to start it within atf? i have atf step after submit to query sysapproval_...

ggg by Giga Guru
  • 2508 Views
  • 7 replies
  • 2 helpfuls

Hi All, Does anyone know what is the table where we can get the list of 'Personal Notifications'? Please see attached image. I need to know the notification records and their conditions and for that I want to find the list of personal notifications w

Hi All, Does anyone know what is the table where we can get the list of 'Personal Notifications'? Please see attached image. I need to know the notification records and their conditions and for that I want to find the list of personal notifications w...

Resolved! How to pass multiple values from client script to script include

Hi, I am not able to pass multiple values from script include to client script. Can anyone please help me out on below code? REF:: Client Script: var gr = new GlideAjax('ChangeState'); gr.addParam('sysparm_name','stateFieldValue'); gr.addParam('sys...

Hari1 by Mega Sage
  • 2601 Views
  • 2 replies
  • 1 helpfuls

Getting user's email from 'sys_user' table.

I am trying to get user's email from GlideRecord. Here is the code (in Business Rule) -                 gr = new GlideRecord ('sys_user');                 var caller_name = current.caller_id.getDisplayValue();                 gr.addQuery("name", call...

Resolved! Scheduled Job to create RITM and start workflow

Hello All - I have a need to automatically submit a catalog item(to create RITM/SCTASKs) weekly.  I have the catalog item created, workflow created, but I was wondering if anyone has done this and what the best solution for this would be.  I created ...

booher04 by Tera Guru
  • 1797 Views
  • 1 replies
  • 0 helpfuls

Importing .jpg pictures with a data source

Greetings! I would like to import .jpg pictures to ServiceNow from a network location or MID server. Is this possible with a data source? We have a network location with profiles pictures for our employees, and I'm investigating if I'm able to start ...

Dynamic List View base on condition

Hi Everyone, Is it possible to have a dynamic list view base on conditions? For example: View 1:  LevelFirst SkillSecond SkillLevel 2Chain LightningLightning Bolt   View 2:  LevelFirst SkillSecond SkillThird SkillLevel 3Chain LightningLightning BoltS...

Tadz by Kilo Sage
  • 1344 Views
  • 2 replies
  • 0 helpfuls

Resolved! Create JSON key value pair from Question_Answer table

Hi All,  I have a requirement where in I have to send the variables data to outside third party system. For this I have created a REST message and it is working absolutely fine. I have written an insert business rule which creates a JSON object and s...

find_real_file.png