On a custom LU, I’d like to create a read-only reference field to expose MY_CLT.ROWVERSION
in the client presentation. Expressions or SQL statements against t.rowversion
or v.objversion
don’t appear to work. Is there a way to show this field to the users, short of creating another persistent field?
(My preference would be a solution that exposes the field without intermediate functions so the database can honor an index on it.)