简体   繁体   English

Taleo 企业版 - 招聘状态历史

[英]Taleo Enterprise Edition - Hiring Status History

Either using TCC or by API, I would like to get the below details of a Candidate and Job Combination:使用 TCC 或 API,我想获得以下候选人和工作组合的详细信息:

  • What is the list of Hiring Statuses a Candidate has gone through so far (Step, Status)到目前为止候选人经历的招聘状态列表是什么(步骤,状态)
  • Also the update datetime of each such Step, Status还有每个此类步骤的更新日期时间,状态

This will give me the trail of Step,Status and their updated Datetimes.这将为我提供步骤、状态及其更新的日期时间的踪迹。 My motive is that I want to know how much each step took as we hire candidates.我的动机是,我想知道我们在招聘候选人时每一步采取了多少。

Can someone help please?有人可以帮忙吗?

Try adding this to the query:尝试将此添加到查询中:

    <projection>
        <field path="ProfileInformation, HistoryItems, ApplicationTrackingCSWItem.Step, Name"/>  
    </projection>
    <projection>
        <field path="ProfileInformation, HistoryItems, ApplicationTrackingCSWItem.Status, Name"/>  
    </projection>

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM