When a user has only the select permission on a Doctype and uses a screen with a Link field pointing to that Doctype, an error occurs when selecting a value.
This happens because a Fetch field depends on the Link field to get additional data. The system tries to fetch the data but throws a “Permission Denied” error, saying the user needs read permission on the Doctype.
How can I make the Fetch work without requiring read permission, only using the select permission?