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

Forum Posts

What are the main difference between 'stage' and 'state'?

I understand 'stage' is set in the workflow, and is responsible for closing out the request. But you can also set the state in the workflow and on the form. Does anyone know what the main purpose of the 'state' field is and any best practices around ...

cfran5991 by Kilo Expert
  • 17711 Views
  • 3 replies
  • 7 helpfuls

Resolved! REST Table API access to sys_choice

Hello Community,   I have a request to provide a REST web service (read-only) into the sys_choice, using the Table API.   Here pictured below is the sys_choice table with 'Allow access to this table via web services' checked.and here is the Ugggh!, t...

find_real_file.png find_real_file.png
johnhughes1 by Mega Contributor
  • 5929 Views
  • 3 replies
  • 0 helpfuls

Calculate duration based on schedule(Using Business Rule)

I need to be able to calculate the difference between two date fields in days based on a schedule using Business Rule (business days),.   E.g. If start date is 01/03/2014 and end date is 08/03/2014, I want this answer to be 5 days (as 2 days out of t...

padhu1 by Kilo Expert
  • 5078 Views
  • 4 replies
  • 3 helpfuls

Set Value to list collector using background script

Hello all,We recently changed a dictionary field, called Impacted Product (u_project), (List Collector) to point to a new table.We noticed after the move, there is a sys_id in the place of the value(s) in the List Collector field. I understand a List...

How to access response body for 400 status POST request

I have a scenario using the RESTMessageV2 object to execute outbound REST API requests.   Depending on the data included in the request, it may fail with 400 error code, and the body of the response contains the actual information explaining why the ...

setRedirectUrl(url) in new tab

Hi,I have crated an UI action where I am calling above funciton to fire a url.This works fine but the url is opened in the current tab. I want it to be opened in the new tab? How can this be achievedMy code is something likefunction runUIAction() {cu...