5.23.3. Configuration file for 3Dfindit (custom_config.json)

5.23.3.1. Adding buttons to the user interface
5.23.3.1.1. Custom buttons in the main bar
5.23.3.1.2. User-defined buttons above table
5.23.3.1.3. User-defined buttons above 3D view
5.23.3.1.4. Custom buttons in search results
5.23.3.1.5. Complete example for copying
5.23.3.2. Default tab / Hide tab
5.23.3.3. Display preferred parts when assigning ERP number: on/off
5.23.3.4. Show connection points
5.23.3.5. Show call area for photo search
5.23.3.6. User-defined tab
5.23.3.7. Hide CAD button
5.23.3.8. Login methods

The Configuration file for 3Dfindit is the custom_config.json. You can find them under $SITESETUP/3df.

If the file does not exist, you must create it. At least the following section within the file is then required as the basic configuration:

{
  "baseApiPath": "",
  "basename": "/webapps/3dfindit-enterprise",
  "erp": true,
  "startRoute": "CadBim",
  "isEnterprise": true,
}
[Important]Important

If you want to add something to the file, it must always be inside the curly brackets!