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

Forum Posts

CAB Invites

It has been reported that our users on macs cannot see the details of CAB meeting invites sent from the CAB Workbench. While investigating further, I found some other oddities. When I open an invite in:Outlook for Windows:Entire message is displayed ...

kchorny by Tera Guru
  • 2079 Views
  • 4 replies
  • 0 helpfuls

Resolved! Data sources custom(load from script) example

HiI want to try out the data source of type 'Custom (Loaded from script)'. Is there any place where I can get a sample of the same to get the basic idea of its syntax and other rules?

TM19 by Tera Expert
  • 7323 Views
  • 17 replies
  • 3 helpfuls

Resolved! Calculate Risk BR

In our Rome instance when a user initially saves/submits a change the Calculate Risk BR triggers and assigns risk based on risk conditions. We are upgrading to Tokyo and seeing that this BR does not fire. The condition does not seem to be met.  ****C...

Community Alums by Community Alums  
  • 2737 Views
  • 4 replies
  • 2 helpfuls

Scripted rest api PUT and PATCH, empty request.body

Hello Community, I've got the scripted api resource:(function process(/*RESTAPIRequest*/ request, /*RESTAPIResponse*/ response) { gs.warn("request.body = " + JSON.stringify(request.body)); // returns '{}' })(request, response); Whatever I try, re...

JG6_0-1675082428225.png
JG6 by Kilo Guru
  • 3244 Views
  • 1 replies
  • 0 helpfuls

Send latest attachment in outbound REST API call

My process flow is somewhat like this - Step 1 - Create incident task and add attachment (e.g. File 1) to the taskStep 2 - Trigger the process to Send incident task details along with attachment to a third party using outbound REST integrationStep 3 ...