Hi Guys,
Just want to know how to allow one field to edit via role or x++ code.
I have a Form1 with 3 datasource on it. Those datasource is set AllowEdit property as "No".
Now, I want to create new role allowing specific user to edit 1 field only per datasource.
I tried to create Privilege containing:
Entry points AccessLevel = Read
Permissions > Tables > Fields > Coupon = EffectiveAccess = Update
Forms > MyForm > MyFieldForm > EffectiveAccess = Update && DefaultAccess = Update

Unfortunately, its not working.
I need help guys, thank you in advance.
Best Regards,
r0bert
*This post is locked for comments
I have the same question (0)