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

Forum Posts

Notifications - Information from another table

Hi all,I have created a notification that approver will get the notification whenever the record is insertedbut the problem is I need some data from another custom table which is extended from task table NOTIFICATION: When to send : when record is in...

Rajendra0823 by Tera Contributor
  • 1140 Views
  • 2 replies
  • 1 helpfuls

Resolved! Email notifications.

In the email notification, I have this text in the body 'Order task Number: ${number} on order line number: ${order_line_item} is on hold and needs to be retriggered.' how can I make this task number hyperlink and when clicked it should go to that pa...

saini by Tera Expert
  • 1004 Views
  • 5 replies
  • 1 helpfuls

Create email notification on sysapproval_approver table

Hello on the change request form, given that the change is in the authorized stateUser selects the approver tab on the related list and clicks on requested then changes the state to rejected and enters comment on the mandatory comment sectionI will l...

Lydon_0-1674840145610.png
Lydon by Mega Expert
  • 551 Views
  • 1 replies
  • 1 helpfuls

How can I see the active flow for a specific record?

I have a table workflow that is built through Flow Designer, but there is a issue in the flow where the record is getting stuck at a certain point. Is there is a way to look at the active flow that specific record and see exactly which subflow and wh...

Farah5 by Tera Contributor
  • 2289 Views
  • 2 replies
  • 5 helpfuls

Info Message not populated on the form

Hi All,I have created After Insert/Update BR, In that I have used gs.addInfoMessage(" "), but the info message is not getting populating. BR:(function executeRule(current, previous /*null when async*/) {var uniqueOutageSysIDs;if (getTableExtensions('...

Saranya2 by Tera Contributor
  • 940 Views
  • 10 replies
  • 0 helpfuls

How Task SLAs work?

Hello, Happy Friday! Does "Repair SLA" retrigger the sla workflow attached to the SLA definition?I have custom "Task SLA" field created on vulnerability task table. This custom field gets populated when SLA is triggered.It is configured in workflow a...

How to create templates with custom comment field?

Hi Community,Does anyone know how to create a template looking for variables present in the current record?For example, I would like to include the name of the caller in the template comment message as shown in the attached image.Thank you in advance...

Luiz8 by Tera Contributor
  • 586 Views
  • 1 replies
  • 0 helpfuls

SN-Utils synchronization

I have run into an issue that I do not understand. The sync from VS code to SN "script development" works without issue for the custom application. But syncing from SN to VS code is creating a new file in VS code under dev124776 - any good advise how...

AndersSkovbjer_2-1674832373047.png

Client Script On Submit with Ajax

Hello community,I'm wondering if there is the best practise to 'Reject/Abort' submit action on the Client side with GlideAjax. The main issue is observing when we have to validate smth on Submit action. - We can't using methods the "getXmlWait()" any...

Alex150 by Mega Sage
  • 3657 Views
  • 3 replies
  • 1 helpfuls

Check if a user is already in a similar group

Hello I am developing a scoped application that is used to manage the work plans of employees organized in work teams. Each work team has multiple users assigned to it. However, a single user can be only in zero to one work teams. This condition shou...

Hendrik6 by Kilo Guru
  • 1280 Views
  • 10 replies
  • 1 helpfuls

Resolved! Script for close a case

Hi everybody! I want to add a script in my ui action button for close the case in a certain state. Which script should I use?Thanks