You are viewing limited content. For full access, please sign in.

Question

Question

Getting Template Field Access right

SDK
asked on August 20, 2023

Hello all,

I am Creating application using (SDK & C# windows forms) to get selected template fields.

according to logged in user some fields disabled because the user has no access to edit them.

my question how to get the access right for each filed to determine in my application to set it to disabled filed or not?

Thanks

0 0

Replies

replied on August 21, 2023

FieldInfo.GetEffectiveRights() will tell you what rights the current user has to the field. Keep in mind that this is a property of the field itself, and you will need to combine that with the user's rights to the entry to determine what operations are allowed.

1 0
You are not allowed to follow up in this post.

Sign in to reply to this post.