
Announcements
Is it possible to have an Item Level Permission in CDS Entity Fields in a form? A business case is, I would like to hide or make ready only certain field in a form for certain users while same filed would be editable for other users.
Hi @coresoul,
You can achieve this by setting the DisplayMode property of the data cards for these fields to:
If(User().Email="xxx" Or "xxx" Or "xxxx",DisplayMode.View,DisplayMode.Edit)
Regards,
Mona