Hy, I have created a field: Shade (Color) in a table. After choosing shade as I save document, the shade disappears. I want to appear shade both in system and print.
Hy community and experts! Hope you all are doing good.
A client wants to show shade of colors both in form view and print format in child table.
Kindly assist to fulfill this requirement.
Thanks!
If you are using a custom print format, you can use styling to show color. For example, to display the color #0834fc, you can use
<span style="background-color: {your_color_here}; padding: 6px 20px;"></span>