How to make data type columns to read only?
We have a requirement to make data type columns as read only. This can be done through declare expression. But whenever I try to add new rows, a new row will be added with empty value to the read only columns which cannot be further edited. Is there a way to make columns as read only, and after adding new record, read only column record should behave like that of primary key, i.e it should be edited once and then to ready only.
***Edited by Moderator: Pallavi to update platform capability tags***