Add References to Custom Objects on Workday-Out-Rest Transports
Create an assembly project that contains a
workday-out-rest
transport.The
workday-out-rest
transport enables you to send REST request messages to an HTTP URL. You can add a reference to a custom object as an extra path value on a workday-out-rest
transport.- Open the assembly in the Assembly Editor.
- In the Assembly Editor, click theworkday-out-resttransport.
- On theCommontab of thePropertiesview for theworkday-out-resttransport, clickSelect a Custom Object.
- On theAdd Custom Objectwindow, consider:
Option Description EnvironmentThe Workday environment that contains your custom object.HTTP MethodsOptions are:- POST
- PUT
- GET
- DELETE
- On theSelect Custom Objectwindow, consider:
Option Description Select an existing custom object aliasDisplays a list of existing custom object aliases.Create a new custom object aliasEnables you to create a new custom object alias.Skip to step 7 if you selected thePUT,GET, orDELETEHTTP methods. - If you selected thePOSTHTTP method, Studio displays thePOST Query Parameterswindow. As you complete the task, consider:
Option Description updateIfExistsUpdates an existing custom object.bulkCreates or updates a collection of custom objects. - If you selected thePUT,GET, orDELETEHTTP methods, select a custom object id reference from theCustom Object Id Reference Selectionwindow.
- ClickFinish.
Studio adds a reference to your custom object on the
workday-out-rest
transport of your integration.Launch your integration.