I have created an API Custom API Call to update the predecessor of a
task. I have received an error on the module below. I am wondering if I
am just missing some commas or quotes in the body or if I am completely
off. The error says "[422] APIModel INTERNAL does not support field data
(Task)" so I am wondering if updating nested fields is not even
possible. Any help is greatly appreciated!
I would like to use the answers from a custom form to change the
assignment of a task within a project. Created Workfront Search module
to look for the task with the template ID I needed. I filled in the
collection section with "assignments:ID".Created a Workfront Misc Action
module with the following:Record Type: Assignment Assignment Action:
SwapUsersOnTasksID: Assignment ID (grabbed from the search module I
described above)hardcoded in the userIDs for this test It seems that
this updates the ...
We have one template that gets attached to the project, then later on a
second template gets attached to the same project. On the second
template, the predecessor of the first task should be the last task from
the first template.
I have a CSV file that I would like to store in SQL. I have set up
fusion to load this CSV doing an INSERT. However, fusion times out after
40 minutes and doesn't end up loading all the data.