TCC Union export script — Cloud Customer Connect
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

TCC Union export script

edited Mar 13, 2019 9:14PM in Taleo Enterprise

Summary

Does anyone have a sample script with a union?

Content

I'm looking for a TCC script that performs a union on data from the User entity.    Here's what I'm trying to do:

  1. String value ''Line Manager"
  2. projection: first name
  3. projection: last name
  4. projection: employee ID

UNION

  1. String value ''Dsg Manager"
  2. projection: first name
  3. projection: last name
  4. projection: employee code

where employee status=active

 

Here's the xml I found in the TCC user guide but I don't know how to implement this in TCC.  It looks like the xml tags are not the same as in TCC..?  

<union alias="testUnion">
    <queries>
        <query alias="testUnion2" projectedClass="com.taleo.akirademo.entity.Candidate">
            <projections>
                <projection alias="entityKey" tag="entityKey">
                    <key path=""/>
                </projection>
            </projections>
     

Howdy, Stranger!

Log In

To view full details, sign in.

Register

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