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

Forum Posts

Accidentally variable set got deleted

Hi,I copied few record producer in dev instance from table lets say 'A' to another table 'B'   and was working on record producer of tables B (which is new one). Here in new record producer I deleted few variables and variable set. After deleting I c...

greenuser by Giga Contributor
  • 3549 Views
  • 2 replies
  • 2 helpfuls

Coalesce not matching records as expected

I have a transform map where i only want to issue an update to records where there is a coalesce mapping on the ID field.There is an onBefore script where i specify ignore = true if the action is insertIf the 3rd party calls the SN webservice and ins...

find_real_file.png find_real_file.png find_real_file.png find_real_file.png

Resolved! How to take field values from form layout to UI Macro

Hi All,I have created a UI Macro and need to make it visible only to requester. Requester value is stored in opened by field<j:set var="jvar_opened" value="${jvar_gr.getValue('opened_by')}"/>Does jvar_opened contain sys_id of requester ?Also I have t...

kms by Kilo Expert
  • 2966 Views
  • 16 replies
  • 1 helpfuls

How to get image url while querying the GlideRecord?

Hi All,iam working on sc_category table. if   i query the table getting all fields but images fileds like icon getting empy values.this is my query,var gr = new GlideRecord('sc_category');gr.query();while(gr.next()){gs.print("icon value "+gr.icon);}-...

Community Alums by Community Alums  
  • 4821 Views
  • 3 replies
  • 2 helpfuls

Resolved! Random password generator issue

Hello Experts,we have a catalog item which creates user in AD and also generates random password and sets in AD.password generation is working fine and setting in AD also working fine but a notification will trigger to the new user with password.Here...

find_real_file.png find_real_file.png find_real_file.png find_real_file.png

Resolved! How to execute schedule job in client script?

Hi All,I have written the onLoad Client script on the Table.var rec = new GlideRecord('sysauto_script');   rec.get('name', 'JSON Test4');   if (typeof SncTriggerSynchronizer != 'undefined')       SncTriggerSynchronizer.executeNow(rec);   else       P...

Pradeep J by Kilo Guru
  • 3640 Views
  • 2 replies
  • 1 helpfuls

CTI Screen Pop an Existing Incident ID

I am trying to screen pop the existing incident of the caller and can't seem to make this work.Example:   In the IVR we will check (REST) the caller ID to see if they are a valid user and have an open case.In a perfect world - the caller will have an...

ronniel by Mega Explorer
  • 2824 Views
  • 3 replies
  • 0 helpfuls

Automatically Add Private Tasks To Visual Task Board

I need to automatically add certain records in the system into the Private Task Table so they show up on predefined Visual Task Boards.   An example would be adding a Private Task to a certain dashboard for all P1 Incidents.   I've tried using a busi...

getEventTarget() (solved!)

Hello there,I'm having this issue with "getEventTarget()", the instance where I'm working on has the domain support plug-in installed, everytime that I create a new Incident, the assigned event is fired, after that I check the log, and I find this:Wa...

nestor1 by Kilo Contributor
  • 6468 Views
  • 8 replies
  • 5 helpfuls

Not able to retrieve data using JDBC Data source

Hi All ,I am trying to connect Snow with Oracle database using Mid Server and data source.I am able to connect with Database but once i click on Load data in data source it runs and then end with returning no records.There is no error message i am ge...

anuj09 by Mega Contributor
  • 2309 Views
  • 5 replies
  • 1 helpfuls

Resolved! Check for attachments?

On insert or update of the form, if the field "submission_type" is "Client Change Request" I need the user to attach a document before being allowed to submit the form. Any ideas on how I can accomplish this? Examples will be great.Thanks,Edwin