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..
Solved! Go to Solution.
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";
Views
Replies
Total Likes
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";
Views
Replies
Total Likes
Perfect, this fixed it! Really support the assist!
Thanks, truly appreciate the support. That did the trick!
Tony
Views
Likes
Replies