You are here:
Pass Attribute Values to a Fulfillment Request Line
Use the XOMAutoTaskCopyAttributes auto task to extract values and pass them to a fulfillment request line.
Sometimes an orchestration plan definition requires that attribute values are passed to a fulfillment request line. For example, let's say that fulfillment needs a phone number that can't be entered by the fulfillment operator at the time of the order. Order Management allows you to set up an auto task that passes that attribute on to the downstream fulfillment request line.
To set it up, you create an auto task, which calls a DataRaptor. The DataRaptor extracts the values from the source, then passes them to the destination. These steps walk you through the specifics:
-
One time only: Create the item Implementation for the auto task. After this implementation is created, it never needs to be created again, no matter how many times you follow the other steps on this page. See Create the XOMAutoTaskCopyAttributes Item Implementation
-
Create a DataRaptor. This DataRaptor extracts the source values, and specifies the attributes for the fulfillment request line where those values are to be sent. See Configure a DataRaptor Bundle to Work with the XOMAutoTaskCopyAttributes Auto Task
-
Create the auto task (orchestration item). This auto task calls the DataRaptor that you created in step 2. See Create the XOMAutoTaskCopyAttributes Auto Task
- Create the XOMAutoTaskCopyAttributes Item Implementation
Create theXOMAutoTaskCopyAttributesitem implementation before using an auto task to pass values to a fulfillment request line. - Configure a DataRaptor Bundle to Work with the XOMAutoTaskCopyAttributes Auto Task
To pass attribute values to a fulfillment request line, create a DataRaptor bundle that accepts certain input and delivers certain output to the XOMAutoTaskCopyAttributes auto task. - Create the XOMAutoTaskCopyAttributes Auto Task
Create the XOMAutoTaskCopyAttributes auto task, and add it to an orchestration plan definition, to send attribute values to a fulfillment request line.

