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

Forum Posts

Resolved! Hold The Business Rule for 15 mins

I have a requirement if we mid Sever is down , We have to  create a incident but one condition as After 15 mins and if mid sever is up within 15 mins then no action required .   I'm trying to achieve by BR and adding gs.Sleep() but it is not working ...

AbdulNow by Tera Guru
  • 7604 Views
  • 6 replies
  • 6 helpfuls

Resolved! how can I replace last characters?

Hi Everyone,I have a question... if i would like to remove last of final characters,   please check below example:var test = 'Group';var test1 = 'Name';var test2 = ' ';var test3 = ' ';   var test4 = ' ';                 var str1 = "ACCESS"+"_"+test+"...

elroddo by Kilo Explorer
  • 6676 Views
  • 4 replies
  • 1 helpfuls

Resolved! UI action GlideAjax issues

I'm having an issue with a UI Action which should call a function to make an update to the current record. I'm obviously missing something.  Appreciate another set of eyes to let me know where I'm going wrong: UI Action is on an extended table of cmd...

benrollins by Kilo Expert
  • 5216 Views
  • 5 replies
  • 0 helpfuls

Data Sources Integration error

Hi Community People I was trying to fetch some data from a server using data sources but while test loading the data an error occurs which says: com.glide.db.impex.datasource.DataSourceException: Unable to parse ids541d8923db422300db8373ffbf9619ca.tm...

pitamah by Kilo Contributor
  • 2453 Views
  • 9 replies
  • 2 helpfuls

Resolved! copy a string value to a reference field

Hi SNOW Dev, Is it possible to assign a string value to a reference field? For example,assignment group is a reference field, and I'd like to assign "Team Acme" (String) to an assignment group field like the below.   assignment_group = "Team Acme"   ...

Snow Dev5 by Tera Contributor
  • 10084 Views
  • 18 replies
  • 8 helpfuls

Resolved! Set Request short description for Order Guide

Hi all,  Was wondering if anyone could help me get the Short Description set on a Request when placing an order from an Order Guide.  Currently, when submitted, it shows all Catalog Items on the Short Description which doesn't do well for reporting. ...

Resolved! Auto approve approval records after 7 days

I am building a workflow making use of the Approval Coordinator activity. I have 19 group approval records and I only want the task to appear after all approvals are received. There are times when groups sit on the approval request which becomes a bo...

find_real_file.png
dianeramos by Tera Contributor
  • 3786 Views
  • 3 replies
  • 1 helpfuls

Resolved! How to intentionally throw an error from a workflow script

Hello, What is the proper way to intentionally throw an error from within a workflow run script activity?  I don't mean catching any random error with a try/catch block.  I need to intentionally throw an error such as (throw "something broke"';).  I ...

Business rule not being triggered

I have a custom table that we created and I created a Business Rule to run on this table.   Regardless of what I try I can not get the BR to trigger.   I have turned on debugging for Business Rules and the BR is not even being triggered.   Screen sho...

find_real_file.png find_real_file.png