Dynamic Text always empty

0
I use Dynamic text for column of datagrid2, but the column is always empty. This happens in my deployed environment, and it is displayed normally in my local environment. I would like to know why
asked
2 answers
1

It Seems like you are creating a object without values.

answered
0

Did you check if the user in the deployed environment has acces to the entity/attribute/association?

This seems typically like something where, because of security, you can not see the displayed field.

answered