Question
Is there a way to restrict the click of tab button in detail editable list
18:05 Oct 20, 2020
I have a detail with editable list. When the user clicks on the tab button a new empty record gets created. is there a way to restrict the same?
Like
3 comments
19:31 Oct 20, 2020
Dear Sri,
If you forbid adding data to the detail object users will not be able to add new records.
Best regards,
Angela
20:15 Oct 20, 2020
Hello Sri,
I wrote up the details for this here: https://customerfx.com/article/prevent-adding-a-new-row-by-tabbing-in-a…
All you'll need to do is paste the code from the link above into your detail schema. The tabbing will no longer create a new row, but will still move from column to column and also advance to next row (if not on the last row). Users can still add new rows normally by clicking the Add button.
Ryan
Show all comments