TACTIC Open Source
Filter Search in Many to Many connection type. - Printable Version

+- TACTIC Open Source (http://forum.southpawtech.com)
+-- Forum: TACTIC Open Source (http://forum.southpawtech.com/forumdisplay.php?fid=3)
+--- Forum: TACTIC Discussion (http://forum.southpawtech.com/forumdisplay.php?fid=4)
+--- Thread: Filter Search in Many to Many connection type. (/showthread.php?tid=207)



Filter Search in Many to Many connection type. - tim - 03-30-2021

Hi
I've figured out how to add Filter Search similar to VFX asset in shot, but in Tactic 4.1 
(steps coz there are some details are missing in docs -> create a new sidebar view (in my case there was "sType +_list" is by default) -fill it with "custom filter" at simple search etc and SAVE(described in docs "search widget section) After ADD ITEM in Widget config(in Essentials) (it was not created for me so I've added) and fill it (docs "search widget" good reference) and add the new view too in widget config
Code:
<config>
  <"your view" layout="TableLayoutWdg" >
    <element name="name" width="203px"/>
    <element name="description" width="246px"/>
    <element name="code" width="253px"/>
  </"your view">
</config>


But those steps don't work in Tactic 4.8 for me. Any suggestions?
Updated(I've created projects with VFX template in tactic4.1 and 4.8; there are no filters in asset view in ver4.8)

Also is there any way/idea about how to connect MULTIPLE items/sobjects from one node to another one. Like ASSETS to SHOTS. At the moment in VFX template (tactic4.1) in ASSETS_IN_SHOTS view I've added ITEMS one by one by picking Relevant Codes in Drop down field. I've read about drop widget but it did not work in my case. But even imagine it would work it still looks not efficient compare for example to AUTOCOMPLETE tag like form.