Select to view content in your preferred language

Instance name configuration

354
2
12-09-2023 08:58 AM
CARLOSDIAZ_ARAUJO
New Contributor II

I found that I can have up to 3 lines for the instance name, do I have to concatenate all of them into a single one?

0 Kudos
2 Replies
DavidPike
MVP Frequent Contributor

I don't understand the 3 lines part you mention, but an example for instance name (as a single row) would be:

 

"User : " + ${username} + " - " + "someField : " + ${SomeField} + " - " + "anotherField : " + ${anotherField}

 

0 Kudos
CARLOSDIAZ_ARAUJO
New Contributor II

thanks David, in fact I understand this is as a single row using multiple fields, my question is related to the other 2 rows that are allowed. I placed them under the first one each in a different row of the table, but I can see only the first one, as a result.

0 Kudos