Hi All,
I'm trying to search for Assignments using the Custom Workfront API Call module.
Is there a way to somehow flter on the custom field value of reference record? E.g. when searching for assignments, can I filter so that only assignments are returned that belong to a task with a certain custom form field value?
I tried adding query strings like task:parameterValues:DE:FIELD=foo, task:DE:FIELD=foo, task:FIELD=foo, but all of these returned an error.
Thanks,
Tibor
Solved! Go to Solution.
Topics help categorize Community content and increase your ability to discover relevant content.
Views
Replies
Total Likes
Hi,
I think you would need something like this in the filter:
DE:task:{fieldName}={value}
DE:task:{fieldname}_Mod={modType}
Views
Replies
Total Likes
Hi,
I think you would need something like this in the filter:
DE:task:{fieldName}={value}
DE:task:{fieldname}_Mod={modType}
Views
Replies
Total Likes
Thank you! It works perfectly!
Views
Replies
Total Likes