- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-10-2023 01:11 PM
Olá pessoal!
Estou com um problema, usuários estão conseguindo mudar a view das tabelas para a "Sys_popup". O problema disso é que, ao verem o form do registro por essa view, conseguem submeter/salvar/atualizar os registros sem alguns campos obrigatórios preenchidos, pois esses campos não aparecem e nem são obrigatórios na "Sys_popup" view, somente da "Default_view".
Por conta disso eu gostaria de ter solução para não permitir que os usuário pudessem alterar a view para a "Sys_popup" view.
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-12-2023 03:24 AM
Hello @Vinicius5 ,
You can navigate to system UI --> Views
Find your view and open it. There is a check box named "Hidden" ..use it
OR
You can add some roles and only people with that role will be able to access it
Thanks,
Omkar
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-12-2023 03:24 AM
Hello @Vinicius5 ,
You can navigate to system UI --> Views
Find your view and open it. There is a check box named "Hidden" ..use it
OR
You can add some roles and only people with that role will be able to access it
Thanks,
Omkar
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-13-2023 05:19 AM
Does this change have any side effects? I just need to hide the "Sys_popup" view from the user's selection by the form.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-12-2023 05:58 AM - edited 02-12-2023 06:00 AM
Você pode utilizar Data policies para garantir que o registro não seja inserido caso os campos obrigatórios não estejam preenchidos.