Making 'Simple' search default in relationship tabs instead of 'Hidden'
Innovator seems to remember search filter criteria that has been previously used in Simple search on relationship tabs. This makes it cumbersome for users to know if they are really seeing the right data in a relationship tab which loads by default with the search criteria in 'Hidden' form. The user needs to change search mode to Simple and then only will they be sure there is no filter criteria there.
Is there a way to default the search mode in all relationship tabs to 'Simple' to make this clear and obvious for users?
Alternatively, is there a way to prevent Innovator from remembering search filter criteria on a newly loaded relationship tab?
I've got a solution for this from another colleague on this community forum (@kevin_feller_andersencorp_com). Here is the solution :
Modify
..\Innovator\Client\javascript\relationshipsGridGlobalFunctions.ts
..\Innovator\Client\javascript\relationshipsInfernoGridGlobalFunctions.ts
change
container.RelationshipGridSearchContainer.prototype.defaultSearchMode = 'NoUI';
to
container.RelationshipGridSearchContainer.prototype.defaultSearchMode = 'Simple';
in both files. Restart IIS, and...
clear browser cache. <-- really wish we had a button in the UI to do this ;)