Forum Discussion

Arif's avatar
Arif
Creator I
7 months ago
Solved

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 ...
  • Arif's avatar
    7 months ago

    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 ;)