Deep Linking

Oracle Taleo Enterprise Edition supports certain URLs that provide a direct access to Oracle Taleo Enterprise Edition products. Oracle Taleo Enterprise Edition also supports certain URLs to get access to specific actions within a Oracle Taleo Enterprise Edition product.

Users can click on a hyperlink in an email, portal or other environments outside Oracle Taleo Enterprise Edition's application and navigate directly to a screen in the application.

Using the deep linking feature, system administrators can provide URLs to users that directly place the users on the Recruiting Center home page, directly into the create requisition process, or directly into a specific job requisition or candidate file.

If single sign-on (SSO) is used, users are directed directly where the URL points to, without having to go through the User Sign In page. If SSO is not used, users are first prompted to enter their credentials in the User Sign In page before being able to access the page defined by the URL.

To create a URL that directs users to a specific action, specific parameters are required. For example, the following URL directs users to a specific requisition:

https://taleo.taleo.net/enterprise/publicurl/viewRequisition?requisitionNumber=8765&language=en

Parameter Description Value
<Product URL> Taleo product identifier URL. taleo.taleo.net
<action> Action available for the product. viewRequisition
<parameter1> Parameter identifier. requisitionNumber
<value1> Key value. 8765
<parameter2> Language (fixed string). language
<value2> Language for users to view the page. If no language is specified, the browser language is used. If no language is specified by the browser, the default language used is English. en

System administrators should evaluate how users are using the product. If specific URLs are appropriate for some audiences, they should implement them to provide easier product or action access.