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

Forum Posts

Resolved! How to find the smallest and largest number from a list of number?

Scenario: I have retrieved some numbers by gliderecord and stored in a variable, now i have to find the smallest and largest number from that  list by using below code but it is not working. var x = 1,2,3,4,5,6 //(This is list of numbers which i f...

by  
  • 2900 Views
  • 3 replies
  • 2 helpfuls

Resolved! How to call script include in workflow?

Hi All,Can you anyone please let me know how to call script include from workflow.Script include:var HelloWorld = Class.create();   HelloWorld.prototype = Object.extendsObject(AbstractAjaxProcessor, {     helloWorld: function() {     var arr1 =   t...

kalyan778 by Mega Guru
  • 10979 Views
  • 8 replies
  • 1 helpfuls

Resolved! How to calculate sum of values associated with a record.

Hello folks, I'm working on an exercise to create a business rule to get the reference of the challenge, probably with getRefRecord(), then find all of the contribution records associated with this challenge record to calculate the total sum of contr...

find_real_file.png find_real_file.png
Spike236 by Tera Contributor
  • 2254 Views
  • 6 replies
  • 2 helpfuls

Resolved! Number Duplicate Issue on Custom Table

Hi All, For custom table we have imported large number of records from the other tool as Migration part, but after data ingestion if we are going to create a new entry I can see number is being duplicated. In Number maintenance table I gave as Number...

Ratan B by Tera Contributor
  • 1120 Views
  • 1 replies
  • 1 helpfuls

Confirmation box not working for workspace UI action

I have create a UI action "Create problem" 1. I am display confirmation box to create problem 2. If confirmed the create problem script call and show link 3. Display link - problem number , another link existing problem record list    1.Issue - after...

Supriya13 by Giga Expert
  • 857 Views
  • 2 replies
  • 0 helpfuls

Resolved! "Requested For" in RITM not working correctly

We have created the variable "On Behalf of" with Type "Reference" in a catalog item. We want to link the data on this field with the field "Requested For" in RITM. So, I have written a "before insert/update"  business rule on the table "sc_request" t...

anirban300 by Kilo Guru
  • 2126 Views
  • 10 replies
  • 1 helpfuls

Resolved! Getting Sys ID of Reference variable

Hi, I am having a record producer. In which i am having one variable as a reference of table. Now i am storing the record producer values to a custom table. For that reference variable it is storing the record name in the custom table. But i need to ...

venkatraman2 by Tera Contributor
  • 2559 Views
  • 10 replies
  • 1 helpfuls

Resolved! How to hide a field on form section?

Hi All, My requirement is to hide a field in "input section" on the form. I tried with UI policy but it is not working, is there any other way with form sections? any inputs please In the above pic I need to hide "Service" field on Input Section how...

find_real_file.png

Is there a way to relate a Service Request to a Problem?

Pretty much as the title says. We're creating a number of Service Requests so users can request work arounds to specific problems. Is there away to relate the SR to the Problem?  When I look at a problem I want to see how many requests have been rais...

spike by Mega Sage
  • 1400 Views
  • 6 replies
  • 3 helpfuls

Resolved! passing 3 parameters to event ( To, CC, Comment )

Hello experts,  I want to pass 3 parameters to an event, so that I can send an email. The functionality is driven by a custom UI page where the user can change the TO, CC, and email body.   The issue that I am having is, how to I route all three para...

juan casas by Mega Expert
  • 2017 Views
  • 6 replies
  • 2 helpfuls