Starting with the release of Strategy ONE (March 2024), dossiers are also known as dashboards.
OVERVIEW
In Strategy Secure Enterprise 10.x dashboards and dossiers can utilize document caching. For example, if document caching is enabled at the project level then by default executing a dossier will create an XML document cache and an HTML5 document cache. In certain cases, users may want to control the document caching behavior of a dashboard/dossier at the object level, instead of having all dashboards/dossiers inherit the default project level behavior.
HOW TO CONFIGURE DOCUMENT CACHING AT THE DASHBOARD/DOSSIER LEVEL
Document caching for dashboards and dossiers can be configured at the dashboard/dossier level using the ALTER DOCUMENT outline in Command Manager. For example, the following Command Manager script will enable XML and HTML5 caching for "Test Dossier" at the level of the dossier. This will override the project level document caching configuration.
ALTER DOCUMENT "Test Dossier" IN FOLDER "Public Objects\Reports" ENABLECACHE XML, HTML FOR PROJECT "Strategy Tutorial";
ALTER DOCUMENT "<document_name>" IN FOLDER "<location_path>" [ENABLECACHE (FALSE | DEFAULT |(PDF |HTML|EXCEL|XML) [, (PDF |HTML|EXCEL|XML) ...])] [THEME ("<theme_name>" IN FOLDER "<theme_location_path>" | GUID <theme_GUID>)] [NAME "<new_document_name>"] [LONGDESCRIPTION "<new_long_description>"] [DESCRIPTION "<new_description>"] [FOLDER "<new_location_path>"] [HIDDEN (TRUE | FALSE)] [(ALLSCHEDULES | NONSCHEDULABLE | SCHEDULES "<schedule_name>" [,"<schedule_name>" ...])] FOR PROJECT "<project_name>";