PeopleWorkAddressesUsageUsedFor
Classifies the intended usage of work addresses, defining their function within HR and organizational processes.
Workday Resource Information
Retrieves a work address for the person with the specified ID.Secured by: Person Data: Work Address, Self-Service: Work Address
Scope: Contact Information
Columns
| Name | Type | Description |
| Id [KEY] | String | Unique identifier for this specific record within the PeopleWorkAddressesUsageUsedFor table. |
| PeopleWorkAddresses_Id [KEY] | String | The unique Workday ID (WID) for the associated PeopleWorkAddresses entry, linking this record to a specific address instance. |
| People_Id [KEY] | String | The unique WID for the individual associated with this address usage, establishing the relationship between a person and their recorded address usage. |
| Descriptor | String | The display name of the instance |
| Effective_Prompt | Date | The date when the specified address usage takes effect, formatted as yyyy-mm-dd, determining when the address is considered valid for its intended purpose. |
| PrimaryOnly_Prompt | Bool | Indicates whether only primary addresses should be returned. If the value is 'true,' it filters out all non-primary addresses and returns only the designated primary address instances. |
| PublicOnly_Prompt | Bool | Indicates whether only publicly available addresses should be returned. If the value is 'true,' it excludes private addresses and returns only those marked as public. |
| UsedFor_Prompt | String | Defines the purpose of the address within the system, such as mailing, billing, or shipping, ensuring correct categorization and usage in workflows. |
| Universal_ID_Prompt | String | The globally unique identifier for the person whose address usage information is being retrieved, facilitating cross-system consistency. |