- Issue created by @solideogloria
Hi solideogloria,
Thank you for reporting the issue, we'll look into it.
- ๐ฎ๐ณIndia Raveen Kumar
Hello guys,
Yes, accessCheck() method on the query and pass TRUE or FALSE to indicate whether access checks should be performed.
=> accessCheck(TRUE): Ensures that access permissions are checked before returning the results.
=> accessCheck(FALSE): Skips permission checking (use only if youโre sure itโs safe and intended).We Always need to prefer enabling access checks unless you have a specific reason to bypass them.
Thank You