Forum Discussion
Do you want to do this for all items types or just for Documents? Maybe you can modify ..Client\javascript\search_mode.js in the codetree .
- hkhan5 years agoIdeator I
Hi i want this only for documents
- Dennis_Knippel10 months agoIdeator I
AngelaIp , I am attempting to do a similar thing --> preselect 'Released' when users open the search grid. I followed your suggestion WRT modifying ..Client\javascript\search_mode.js, but was unable to find success. Could you perhaps provide a little more insight?
- AngelaIp9 months agoIdeator I
Happy new year!
The post is quite old. In the past these kind of grid elements were rendered by codetree functions. In modern Innovator versions they were replaced by CUI components. For the query type rendering see Method "cui_svcb_querytype_init".
But I not sure if it´s wise to change search query type on a general level. Keep in mind that it affects all versioned ItemTypes!
We have a similar scenario with one ItemType where we want users to mainly work with "Released" Documents.
We right now use the "Save Layout" function and sell it as a "secret feature" during the training session :).Angela
- Dennis_Knippel9 months agoIdeator I
Hmmm, perhaps the Save Layout function could suffice....but, that would have to be setup individually on each user's account right?