One MI settings
Application configuration settings for the One MI web application are configured on the One MI page in MI Settings.
Application main menu configuration
This setting contains JSON that defines the One MI application main menu.
As well as integrated Granta MI applications, this menu can also be configured to include links to the standalone Granta MI Viewer web application, or to web pages, such as company procedures, wiki pages, or training resources.
For details of how you can modify this setting to customize the available menus for your Granta MI users, refer to One MI application configuration in Granta MI Administration and Configuration.
Application integration settings, and global UI preferences
Specifies configuration settings and number format and language preferences that apply to all of the applications in One MI.
Syntax:
{
"configPaths": {
"bomAnalyzer": "BomAnalyzer",
"explore": "Explore",
"homePage": "HomePage"
},
"preferences": {
"language": {
"defaultValue":"cn|de|en|fr|ja|ko|ru",
"userEditable":true|false
},
"numberFormatting": {
"defaultValue": {
"groupSeparator": [
"symbol",
"symbol",
...
],
"decimalSeparator": [
"symbol",
"symbol",
...
]
},
"userEditable":true|false
}
}
}
- configPaths
- Specifies the location of application configuration files for MI Explore, MI BoM Analyzer, and the One MI home page.
- preferences
- Defines default language and number format preferences for the all applications in One MI, including the Home Pages, and whether or not these defaults can be changed in . A change to global preference will change it in all of the applications available in One MI.
Application-specific UI preferences
Defines application preferences for MI Explore, MI BoM Analyzer, MI Material Calibration, and the One MI Home Page.
Syntax:
{
"application_key": {
"Preferences": {
"unitSystem": {
"defaultValue": "unit_system_name",
"userEditable": true | false
},
"viewerDatasheetButtonEnabled": true | false
}
}
}
- application_key
-
Identifies the application. The value must be one of:
bomAnalyzer,explore,homePage,materialCalibration. - preferences
- Defines UI preferences for the specified application
Application home page configuration
Defines the One MI home page that users see when the application opens. For information about how you can modify this setting to customize the home pages available to Granta MI users in your organization, refer to One MI application configuration in Granta MI Administration and Configuration.
Users who can export data to Excel
Specifies the Windows Active Directory groups or User Manager Roles whose members are permitted to export data from Granta MI to Excel using MI Export. Local Windows Active Directory group names should not include the local computer dot backslash ( .\ ) prefix here.
- Launch MI Export from an Export Data to Excel option in MI Viewer and MI Explore.
- Run export jobs in the One MI Export app, and download exported workbooks.
- Users with MI Data Administrator privileges will also see an Export option on the One MI toolbar, providing easy access to template management options.
exportersDisabled is set to false in the data
view configuration, see Granta MI Administration and Configuration for details.
If exportersDisabled = true, users won't be able to export data
to Excel from MI Explore, even if they are members of one of the groups
specified in Users who can export data to Excel.
One MI application server alternative machine names
Specifies each hostname and FQDN at which a user might access One MI. This should include both the hostname and the fully-qualified domain name (FQDN). You do not need to include the protocol (http, https). For example:
myhostname,myhostname.mydomain.com
If using User Manager, include each of those machine names again with the User Manager port number appended (by default, port 9000). If the hostname and port are not included, then MI Server will refuse requests with a CORS error, causing access issues in the One MI application.
myhostname,myhostname.mydomain.com,myhostname:9000,myhostname.mydomain.com:9000