我用Taleo Connect Client 17.4创建了一个导出,它从Taleo Enterprise 17.5.1检索一个报价列表。
OfferNumber FirstName LastName
101 Leesa Rathe
102 Annabela Purser
103 Mattie Pietesch
104 Saw Febvre
应用程序类型
具有常量、预定义值的列
".
OfferNumber FirstName LastName ApplicantType
101 Leesa Rathe Candidate
102 Annabela Purser Candidate
103 Mattie Pietesch Candidate
104 Saw Febvre Candidate
<quer:string>Candidate</quer:string>
,以及用函数投影连接两个字符串,但每次服务器都返回工作流执行错误。
导出查询:
<quer:query productCode="RC1704" model="http://www.taleo.com/ws/tee800/2009/01" projectedClass="Offer" locale="en" mode="CSV-ENTITY" csvheader="true" largegraph="true" preventDuplicates="false" xmlns:quer="http://www.taleo.com/ws/integration/query">
<quer:subQueries/>
<quer:projections>
<quer:projection alias="OfferNumber">
<quer:field path="Number"/>
</quer:projection>
<quer:projection alias="FirstName">
<quer:field path="Application,Candidate,FirstName"/>
</quer:projection>
<quer:projection alias="LastName">
<quer:field path="Application,Candidate,LastName"/>
</quer:projection>
</quer:projections>
<quer:projectionFilterings/>
<quer:filterings/>
<quer:sortings/>
<quer:sortingFilterings/>
<quer:groupings/>
<quer:joinings/>
</quer:query>