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

Forum Posts

Resolved! GlideRecord | Issue with iterating through all records

Hello Community, I am working on a catalog client script to retrieve informations from existing requests.Let's say when user is filling the field "Project Name" in the catalog item, the script has to check all the requests in the sc_req_item table to...

Sylvain12 by Tera Contributor
  • 1722 Views
  • 7 replies
  • 6 helpfuls

Resolved! How to add two currency fields together

Hi Community,I need to add two currency fields together to get a value for a third currency field.  Below is my  onChange client script, but it is not giving me the expected results.  Any advice would appreciated.   Thanks! function onChange(control,...

chrish5_0-1673891759472.png
chrish5 by Giga Guru
  • 2913 Views
  • 9 replies
  • 1 helpfuls

Modifying a journal field before insert or update

Hello,I am trying to modify the comments (which is a journal / journaled field) inserted by a user into a task in some situations.For that I have created a business rule of type "before" and "insert/update".In the script of the business rule I do som...

dmartinc by Tera Expert
  • 7919 Views
  • 9 replies
  • 8 helpfuls

Using Subflow output variable in flow

See below script written to set values of category field of incident. The incident is getting created using flow and the flow calls suflow to calculate value for category. var outputCategory = fd_data.subflowIncident.category.toString(); // I also tr...

TT3 by Kilo Guru
  • 1318 Views
  • 2 replies
  • 0 helpfuls

Resolved! Validation regex for catalog variable

I need to create a validation Regex in the service catalog variable that only allows letters and the symbol - ,I tried several possibilities without success.I appreciate any help.

teste.png
Sancley by Tera Contributor
  • 2362 Views
  • 4 replies
  • 3 helpfuls

set variable in http query parameters dynamically

hii in rest message  http query parameters if we pass name=enclave_name  ,value = asia.. they are sending enclave related filed data in response ..similarly we have enclave _name variable on catalog item (enclave names list already available on catal...

shabbir9 by Tera Contributor
  • 2165 Views
  • 6 replies
  • 0 helpfuls

Triggering using Cart API

I want to trigger a catalog item using another catalog item and getting input variable from one catalog item to the other, using Cart catalog API by using a custom flow designer action.If any other ways to do this, please do tell me.I am relatively n...

HussainM by Tera Contributor
  • 1638 Views
  • 2 replies
  • 0 helpfuls