/
Dashlet Error

Dashlet Error

Search the IFS Workflow Wiki
 

Back to Troubleshooting Articles      

Dashlet Error Issue

Issue: An error message is displayed when the user attempts to navigate to the Dashboard tab.

Resolution: This error is displayed due to a dashlet configured so that it is not being listed in the Dashboards menu.

To avoid seeing this error we can disable the dashlet via database by running the following query:

UPDATE DASHLET_INSTANCE SET DAS_INS_STATUS = 0
WHERE DAS_INS_UID = '5256990245b466ec756a802087281993';


Copyright© 2024 IFS AB. Copying prohibited. All rights reserved.