Hi,
I have the same HTMLCode object in a ListView and in a Edit View, but in the Edit View I can not read fields. Instead, the same code in List View works fine.
This is the code. I try to retrieve the status name in his assigned color.
"<span style="color: {{ idstatus.statuscolor}}">{{ idstatus.name }}</span>"
Anyone knows how to access to fields and joinfields in a HTMLCode located in a EditView?
Thank you,
J.A.
I saw something similar in the office hours, when you parse the db for the Edit View, it was something when you use the view for different purposes - to view the record and to edit it and then this feature, it's definitely possible, try discord, maybe someone will be able to help, it was in the questions, I remember, just don't remember the exact video, will check my notes, if I find something will add here
https://www.youtube.com/live/8_nvZbP46qA
Check here 43 - 45 mins, the question Conditional field options depending on another field choice - so it's taught how to communicate db depending on the field's value, I guess it's more complex then your need to display as is, so must be sufficient.