Workday Extend · Arazzo Workflow
Workday Extend Define a Custom Object With Fields
Version 1.0.0
Create a custom object definition, add a field to it, and list the resulting field schema.
View Spec
View on GitHub
AutomationCustom ApplicationsEnterpriseExtensionsHCMHuman Capital ManagementIntegrationOrchestrationPaaSArazzoWorkflows
Provider
Workflows
define-custom-object-with-fields
Create a custom object definition, add a field, and list the fields.
Creates a custom object type definition, adds a field to it, and lists the fields defined on the new custom object so the resulting schema is confirmed.
1
createDefinition
createCustomObjectDefinition
Create the custom object type definition attached to the chosen parent Workday object.
2
addField
addCustomObjectField
Add a field to the custom object definition. The field becomes available on all new and existing instances of this custom object type.
3
listFields
listCustomObjectFields
List the fields defined on the custom object to confirm the new field is present in the schema.