Question

Is there a way to restrict the click of tab button in detail editable list

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 0

Like

3 comments

Dear Sri,

 

If you forbid adding data to the detail object users will not be able to add new records. 

 

Best regards,

Angela

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

Hello Ryan,

 

Thank you very much the solution worked

Show all comments