Hi everyone!
Is there any possible way to hide "Suggested" report on BPS Portal? I don't want that users can see every workflow in processes. They have dedicated reports and "suggested" is not necessary.
Thanks.
Hi everyone!
Is there any possible way to hide "Suggested" report on BPS Portal? I don't want that users can see every workflow in processes. They have dedicated reports and "suggested" is not necessary.
Thanks.
Hi Cezary,
I'm not sure that I really understand your question. The suggested reports are a widget of a dashboard and they are always on the system dashboard. If you change the default dashboard to custom dashboard the users won't see them. With a little css you can also hide the system dashboard navigation node.
Remark:
We have never used the system dashboards, so my memory may be wrong. In addition in 2025 there's no longer a "system" dashboard. You can change the standard dashboard.
Best regards,
Daniel
Hi Cezary,
I'm not sure that I really understand your question. The suggested reports are a widget of a dashboard and they are always on the system dashboard. If you change the default dashboard to custom dashboard the users won't see them. With a little css you can also hide the system dashboard navigation node.
Remark:
We have never used the system dashboards, so my memory may be wrong. In addition in 2025 there's no longer a "system" dashboard. You can change the standard dashboard.
Best regards,
Daniel
Thanks Daniel!
I'm going to check it out on DEV and if it's going to work, I'm going to suggest to the customer to change the UI if it's linked to the System Dashboard.
It's a new topic for me because I came into this project suddenly and didn't check all the possibilities.
Hi Cezary,
I'm not sure that I really understand your question. The suggested reports are a widget of a dashboard and they are always on the system dashboard. If you change the default dashboard to custom dashboard the users won't see them. With a little css you can also hide the system dashboard navigation node.
Remark:
We have never used the system dashboards, so my memory may be wrong. In addition in 2025 there's no longer a "system" dashboard. You can change the standard dashboard.
Best regards,
Daniel
Hi Daniel,
I checked configuration of dashboards and this app doesn't use system dashboard. There is a special dashboard "General" which was created by developer and still has "Suggested" section on the left side. There is any way to hide it?
Hi Daniel,
I checked configuration of dashboards and this app doesn't use system dashboard. There is a special dashboard "General" which was created by developer and still has "Suggested" section on the left side. There is any way to hide it?
Hi Cezary,
do you need to hide what is on the attached screen ("suggested" from the left menu)? If so, only "Suggested" or all "Insigts"
Hi Cezary,
do you need to hide what is on the attached screen ("suggested" from the left menu)? If so, only "Suggested" or all "Insigts"
Hi Jacek!
Customer said that only suggested report is a problem for normal user, but I know they... they want to hide all section "Insigts".
Do you have easy any solution?
Hi Jacek!
Customer said that only suggested report is a problem for normal user, but I know they... they want to hide all section "Insigts".
Do you have easy any solution?
Hi,
it's a workaround but you can do it with css :-)
[root-name="forMe"] {
display: none;
}