Create Attribute Map Services
Create an assembly project.
The attribute map service enables you to define attributes and maps for your integration. Attributes are configurable values that define your integration. You can create these types of attributes:
- Simple.
- Reference.
- Enumeration.
- Simple.
- Class Report Field.
- Enumeration.
- Open the assembly in the Assembly Editor.
- Drag aworkday-intransport from thePaletteto the Assembly Editor.
- On theServicestab of thePropertiesview for theworkday-intransport, clickCreate attribute-map-service.
- On theService Namewindow, enter a name for your attribute map service.
- On theIntegration Attributestab, consider:
Option Description NameThe name of the attribute. Must be unique across all integration systems.TypeThe attribute type definition.Add Simple Type AttributeAdds an attribute type that uses string literal values.Add Reference Type AttributeAdds an attribute type that uses references to Workday Class Report Fields (CRFs) and web services.Add Enumeration Type AttributeSelectEdit Typeto configure the enumeration. You can:- Use anEnumeration Referenceto an existing enumeration definition in your tenant by entering itsType Name.
- Create a new enumeration by entering a uniqueType Nameon theEnumeration Definitiontab and specifying the values that it allows.
When you enter theType Nameof an existing definition on theEnumeration Definitiontab, Workday overwrites the definition. - On theIntegration Mapstab, selectAddto add a map.
- As you configure theInternal TypeandExternal Type, consider:
Option Description Simple TypeYou can select these simple types:- Boolean
- Date
- Datetime
- Number
- Text
Class Report FieldSelectBrowse for CRF.EnumerationConfigure yourEnumeration ReferenceorEnumeration Definition.
Studio saves the attribute map service on the
workday-in
transport of your integration. You can access the data from the service using the MVEL intsys
expression.Deploy your integration.