Hello,
I got a editable grid view form and I’m using a auto text field to lookup the item code and its description ( sc_concat(codart, " - ", description).
I set Allow blank value to Yes.
If you are in insert mode you insert letters and SC make the automatic filter on lookup rows proposing items with that letters within code or description. Once chosen the row than you hit enter and the code and description are displayed on field correctly.
Later, for same reasons, if you need to edit that value and maybe you want insert nothing in it . Cancel it from the field and leave the field empty.
I’m wondering how to insert nothing or null like select field does when you choose show title with nothing inside.
It’s really stupid question but I don’t find the easy way for the user.
Thank