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

Forum Posts

Resolved! setting variables to read only once approved

Hi All, Need a little help why my onload script does not work. My concern is to be able to set the variables to read only after approval. Anyone can confirm about my 'if' statement? It doesn't work. function onLoad(){ //Type appropriate comment here,...

Ramel by Mega Guru
  • 5561 Views
  • 23 replies
  • 1 helpfuls

Resolved! Relate Survey to Record

Hi all!I'm facing an issue with a requirement I received: I need to create a way to manually send surveys from our projects (pm_project table). This is why I created a UI action with the following code:sendSurvey();function sendSurvey(){var strInstan...

guiguille by Giga Expert
  • 3614 Views
  • 3 replies
  • 2 helpfuls

How to order a query with a Document ID field

See this snippet:var elemsGR = new GlideRecord("cert_element");elemsGR.addQuery("cert_task", task.sys_id);elemsGR.query();while(elemsGR.next()) {       // field 'id' is of type Document ID       var doc = elemsGR.id.getRefRecord();       // in this c...

joost2633 by Mega Contributor
  • 5250 Views
  • 8 replies
  • 1 helpfuls

How to display related links in Service Portal ?

Hi everyone,I've been looking to display related links within the widget form of the Service Portal and couldn't find any proper way to do so.Is it possible to display the related links from a form in the Service Portal ?Thanks !

Create Incident from requested item

Hi Folks,We have a requirement to create an incident from requested item. Our approach is to give a UI action on sc_req_item_table and then create an incident via a record producer.We are facing a trouble to pass the parameters via url to client scri...

amaneet by Kilo Contributor
  • 3040 Views
  • 10 replies
  • 1 helpfuls

Resolved! how to attach a file to link

Hi All,I need to attach a excel file to below   link then if i click that link need to download that file.How to do please helpThanks In Advance

find_real_file.png
immanuel1 by Mega Contributor
  • 7360 Views
  • 10 replies
  • 1 helpfuls

Resolved! ui16 use.concourse u15 login

Hi,  We installed UI16 in Helsinki, but decided to disable it and kept using UI15. Disabled it using use.concourse user preference system wide.After upgrade, UI16 was enabled by setting the use.concourse system setting back to true.UI16 was enabled, ...

sakarik by Giga Expert
  • 2264 Views
  • 5 replies
  • 0 helpfuls