What field does talentpool.owner.number refer to? Using Owner Number or Owner System ID both return an error - The following filter is either not valid or hidden. What is the correct filter to search Talent Pools by Owner?
Submitted by
iCIMSUNIFIL on September 28, 2017Permalink
Here is a filter:
{"filters":[{"name":"talentpool.owner.person","value":["143"],"operator":"="}],"operator":"&"}
The value can either be the system id or the person's name. In this case, 143 is the person's system id. Here is one with the name: {"filters":[{"name":"talentpool.owner.person","value":["aaabb aabba"],"operator":"="}],"operator":"&"}
Here is a filter:
{"filters":[{"name":"talentpool.owner.person","value":["143"],"operator":"="}],"operator":"&"}
The value can either be the system id or the person's name. In this case, 143 is the person's system id. Here is one with the name: {"filters":[{"name":"talentpool.owner.person","value":["aaabb aabba"],"operator":"="}],"operator":"&"}