SQL table editor - Read only column

MarkBird
Contributor II

Hi

Does anyone know if it is possible to create a 'Read only' column in a SQL table editor?

I have set the column format 'AllowUpdates = False' which almost gives the correct functionality. However, the field is still editable when you insert a new row.

I currently get around this by completely ignoring the value in the field during the SQL Table Editor Save Data Event, but I wondered if it is was possible to ensure that it never appear editable to the user?

Regards,

Mark

1 REPLY 1

sudarshan
New Contributor III

You can try changing the default allow update property or even not allow inserting a row if that is ok

sudarshan_1-1689212727111.png

 

Thanks,

Sudarshan