Event Listeners with Pricefx
Last updated Mon Jun 13 2022
Begin your journey working with the Pricefx event listener with this recipe, which includes:
- Quick steps for configuring the RabbitMQ Connector
- Quick steps for configuring the Pricefx Connector
- Method example of Event Listener subprocess including Get and Fetch operations
Overview:
Pricefx is a global leader in cloud-native SaaS software for price management and pricing optimization. The company offers products for pricing analytics, AI-powered price management, and profit optimization. Use Pricefx to quickly deliver quotes and to manage rebates, improving customer experiences and profitability.
This solution performs Get and Fetch operations on pre-defined objects to receive desired results.
The solution shows an example of listening and interpreting Pricefx events. The process in this solution listens and waits for an event to occur. Listening occurs through the RabbitMQ Connector and leads to a Decision Shape of True and False paths. A Route Shape is also included to route data based on wildcards to execute the following subprocesses:
- Get by typedId
- Fetch Price List Items
- Get matrix price grid item by typedId
Get by typedId gets an object by typedId surrogate key. Fetch Price List Items fetches Price list items. Get matrix price grid item by typedId gets a price grid item by typedId surrogate key.
Each subprocess establishes a connection to the Pricefx Connector once the Connector has been configured with the appropriate credentials.
See other Boomi Pricefx Recipes for help with streamlining other Pricefx operations.
The recipe qualifies for Boomi’s Recipe Program.
Qualifying customers get access to Boomi’s Recipe Program* with the purchase of a Boomi subscription. As part of the Recipe Program you have direct access to a Boomi specialist to get you up and running with Boomi at no additional cost. Learn more
*Offer applies only to new customers and requires purchase of a qualifying Boomi subscription.