DASHBOARD hide these two information

Hi, could I hide the Annual billing and Total unpaid informations?

@wami_erp
Yupz… you can hide these using customization most probably

Yes I know but I can’t find the correct part in Customization

You can try below syntax on refresh trigger of customer.

$('.indicator-column').hide()

1 Like

@khushal_t how can you hide it based on roles?

since we gave a read permission for customer and supplier doctype for project users so that they can encode the customer and supplier on the project. However, because of the read permission, they not only select the record for the field on the project but they can also open the doctype and can read the Heatmap and total annual billing and total paid.

Is there a way to prevent a certain user not to see the dashboard? or a permission that they can only get the list of records but cannot open the doctype?