Refer to the following XML data source to answer the question below.
You need the integration file to format the ps:Position_ID field to 10 characters, truncate the value if it exceeds, and align everything to the left.
How will you start your template match on ps:Position to use Document Transformation (DT) to do the transformation using XTT?
This is the XML file generated from a Core Connector; Positions integration.
When performing an XSLT Transformation on the Core Connector: Positions XML output file, you want to show a hyperlink of positions that are not available for hiring as an entry in the Message tab.
What are all the needed ETV items to meet the above requirements?
When creating an XSLT file to transform the XML output of an EIB, you must have the XSL namespace. What other namespace(s) do you need to process any part of the source XML file?
Refer to the following scenario to answer the question below.
You are implementing a Core Connector: Worker integration to send employee data to a third-party active employee directory. The external vendor requires the following:
The Employee's Active Directory User Principal Name.
A mapping from Worker Type values to external worker type codes.
A specific filename format that includes a timestamp and sequence number.
You also need to ensure the document transformation occurs before the file is delivered to the endpoint. The connector's output must be transformed before the file is delivered to the vendor.
What step must be taken to ensure this occurs correctly?
What are the two valid data source options for an Outbound EIB?
Which three features must all XSLT files contain to be considered valid?
Refer to the scenario. You are configuring a Core Connector: Worker integration with the Data Initialization Service (DIS) enabled, scheduled to run once daily. The integration must extract only active worker records with changes to compensation, home address, or business title since the last 24 hours. It uses Workday’s change detection to avoid full extracts.
During testing, the Core Connector: Worker DIS output unexpectedly includes terminated workers, even though the change detection date parameters are correctly defined for a Full-Diff extract. The requirements specify that only active workers should be included in the output.
What configuration step should you modify to ensure the integration excludes terminated workers?
A vendor needs to create a Date Difference calculated field. However, the two dates needed for that calculation are on two separate business objects.
What additional calculated field do you need to create that Date Difference calculated field?
You have been asked to refine a report which outputs one row per worker and is being used in an integration that sends worker data to one of your third-party systems. The integration should only send workers who have been hired in the last 30 days. Where in the custom report definition can you specify a condition that would include only workers who have been hired in the last 30 days?
An external system needs a file containing data for recent compensation changes. They would like to receive a file routinely at 5 PM eastern standard time, excluding weekends. The file should show compensation changes since the last integration run.
What is the recurrence type of the integration schedule?
How does an XSLT processor identify the specific nodes in an XML document to which a particular transformation rule should be applied?
Refer to the scenario. You are implementing a Core Connector: Worker integration to send employee data to a third-party active employee directory. The external vendor requires the following:
The Employee's Active Directory User Principal Name.
A mapping from Worker Type values to external worker type codes.
A specific filename format that includes a timestamp and sequence number.
You also need to ensure the document transformation occurs before the file is delivered to the endpoint. You must include an Employee’s Active Directory User Principal Name (generated by a Calculated Field).
How do you ensure this field is pulled into the output?
Refer to the following scenario to answer the question below.
You have been asked to build an integration using the Core Connector: Worker template and should leverage the Data Initialization Service (DIS). The integration will be used to export a full file (no change detection) for employees only and will include personal data. The vendor receiving the file requires marital status values to be sent using a list of codes that they have provided instead of the text values that Workday uses internally and if a text value in Workday does not align with the vendors list of codes the integration should report "OTHER".
What configuration is required to output the list of codes required from by the vendor instead of Workday's values in this integration?
Refer to the scenario. You are configuring a Core Connector: Worker integration with the Data Initialization Service (DIS) enabled that runs once daily. The integration must extract only active worker records with changes to compensation, home address, or business title since the last run 24 hours ago, using Workday’s change detection to avoid full extracts.
During testing, an employee’s home address is updated, but the integration does not detect the change in the output. The employee is eligible, the connector uses the correct integration field attributes, and the launch parameters are properly configured for a Full-Diff extract.
What configuration task must you modify from the integration system to ensure the expected change is included in the output?
How many integration systems can an ISU be assigned to concurrently?
What is the purpose of a namespace in the context of a stylesheet?
What is the relationship between the Integration System User (ISU), Integration System Security Group (ISSG), and domain security policies?
Refer to the following XML to answer the question below.
You are an integration developer and need to write XSLT to transform the output of an EIB which is making a request to the Get Job Profiles web service operation. The root template of your XSLT matches on the
Refer to the following scenario to answer the question below. You have configured a Core Connector: Worker integration, which utilizes the following basic configuration:
• Integration field attributes are configured to output the Position Title and Business Title fields from the Position Data section.
• Integration Population Eligibility uses the field Is Manager which returns true if the worker holds a manager role.
• Transaction Log service has been configured to Subscribe to specific Transaction Types: Position Edit Event. You launch your integration with the following date launch parameters (Date format of MM/DD/YYYY):
• As of Entry Moment: 05/25/2024 12:00:00 AM
• Effective Date: 05/25/2024
• Last Successful As of Entry Moment: 05/23/2024 12:00:00 AM
• Last Successful Effective Date: 05/23/2024
To test your integration, you made a change to a worker named Jared Ellis who is assigned to the manager role for the IT Help Desk department. You perform an Edit Position on Jared and update their business title to a new value. Jared Ellis' worker history shows the Edit Position Event as being successfully completed with an effective date of 05/27/2024 and an Entry Moment of 05/24/2024 07:58:53 AM however Jared Ellis does not show up in your output. What configuration element would have to be modified for the integration to include Jared Ellis in the output?
Refer to the following XML to answer the question below.
You need the integration file to format the ps:PositionJD field to 10 characters and report any truncated values as an error.
How will you start your template match on ps:Position to use Document Transformation (DT) to do the transformation using ETV with your truncation validation?
Refer to the following XML to answer the question below.
You are an integration developer and need to write XSLT to transform the output of an EIB which is using a web service enabled report to output worker data along with their dependents. You currently have a template which matches on wd:Report_Data/wd:Report_Entry for creating a record from each report entry.
Within the template which matches on wd:Report_Entry you would like to conditionally process the wd:Dependents_Group elements by using an
What XPath syntax would be used as the select for the apply templates so as to iterate over only the wd:Dependents_Group elements where the dependent relationship is Child?
What XSL component is required to execute valid transformation instructions in the XSLT code?
You need the integration file to generate the date format in the form of "31/07/2025" format
• The first segment is day of the month represented by two characters.
• The second segment is month of the year represented by two characters.
• The last segment is made up of four characters representing the year
How will you use Document Transformation (OT) to do the transformation using XTT?