QUICKEDIT COLUMN

I want to edit this column on screen. Its possible?

Try enabling Quick edit on your table view.

If you want make only that col editable then specify editable-if with CONTEXT(“VIEW”)=“your viewname” for the col you want to edit and CONTEXT(“VIEW”)<>“B” for the others.

1 Like

Can you please share the column data types?