HomeContactInformationChangesInstantMessengers
Captures updates to instant messaging details within employee contact information, ensuring real-time communication availability.
Table Specific Information
Select
The Workday component requires filtering on HomeContactInformationChange_Id in order to perform the query.
For example:
SELECT * FROM HomeContactInformationChangesInstantMessengers WHERE HomeContactInformationChange_Id = '12345';
Workday Resource Information
Retrieve an existing instant messenger as it exists when staged by the parent business process.Secured by: Person Data: Home Instant Messenger, Self-Service: Home Instant Messenger
Scope: Contact Information
Aggregate Fields
The component 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 |
Unique identifier of the instant messenger record. |
| HomeContactInformationChange_Id [KEY] | String | False |
Identifier of the home contact information change process. This value is required in all queries. |
| Type_Descriptor | String | False |
A brief preview or label of the instant messenger record for display purposes. |
| Type_Id | String | False |
Unique identifier of the type associated with the instant messenger record. |
| Usage_Comment | String | False |
Descriptive note explaining the purpose or context of the communication method. |
| Usage_Primary | Bool | False |
Indicates whether the communication method is designated as the primary method (true or false). |
| Usage_Public | Bool | False |
Indicates whether the communication method is public (true or false). If false or no value is returned, the communication method is private. |
| Usage_UsageType_Id | String | False |
Unique identifier of the usage type associated with the communication method. |
| Usage_UsedFor_Aggregate | String | False |
List of usage behaviors for the communication method, including mailing, billing, shipping, etc. Values are separated by commas with a space after each comma. |
| UserName | String | False |
The username associated with the instant messenger account. |
| PrimaryOnly_Prompt | Bool | False |
If true, only the usernames of the person's primary instant messenger accounts are returned. |
| PublicOnly_Prompt | Bool | False |
If true, only the usernames of the person's public instant messenger accounts are returned. |
| UsageType_Prompt | String | False |
Specifies the usage type, such as home or work. This value is used only if the service allows access to multiple usage types from the same endpoint. |
| UsedFor_Prompt | String | False |
This values specifies the usage behavior, such as mailing, billing, or shipping. |