UPDATE!
I have Commondata table - Status with 3 values (started, working, finished with keys 1, 2, 3).
This Status is added in recordset Project and want to set bg color in Project table based on Status value.
In Status field definitions in custom recordset I try define value display function with code
return "test";
and i see Status key value in project table. Is value display function works for commondata fields in recordsets?
Can I use html tag for value display function with css class eg. <span class="status_new">STATUS</span>?