Cmdlets for Workday

Build 25.0.9434

WorkContactInformationChangesWebAddresses

Tracks updates to a worker's web address details, such as personal or professional websites, awaiting approval.

Table Specific Information

Select

The Workday cmdlet requires filtering on WorkContactInformationChange_Id in order to perform the query.

For example:

SELECT * FROM WorkContactInformationChangesWebAddresses WHERE WorkContactInformationChange_Id = '1234';

Workday Resource Information

Retrieve an existing web address as it exists when staged by the parent business process.

Secured by: Person Data: Work Web Address, Self-Service: Work Web Address

Scope: Contact Information

Aggregate Fields

The cmdlet 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. Fields marked with a hyphen are read-only and must not be included when calling stored procedures or when performing an INSERT or UPDATE.

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.

Usage_UsedFor_Aggregate


[{
  descriptor: Text /* A preview of the instance */
  id: Text /* Id of the instance */
}]

Columns

Name Type ReadOnly Description
Id [KEY] String False

The unique Workday ID of the instance.

WorkContactInformationChange_Id [KEY] String False

The Workday ID of the work contact information change process. Required for all queries.

Url String False

The full web address (URL) for the contact information.

Usage_Comment String False

A description of how this communication method is used.

Usage_Primary Bool False

True if this web address is marked as the primary contact method.

Usage_Public Bool False

True if this web address is publicly visible; otherwise, it is private.

Usage_UsageType_Id String False

The Workday ID of the usage type associated with this web address.

Usage_UsedFor_Aggregate String False

A list of usage behaviors for this web address, such as mailing, billing, or shipping.

PrimaryOnly_Prompt Bool False

Filters results to return only primary web addresses.

PublicOnly_Prompt Bool False

Filters results to return only public web addresses.

UsageType_Prompt String False

Filters results by usage type, such as home or work.

UsedFor_Prompt String False

Filters results by usage behavior, such as mailing, billing, or shipping.

Copyright (c) 2025 CData Software, Inc. - All rights reserved.
Build 25.0.9434