MI Materials Gateway application settings
Settings that relate to the MI Materials Gateway application.
DisableBrowsePage- If true, there will be no Browse page.
DisableFavoritesPage- If true, there will be no Favorites page.
AlwaysOnTopByDefault-
The initial default state of the Always on top option on the Settings page in Gateway (which determines whether the Gateway window always appears on top of other windows).
If users change the value, their preference will persist.
GridColumnVisibleByDefault-
Whether columns in the Gateway user interface will be displayed or hidden by default when the user first starts Gateway. (Users can override these defaults in the Gateway UI.)
For full details of how to configure this feature, see Hiding columns.
FavoritesColumnsConfigurationName-
Can be used to specify additional columns of Granta MI attribute data to be displayed for records in Favorites.
The setting must reference a named
column configuration(in the Granta MI Settings Service) that defines the content and format of the additional columns.For example: if you have created a column configuration called ‘mycolumns’ in the Granta MI Settings Service, the following entry will display those columns on the Favorites page.
<HostOption a:name= "FavoritesColumnsConfigurationName"> mycolumns</HostOption>For full details of how to configure this feature, see Showing additional data for Granta MI records.
SearchColumnsConfigurationName-
As above, for Search results. For example:
<HostOption a:name= "SearchColumnsConfigurationName"> mycolumns</HostOption>For full details of how to configure this feature, see Showing additional data for Granta MI records.
RelatedRecordsColumnsConfigurationName-
CAE Gateways that support assignment (HyperMesh)
As above, for lists of related records (processes, surface treatments, colors, or simulation records that are compatible with a material, or vice versa). For example:
<HostOption a:name= "RelatedRecordsColumnsConfigurationName"> mycolumns</HostOption>In Gateway for Teamcenter with NX, the column configuration specified using this setting will also be displayed in custom lists of Granta materials from your Teamcenter system.
For full details of how to configure this feature, see Showing additional data for Granta MI records.
EnabledNotificationTypes- This specifies the types of data assignment or import in Gateway for which
Granta MI email notification is enabled. Any Gateway user who assigns or
imports data of the specified type is added to the watch list for the
MI database record, and will receive email notifications of changes to the
record.Note: For CAE material model assignments and imports, notifications are only sent for changes to the material record, exporters are not included.The format is a comma-separated list. Possible values are:
materialfor material and CAE material model assignments or CAE material model imports, as applicablecolorfor color assignmentsprocessfor manufacturing process assignmentssurfacetreatmentfor surface treatment assignments
HostLevelProfilesKey-
Optionally,
HostLevelProfilesKeyorHostLevelProfilesNamecan be used to specify a list of Granta MI data profiles that will be available to Gateway users in this host application.To specify a profile using its key, add an entry with the following format:
<HostOption a:name="HostLevelProfileKey"> PROFILE_KEY_HERE</HostOption> HostLevelProfilesName-
To specify a profile using its name, add an entry with the following format:
<HostOption a:name="HostLevelProfileName"> Profile_Name_Here</HostOption>For full details of how to configure host-level profiles, see Defining host-level profiles