Change how messages are displayed to the end user
Control how messages appear in CPQ.
You can show messages to the end user in different formats.
By default, the messages shown for fields on a layout when messaging rules are fired are shown below the field.
However, you can override this behavior, such as to show an icon which can be hovered over to display the message ("tooltip").
In the layout editor, add {“messageDisplayType”: “<type>”} to the raw value in the field properties (the gear icon) of the element where you want to add the custom message display type.
Accepted type values are above, below, popup, and tooltip.
The following image shows a popup message ({“messageDisplayType”: “popup”}).