General Questions (Public)

This is a forum for general questions about TeamDynamix products. It is not curated to remove older content or monitored for enhancement requests.

json Clear Tag Filter

Web Service Post string parameter is being passed with wrong time

I have a Web Service Method that is Posting to the tickets endpoint to create a ticket in another ticketing application.
In the header, Content-type is being set to application/json.
There are parameters set to hold the values from two da...
1 Answer
Scott Williamson Last activity on 7/14/2023 10:57:29 AM by Mark Sayers

Web Service Post string parameter is being passed with plusses instead of spaces

I have a Web Service Method that is Posting to the tickets endpoint to create a ticket in another ticketing application.
In the header, Content-type is being set to text/json.
There are parameters set to hold an integer for ticket ID, and...
1 Answer
Scott Williamson Last activity on 7/12/2023 10:31:12 AM by Mark Sayers

TDX iPaaS Response Body Customization

I am attempting to utilize a Webhook to trigger an iPaaS flow that has a very strict json schema structure of what the response body should look like. I know currently the default response data is being stored in the {Data} object but I would lik...
2 Answers
Nic Hayes Last activity on 6/2/2023 12:53:15 PM by David Tod

iPaaS Flow Variable reference in SET FROM JSON Script


We have a flow with a "Set [ ] from Json" steps, and then inside the Script it makes a reference like:
var data = $ds$360;

How do we associate a specific parameter/variable or know what parameter/variable is referenced to $d2$...
1 Answer
Will Tonkin Last activity on 5/17/2023 11:32:39 AM by Mark Sayers

Passing Parameter from TDX Workflow to iPaas Flow using Arguments JSON

The KB article Article - TeamDynamix iPaaS Step mentions the abiliity to Send parameter data through the Arguments JSON section of the workflow step. I have not been able to find any information about how to do this in the KB.
The TDX workf...
2 Answers
Will Tonkin Last activity on 8/14/2023 9:40:02 AM by David Tod

WebAPI method Parameters From workflow

Is it possible to use the web API to set an attribute value based on a choice made in a previous workflow step?

I know we can pull parameters "From Workflow" but I am not sure how to access my choice or to see the value chosen...
1 Answer
Harrison Dragoo Last activity on 7/10/2020 3:02:30 PM by Mark Sayers

if statements in JSON

Hello,
Does teamdynamix support JSON if statement that were adding in Draft 07 ( https://json-schema.org/draft-07/json-schema-release-notes.html )?
In this case I'm trying to set a feed comment to one thing if another field is set to true...
1 Answer
Robert Howe Last activity on 6/12/2019 9:25:04 AM by Mark Sayers

Way to increment values in Web Services method in TDAdmin

Is there a way to increment a numerical value when using a web services method within TDAdmin? This is for the year value when setting the GoesOffHoldDate. We have a workflow that is to create its tickets on a perpetual basis quarterly (it's a ...
3 Answers
David Durling Last activity on 5/24/2019 4:05:55 PM by Jackson Potter

Is it possible to Use If statements in Web Services

I was trying to make a conditional web service PATCH. My code is as follows:
[{
"if": [{
"in": ["payroll", ""]
}, {
"op": "replace",
"p...
1 Answer
Michael McCarty Last activity on 7/9/2018 9:55:36 AM by Matt Sayers