Disable/hide export context menu on the form
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎09-15-2022 07:39 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎09-14-2023 04:19 AM
just do a inspect element on the context menu of export, see if that is changed in latest version. Maybe name change could cause this
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎09-14-2023 05:53 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎02-12-2024 12:33 AM
Hello @Gunashekar
I tried to implement the same and encountered the same issue as you. The Client Script does not recognize the 'window' object, however, when I tried to access the 'window' object from the 'top' object it solved my issue.
Please try to add the top object to the Client Script like the example below:
Best regards,
Guy