How do I prevent user to only to be able to modify some of the attributes. Document level security gives full access to update whole document,
what are the workaround, i saw some question suggesting about functions but i cant find any example to better understand this.
{Using Nextjs framework.}
TL;DR
Prevent developers from modifying specific attributes without giving full access to whole document in a Next.js framework. Workaround involves using functions, but example code is needed for better understanding.