Overview:
Solution:
To hide the option to export to csv and/or xlsx and/or shapefile from the results list or table, edit the Desktop.json file located at -
C:\Program Files (x86)\Latitude Geographics\Geocortex Essentials\{InstanceName}\REST Elements\Sites\{SiteName}\Viewers\{ViewerName}\VirtualDirectory\Resources\Config\Default\Desktop.json
and delete the following subsection(s) in the "ResultsListActions" section -
and the same corresponding sections should be deleted from the "ResultsTableActions" section.
Solution:
To hide the option to export to csv and/or xlsx and/or shapefile from the results list or table, edit the Desktop.json file located at -
C:\Program Files (x86)\Latitude Geographics\Geocortex Essentials\{InstanceName}\REST Elements\Sites\{SiteName}\Viewers\{ViewerName}\VirtualDirectory\Resources\Config\Default\Desktop.json
and delete the following subsection(s) in the "ResultsListActions" section -
{ "text": "@language-menu-export-results-to-csv/xlsx/shp", "description": "@language-menu-export-results-to-csv/xlxs/shp-desc", "hideOnDisable": true, "command": "ExportResultsTo", "commandParameter": { "format": "csv/xlsx/shp", "fsc": "{{context}}" }
and the same corresponding sections should be deleted from the "ResultsTableActions" section.
Note there is a subsection for each of the 3 types - csv, xlsx and shp
Comments
0 comments
Article is closed for comments.