Comments
priceGrid.eventBeforeRecalc: When a PG item is recalculated an event is emitted. Now the event itself contains the item’s details as payload. Now there are cases where it is desirable that the event has the old details in its payload (as the new ones can be easily retrieved by the event consumer and by that there can be sophisticated “delta” handling on the integration side for example.
Other cases benefit from having the new item details (i.e. after new calculation) as payload as it saves the event consumer from querying the details separately.
This flag toggles between these two modes.
Hi @Documentation Team (JP) @Pavel Matyasko (Deactivated)
Where can we find quoteRevisionFormat option in UI.
quoteRevisionFormat | – | string | Allows you to add a string of your choice between the Quote unique name and the revision number. The default value of this option is $uniqueName$-REV-$revId$. |
There is no option in the UI for this, it can only be set in the Advanced Configuration Options. If this option is not in the list, you can add it manually: e.g., Name: quoteRevisionFormat, Value: $uniqueName$-MyRevisionName-$revId$
guys, the link goes to Confluence (in Progress and most of the partners cannot access it. Can you link to a public space? I could not find the exact page in the public Unity content. Thanks
I don’t understand the description for priceGrid.eventBeforeRecalc, usePersistedQuoteCalculation and how can it be useful. Can somebody explain it?