When a Quote is approved in Pricefx, it turns into its status changes to "Offer". In this phase the Sales Rep exports the Quote to PDF and sends the PDF to customer for approval.
Once the customer confirms, that it’s ok, the Sales Rep converts the Quote to "Deal" , which means that the Quote is mutually approved by both parties.
Because such approved Quote should also be also in the ERP system, we you need to export it to ERP. But since the Quote is a complex document and the amount number of data fields being which get exported is usually very small, the Quote lines are converted into Price Record (PR) rows. The conversion is done automatically , but and the default conversion includes only the out-of-the-box fields but ; it does not include your own calculated results of the quote line items or inputs. That’s That is what you have need to set up.
Such PR rows are then exported by Integration Manager IntegrationManager to the an external system.
Mapping
ofQuote to Price Record
The copy of data from Data copying from a quote to a price record is done automatically by the system, based on a mapping.
This mapping is:
builtBuilt-in for the built-in fields.
configurable Configurable for attribute# fields.
mapping Mapping is set up done by matching names of input/result on QLI and attribute name on the PR.
Source Object | Source Field Name | Destination Price Record Field |
---|---|---|
Q | uniqueName | sourceId |
Q | rootUniqueName | sourceIdNoRev |
Q | externalRef | externalRef |
Q | targetDate | validAfter |
Q | expiryDate | expiryDate |
QLI | lineId | lineId |
QLI | sku | sku |
QLI | label | label |
QLI | inputs.Customer | customerId |
QLI | inputs.* | attribute# |
QLI | outputs.* | attribute# |