Cybersecurity
DevOps Cloud (ADM)
IT Operations Cloud
Environment
ZENworks Service Desk v8.2 and higher
Situation
Surveys dashlet is a default dashlet on the Customer Portal HOME page.
If Surveys are not used in the environment the Customer Portal HOME page Survey dashlet can be removed.
Cause
By default the Survey dashlet is present on the Customer Portal HOME page.
Resolution
To hide the Survey dashlet insert the following CSS code at the bottom of the Customer Portal CSS page.
(Setup -> Customize -> Customer Portal -> CSS)
#survey{
display:none !important;
}