Expand my Community achievements bar.

The Community Ideas review for H1 2025 is out now, see which ideas our Product team prioritized and let us know your thoughts.
SOLVED

Filter on custom form field value of reference record in Fusion search

Avatar

Level 3

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

Topics

Topics help categorize Community content and increase your ability to discover relevant content.

1 Accepted Solution

Avatar

Correct answer by
Level 3

Hi,

 

I think you would need something like this in the filter:

DE:task:{fieldName}={value}

DE:task:{fieldname}_Mod={modType}

View solution in original post

2 Replies

Avatar

Correct answer by
Level 3

Hi,

 

I think you would need something like this in the filter:

DE:task:{fieldName}={value}

DE:task:{fieldname}_Mod={modType}

Avatar

Level 3

Thank you! It works perfectly!