Optional: Integrating with Pega Order Fulfillment Application
You can integrate your Pega Configure Price Quote for Communications application with Pega Order Fulfillment Application to send the order for fulfillment.
Import MACD component. Refer to ‘Importing MACD Component’ section in Pega Foundation for Communications installation guide.
See Pega Foundation for Communications Product Page.Once MACD jar is imported, add and enable this component to implementation layer application rule. Ignore if already added.Create an Authentication Profile for your application by using the operator login information for the Pega Order Fulfillment Application system that is used to authenticate the web service. See
Creating an Authentication Profile.Copy the
CreateOrder
Connect-REST rule to the implementation layer application ruleset without changing the applies to class. See About Connect_REST rules.Open the
CreateOrder
Connect-REST rule in the implementation layer application ruleset, and in the corresponding field, specify the newly created Authentication Profile. See Connect SOAP form - Completing the Service tab.In Dev Studio, click
.Set the Value field to
true
. (Set either Enable FCC to true or Enable OFA to true in fulfillment settings. Both should not be true).Follow below steps to configure the OFA CreateCO Service URL for your application server.
In Dev Studio, click
.Update the Value field to point to the hostname on which the Order Fulfillment Application is installed. For example:
http://hostname:port/prweb/api/AccelOFAPICustomerOrder/01/create
Follow below steps to Update the GetCOStatus Service URL for your application server.
In Dev Studio, click
.Update the Value field to point to the hostname on which the Order Fulfillment Application is installed. For example:
http://hostname:port/prweb/api/AccelOFAPICustomerOrder/v1/retrieveProductOrder/
Previous topic Optional: Integrating with Fulfillment Control Center Next topic Optional: Integrating with Pega Customer Decision Hub for Communications