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

Forum Posts

Insert inside gliderecord next loop on same table

As an answer to another question I have created a script.The idea is to create placeholder records for the sys_choice table in other languages.But it seems i can not do inserts on the same table i'm looping via a GlideRecord.The base gr GlideRecord h...

Arnoud Kooi by ServiceNow Employee
  • 3330 Views
  • 1 replies
  • 0 helpfuls

Resolved! embed an image into a form

Hi Everyone, I'm trying to put an image into this form.   The users don't need to interact with it in any way it's purely as a visual reference only but I want it to be available every time the users go to submit a new form. Could someone advise an e...

find_real_file.png
leslieramage by Giga Contributor
  • 3730 Views
  • 5 replies
  • 2 helpfuls

Open Outlook Client from UI Action

Hi, I'm trying to open outlook client from UI Action in catalog task but the browser does nothing. Please advise what I'm missing here. var subject="test"; var ex="this is a test"; gs.setRedirect("mailto:ashu@example.com?subject="+subject+ "&body=" +...

find_real_file.png
questsal78 by Giga Expert
  • 3179 Views
  • 5 replies
  • 0 helpfuls

Resolved! Translating Related List Label of a form

I followed this doc to translate a related list label of a user form, by list control. https://docs.servicenow.com/bundle/london-platform-administration/page/administer/localization/task/t_TranslateARelatedListName.html Even though I followed it, an...

find_real_file.png

Resolved! UI Action to push UI Page Display HTML field

Hey All, I seem to have a need where I need to make a UI Page that will display when I click a UI Action on a record. On this UI Page I need to grab the contents of an HTML field on that same record. The issue that I am having is that when the ui pag...

find_real_file.png find_real_file.png

Resolved! Roles require you to relogin to take effect

I have a module with a custom role, once I added the role to a user, that user must log out and log in for the role to take effect and be able to view the module, This might not be a serious problem but the issue arises when I take out the role, the ...

bill_dev by Mega Guru
  • 2969 Views
  • 3 replies
  • 0 helpfuls

Resolved! customer updates getting recorded in wrong update set

Has anyone ever experienced this happening? We first noticed it when our system account that runs a scheduled import was recording the update that happens to the data source (Last run datetime) in random update sets.  I expect it to get recorded but ...

Resolved! How to pass value from current page to DialogForm ?

Hi , I have used following code to open the dialog form, now how can I pass the current from value to Dialog form ? Please suggest? Thanks in advance. UI Action code ->  function publish() { var dialogClass = window.GlideModal ? GlideModal : GlideDia...

find_real_file.png

Query Business rule to restrict record on list view

Hi , I using this query to restrict records shown in a list view to non itil users.The Query BR I has created on Incident table ,I have modified the script .var userId = gs.getUserID(); var gr = new GlideRecord('sys_user'); gr.addEncodedQuery('sys_id...

saggi by Tera Contributor
  • 2721 Views
  • 2 replies
  • 0 helpfuls