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

Forum Posts

Resolved! How to get the report based on Assigned Date

Hello,I need to pull a report based the assigned date to any Assignment Group, we need a report where tickets are not updated since last 5 days these 5 days should be based on assigned date.Can anyone please help me out

Resolved! UI Action Condition not working

I have created one link on Story form using UI Action but i want that link to be visible when it matches below conditions :-1) Story state should not be "Complete" or "Cancelled".2) the assignee (the person to whom the story is assigned) should be a ...

find_real_file.png

sending an email from within a script

Hi Gurus,I'm attempting to run a script that updates a table then sends an email after the update.The update of the table works fine, however the sending of the email does not.The lines in bold below do not appear to be working properly.   Can anyone...

drslry2 by Tera Contributor
  • 25265 Views
  • 19 replies
  • 16 helpfuls

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
  • 4653 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
  • 3121 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
  • 4757 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
  • 2468 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
  • 5939 Views
  • 10 replies
  • 1 helpfuls