"'File Type': ReferenceError: ContextMenuExportHandler is not defined" when attempting to export from list viewIssue Attempting to export into any file types from the list view seems to be not doing anything. To see the error, enable the developer tools on your browser and read the console logs. Console logs showing the following error: 'File Type': ReferenceError: ContextMenuExportHandler is not defined For example: 'XML': ReferenceError: ContextMenuExportHandler is not definedReleaseAll VersionsCauseThe context menu for exporting that particular file type may be either inactive or its action code modified from OOB code. Resolution1. Navigate to UI Context Menu 2. Find the Context Menu record for your particular file type having problem with 3. Make sure it is active 4. Open the record and check the action code and update it to match OOB version if it does not. 5. Save the record