Wednesday, July 7, 2021

Do all attribute data types support to restrict all permissions with field level security?

No, there are a few additional rules that apply to certain attribute data types
• Boolean attributes can be secured for create and update operations but not for read.
• Option set attributes can be secured for create, update, and read. when a default value is unspecified

No comments:

Post a Comment

Featured Post

How to Submit Form Data Dynamically in JavaScript Using FormDataHandler

Form Submission Using FormDataHandler The FormDataHandler class provides various methods to handle form submissions dyn...