Expand my Community achievements bar.

Learn about Edge Delivery Services in upcoming GEM session
SOLVED

delete field from tab order

Avatar

Level 2

I have some fields that are read only that I want to remove from the tab order pallet but cannot find how to remove them from the order.  Help..

1 Accepted Solution

Avatar

Correct answer by
Level 7

Hi Tony,

Change the field access type to protected. They will be read only but also you can't tab to them. You can still set a value to the field though with script even when protected.

If you are scripting with them and you want to protect them again after opening the field use .access = "protected";

1486754_pastedImage_0.png

View solution in original post

3 Replies

Avatar

Correct answer by
Level 7

Hi Tony,

Change the field access type to protected. They will be read only but also you can't tab to them. You can still set a value to the field though with script even when protected.

If you are scripting with them and you want to protect them again after opening the field use .access = "protected";

1486754_pastedImage_0.png

Avatar

Level 2

Perfect, this fixed it!  Really support the assist!

Avatar

Level 2

Thanks, truly appreciate the support. That did the trick!

Tony