There are 3 options (see below figure) for users to decide how to preview Item in main grid, and Aras Innovator will automatically save user's preference. When there is no any record, "Properties" will be chosen.
To change the default value, follows below steps:
If the change result seems not working, please try:
To change the default value, follows below steps:
- Open "\Innovator\Client\javascript\search_grid.js".
- Move to line 220.
- The final parameter of function "getPreferenceItemProperty" is used to define default value, and only allows below values:
- Properties - show "Properties" panel to preview Item. (Original default value)
- Form - show preview panel to display the Item form.
- Off - do not preview Item.
- Save file after changed.
If the change result seems not working, please try:
- Delete user's preference.
- Clear browser cache.
Comments
Post a Comment