JDBC Driver for Workday

Build 23.0.8839

WorkersTimeReviewEvents

Creates a Time Review Event or Time Review Events.

Workday Resource Information

Creates a Time Review Event or Time Review Events for the specified worker.
Specify these required fields in the request body:
*date: the date that constructs the Time Review Event. The date is used to create Time Review Events for the Period or Week, depending on how that worker's Time Entry Template is configured.

Additional optional field:
*comment: Comment related to the BP that persists on each Time Review Event. Comments aren't allowed if disabled on the Enter Time BP

To get more information about Custom Administrator configured Critical Time Validations, use the GET timeValidations API.

This POST method is equivalent to Submit Time in Workday.

Secured by: Manager: Time Tracking Manager Approval, Manager: Time Tracking Manager Edit and Approve, Submit Time (REST Service)

Scope: Time Tracking, Time Tracking Hub

Aggregate Fields

The 本製品 represents the following fields as aggregates containing JSON text. Each of them conforms to their respective schema. Fields marked with an asterisk are required and must be included if their parent object is.

This information is derived from the Workday REST API specification which does not explicitly list all business rules and validations that apply to each object. More fields may be required than what is listed here.

TimeReviewEvents_Aggregate


[{
  status: { /* Transaction status or workflow state for an event. Example: Successfully Completed, Denied, Terminated */
     *id: Text /* wid / id / reference id */
      descriptor: Text /* A description of the instance */
      href: Text /* A link to the instance */
  }
  project: { /* Contains \~Project\~ for Time Review Event if Independent Events for \~Project\~ is enabled on the Time Entry Template. */
     *id: Text /* wid / id / reference id */
      descriptor: Text /* A description of the instance */
      href: Text /* A link to the instance */
  }
  position: { /* Contains Position for Time Review Event if Independent Events for Multiple Jobs is enabled on the Time Entry Template. */
     *id: Text /* wid / id / reference id */
      descriptor: Text /* A description of the instance */
      href: Text /* A link to the instance */
  }
  id: Text /* Id of the instance */
  descriptor: Text /* A preview of the instance */
}]

Input

Name Type Description
Workers_Id String The ID of the resource to execute this process on
Comment String Contains the BP Comment for Time Review Events.
Date Datetime Contains the user-given date to submit time. Date is used to build the range of Submission based on the user's configuration.
TimeReviewEvents_Aggregate String A JSON aggregate. Contains Time Review Events created in the Submit Time request.

Result Set Columns

Name Type Description
Comment String Contains the BP Comment for Time Review Events.
Date Datetime Contains the user-given date to submit time. Date is used to build the range of Submission based on the user's configuration.
TimeReviewEvents_Aggregate String A JSON aggregate. Contains Time Review Events created in the Submit Time request.

Copyright (c) 2024 CData Software, Inc. - All rights reserved.
Build 23.0.8839