Drop Zone Is Missing in Records with File Drag and Drop
Published on
May 26th, 2023
Scenario
Administrators installs the File Drag and Drop bundle. After configuring File Drag and Drop on Setup > Customization>File Drag and Drop Setup, the user navigates to a record where the feature is enabled but does not see the Drop Zone on the top right corner of the page when it loads.
Solution
The missing dropzone can be caused by several factors:
- Check bundle installed is correct, verify the bundle ID is 41309.
- VerifySetup>Customization>File Drag and Drop Setuphas the record type enabled for File Drag and Drop.
- Check other browsers and make sure to give the page 10 seconds to load as it usually takes a few seconds for the dropzone to appear when a record is loaded.
If all these have been checked and the dropzone is still unavailable, the problem is most likely caused by a missing DnD File HTML configuration.
- Log in as an Administrator
- Navigate toCustomization>Lists,Records & Fields>Record Types
- Filters:
- From Bundle:Select41309
- DnD File Html:ClickList
To create that file, you will need the URL of some components of your File Drag and Drop bundle. The URL and internal ID is different for each account. You need to locate these files in your File Cabinet and take note of each one's URL.
- Navigate toDocuments>Files>File Cabinet
- Folder: ClickSuiteBundles
- ClickBundle41309
- Clicklib
- ClickViewbeside any file
- Note the URL
Note: Repeat steps 1-6 for each file. Also do the same for the src folder.
dad-record-page-markup.css (in SRC folder)
dad-Ext-4.2.1.883-ext-theme-classic-sandbox-all.css (in LIB folder)
dad-jquery-ui.css (in LIB folder)
SCRIPT SRC
dad-jquery-1.10.2.min.js (in LIB folder)
dad-Ext-4.2.1.883-ext-all-sandbox.js (in LIB folder)
dad-Ext-4.2.1.883-Spotlight.js (in LIB folder)
dad-jquery-ui-1.10.1.custom.min.js (in LIB folder)
dad-record-page-client.js (in SRC folder)
dad-tclib_common.js (in SRC folder)
dad-tclib_client.js (in SRC folder)
dad-common-client.js (in SRC folder)
Once you have noted their URLs, open a separate Notepad and paste the File Codes below.
File Codes: