Questions tagged [taleo]

A cloud-based service for managing employee recruitment. Developed by Oracle.

50 questions
1
vote
0 answers

Taleo Import - way to do import without applying changes to system

We are trying to find a way to check the TCC import process but without applying the changes into the system. This is to allow us to capture all the possible kickouts and correct those. We want to load the file into Taleo in one shot without doing…
Raj
  • 11
  • 1
1
vote
1 answer

How do you configure Google Tag Manager with Taleo?

I have been doing a lot of searching around online and have been surprised at the lack of resources on this subject considering the popularity of both Oracle's Taleo and Google Tag Manager. The Oracle support team insisted we needed to have a phone…
user1380540
  • 734
  • 3
  • 12
  • 26
1
vote
1 answer

How to parametrize a PHP Soap call - Taleo

I need to get the entities list from Taleo WS. I got a working soap xml example but I don't know how to parametrize the php soap call. Can anyone give me a hint? The request is the following
cranci
  • 13
  • 4
1
vote
2 answers

How can I unconcatenate related entities in Taleo Connect Client?

I have an export query for Taleo Connect Client that retrieves the numbers for each Application submitted by a specific Candidate entity (Recruiting 15A model). The candidate is filtered based on their candidate ID 1234. When I run my query, the…
Stevoisiak
  • 23,794
  • 27
  • 122
  • 225
1
vote
3 answers

Taleo extract process add blank field in output CSV file

I am using Taleo Connect Client to export data from Taleo. I encountered two questions: How can I add blank columns to an output CSV file? For example, try to add ColumnBlank1 between Column_FirstName and…
DBALUKE HUANG
  • 247
  • 1
  • 10
1
vote
1 answer

Logout - Taleo User

I'm accessing the taleo api. I'm able to open the connection with the hosturl, username and password. But when I try to close or logout the session am unable to do it. I have opened up the 20 connections now. How to reset all those connections…
Pavan
  • 543
  • 4
  • 16
1
vote
0 answers

Taleo Password field alignment issue

I am trying to modify layout of Taleo career website pages to match with my organisation look and feel. I have business addition of Taleo with trial access. While designing Job Application form with Password field, it adds Re-type new password …
1
vote
1 answer

Get user list from Taleo Connect Client

We're using the Recruiting Taleo (14A) module and I was wanting to pull a list of external and internal users (login, email, internal/external, etc) from Taleo Connect Client (12A). Does anyone know how to do this? Or where to pull the data from?…
gm77
  • 113
  • 1
  • 6
1
vote
1 answer

Use Taleo to Authenticate a Username and Password

I want to create a custom login on an external site that will just use Taleo to authenticate the username and password (meaning, literally, just check if that user exists). Is there a good way of doing this? I'm having trouble finding the answer in…
John Roberts
  • 5,885
  • 21
  • 70
  • 124
0
votes
0 answers

How to get the hidden fields from any entity in TCC

I'm looking for these two fields: JobInformation,DescriptionExternalHTML and JobInformation,DescriptionInternalHTML. In which Recruiting module and entity can I find these fields? I have searched for these fields…
0
votes
0 answers

I want to export candidate offer letter as pdf using taleo connect client

I want to export candidate offer letter as pdf using taleo connect client. How is it possible
0
votes
1 answer

How do I limit the number of returned records in a Taleo Client Connect query?

I know that it is possible to do this when I do a SQ-XML call to the api with the maxrecordcount attribute, ie: maxrecordcount 2
elstevenson
  • 101
  • 4
0
votes
1 answer

Increment attribute value in an XML file using batch script

I am trying to edit an xml file and increment an attribute value called 'pageindex'. The data in the xml file looks like this ?xml version="1.0" encoding="UTF-8"?>
Coding
  • 11
  • 3
0
votes
1 answer

TCC - isNull producing inconsistent results

I'm working on a report through TCC that gives me a count of applicants by requisition with various filters applied using a complex projections. One of the complex projections counts a list of Applicants where a specific UDF on their candidate…
0
votes
1 answer

Taleo Connect Client Script

Summary: I'm trying to write a script that will pull through a candidates "answer" based off of of a "question code", and have it only pull one row of data per candidate. Problems: The "answer" field brings through the answers to multiple questions…
DRock
  • 1