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

Forum Posts

Resolved! g_form.submit in Workspace Client Script not working

Hi all, I'm trying to add the ability for users to create/manage change requests within the CSM/FSM Dashboard and I added some of the UI actions to the workspace (Request Approval, Implement, Review, Close).Within the UI actions, I have the following...

Community Alums by Community Alums  
  • 5860 Views
  • 3 replies
  • 4 helpfuls

Resolved! Does addEncodedQuery work with addQuery

I have a GlideRecord query that looks something like this:var ka = new GlideRecord('x_81991_knowledge');   ka.addQuery('workflow_state', 'Published');   ka.addQuery('kb_category.label', 'Benefits');   var qry = "seriesLIKE"+occ+"^NQlocationLIKE"+loc+...

yundlu316 by Kilo Guru
  • 15508 Views
  • 5 replies
  • 5 helpfuls

Resolved! Notification is not being triggered from scheduled job

Hi All, I want sent notification to "assigned to" in catalog task, if scheduled date is today and state of catalog task is closed skipped.To achieve this i have created the i have created scheduled job,event and notification as below, but its not wor...

SachinGK1_0-1708344963936.png SachinGK1_1-1708345100147.png SachinGK1_2-1708345144979.png SachinGK1_3-1708345187149.png

button to create pdf

Hello, How can i go about creating a button that can generate a pdf of the current form/record. Thanks

Mark J1 by Tera Contributor
  • 440 Views
  • 2 replies
  • 0 helpfuls

Remove users from the group

Hi all,schedule job to remove the users from the particular groups who not logged in for 60 days in servicenow.If user is part of some groups and if he hasn’t logged in for 60 days.Thank you.Please suggest 

Dileep2 by Tera Contributor
  • 1134 Views
  • 6 replies
  • 0 helpfuls

Testing and Trying Application in PDI

Hello, I am developing an app on PDI. How can I test it? It is possible to use the application in PDI to test it. I know that I can't publish/submit app in PDI but I want to use application to test how is the experience. Don't want to click preview f...

TunaSiskon by Tera Contributor
  • 998 Views
  • 3 replies
  • 2 helpfuls

Resolved! How to update form fields from UI Page Client script?

I have a pop-up window which gives the user two options; Cancel and OK.  If they hit cancel I want to simply change the value of a the type field and destroy the GlideDialogWindow.  If they hit OK it will close out the demand record and set all field...

MBarrott by Mega Sage
  • 1200 Views
  • 2 replies
  • 1 helpfuls

Dot walk for interactive filter of type choice list

Sample:Reports on Dashboard are all based on task_sla table that has a reference filed to task table that is parent of incident table.Interactive filter points to a choice list field on incident table (e.g.incident_state). No additional connection ca...