Format a property using a control in the header of a Smart Info popup

I want to have a property as header for my Show SmartInfo action.

One can select the header type as Message/Property/Field Value/Plain Text.

The thing is, the property on the clipboard is not formatted.

e.g. I have a property IBAN containing something like BE12123456789012

I want to show it as BE12 1234 5678 9012 in my popup header.

In a plain HTML, we could insert <p:r n=“ID” f=“Iban”/> in order to get it, but how do I get the same result in the action Show SmartInfo?

Hi @Joris Claus

You should be able get the same result by using the same JSP code <p:r n=“ID” f=“Iban”/> in a field value and referring that field value in the header source of Show SmartInfo action.

Hey @SrijitaB !

Thnx for your feedback. The field value -trick pointed me in the correct direction, but I was unable to do it by adding jsp in there. In the end, I got it by referencing the property as:

{.ID Iban}