You're almost there! Please answer a few more questions for access to the Applications content. Complete registration
Interested in joining? Complete your registration by providing Areas of Interest here. Register
Get Started: AI Resources for Oracle Cloud HCM – Go Here

Progress with Redwood: Redwood Resources for Oracle Cloud HCM -  Go Here

Exist function in TCC

edited Dec 13, 2022 6:45AM in Taleo Enterprise 4 comments

Summary

Exist function in TCC

Content

Hi,

We have been trying to understand the logic/syntax of the 'Exists' function in TCC.

Has anyone tried to use the same function as we have got a requirement to check if one field value exists in another field.

Grateful if you could share your experiences/solution in case you have come across using this function.

Thanks,

Mahesh

Version

17.4

Code Snippet

<quer:projection alias="Test" xmlns:quer="http://www.taleo.com/ws/integration/query">
<quer:field path="FIELD1"/>
<quer:filtering>
<quer:returnsResults>
<quer:projection alias="subQuery" xmlns:quer="http://www.taleo.com/ws/integration/query">
<quer:field path="FIELD2"/>
</quer:projection>
</quer:returnsResults>
</quer:filtering>
</quer:projection>

Howdy, Stranger!

Log In

To view full details, sign in.

Register

Don't have an account? Click here to get started!