Skip to main content
September 30, 2022
Question

dynamic names for Record views

  • September 30, 2022
  • 4 replies
  • 0 views

Hi All,

We have a Entity based record, in which multiple views were manually created. Requirement is to set some dynamic icons or text as the name of the Views. I have tried the below code to show an icon but the output is not as expected. Appreciate any suggestions on this. Thanks in advance.

View name coming with attributes as:

    4 replies

    harshitb6843
    September 30, 2022

    It supports only text so you cannot style it. You can use the Unicode icons tho in char() function. Find a lib here - xahlee.info/.../unicode_geometric_shapes.html

    October 4, 2022

    Thanks for responding  [mention:ef600ff8f5d2497eb2def2126dc89484:e9ed411860ed4f2ba0265705b8793d05] . It was helpful.