function readOnly(count){ }
Starting November 20, the site will be set to read-only. On December 4, 2023,
forum discussions will move to the Trailblazer Community.
+ Start a Discussion
Adrian GarzaAdrian Garza 

Hello Developer community - I have a question regarding access to a custom button "New" we have created on a custom object called "Solicitudes "

>>Mensaje para comunidad en Ingles:

Hello Developer community - I have a question regarding access to a custom button "New" we have created on a custom object called "Solicitudes ". This button pulls up a visualforce page that allows the user to create a new record for this object.

The problem I am facing is that unless the system permission labeled: "View Setup and Configuration" is enabled at the profile level, the user can see this custom button. But having this option enabled also seem to grant them with the ability to access the setup menu and view the org's Configuration.

If I uncheck "View Setup and Configuration" the user is not able to see the "New" button.



>>Mensaje para conmunidad en Español:

Hola comunidad de desarrolladores: tengo una pregunta relacionada con el acceso a un botón personalizado "Nuevo" que hemos creado en un objeto personalizado llamado "Solicitudes". Este botón abre una página de fuerza visual que le permite al usuario crear un nuevo registro para este objeto.

El problema al que me enfrento es que, a menos que el permiso del sistema etiquetado: "Ver configuración y configuración" esté habilitado en el nivel de perfil, el usuario puede ver este botón personalizado. Pero tener esta opción habilitada también parece otorgarles la posibilidad de acceder al menú de configuración y ver la Configuración de la organización.

Si desactivo "Ver parametros y configuración", el usuario no puede ver el botón "Nuevo".
SFDC Prime SquadSFDC Prime Squad
Can you please check assigned visualforce force page and CRUD permission on that profile for your custom object?