JDBC Driver for Workday

Build 23.0.8839

SubmitHomeContactInformationChange

Submits the specified home contact information change ID.

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.

BusinessProcessParameters_Attachments_Aggregate


[{
  description: Text /* Event attachment description */
  contentType: { /* Content type of the attachment */
     *id: Text /* wid / id / reference id */
  }
  fileLength: Numeric /* File length of the attachment */
  fileName: Text /* File name of the attachment */
  uploadedBy: { /* Returns the primary Role of the person who uploaded the Attachment. */
     *id: Text /* wid / id / reference id */
  }
  category: { /* Returns the category of a Business Process Attachment. */
     *id: Text /* wid / id / reference id */
  }
  id: Text /* Id of the instance */
}]

Input

Name Type Description
HomeContactInformationChange_Id String The ID of the change process. This value must be the same as the output from the BeginHomeContactInformationChange procedure.
BusinessProcessParameters_Action_Id String wid / id / reference id
BusinessProcessParameters_Attachments_Aggregate String A JSON aggregate. Returns attachments associated with this business process that are uploaded from the toolbar and are accessible to the processing person. Returns blank if either of these conditions are not met.
BusinessProcessParameters_Comment String Returns a null.
BusinessProcessParameters_For_Id String wid / id / reference id
BusinessProcessParameters_OverallBusinessProcess_Id String wid / id / reference id
BusinessProcessParameters_TransactionStatus_Id String wid / id / reference id
Descriptor String A preview of the instance
Id String Id of the instance

Result Set Columns

Name Type Description
BusinessProcessParameters_CriticalValidations String Validation message for an action event triggered by a condition.
BusinessProcessParameters_OverallStatus String The current status of the business process. For example: Successfully Completed, Denied, Terminated.
BusinessProcessParameters_WarningValidations String Warning message for an action event triggered by a condition.

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