Hi everyone
I have seen issues related to missing field widget on (view tab CCv6) and and custom search button https://www.chronoengine.com/forums/posts/t105003/how-can-i-add-search-or-filter-fields-to-your-connectivity-6-list?keywords=filter%20list without answers
Mi issue may be simple but I didn't find solution yet:
I need set a dropdown field(qith dynamic key-value pair that works fine and a button to send "selection" to filter results in {fn:read_fields} I generated button-event but I could not make works filtering model.field :{data:selection}
I tried with "search view-widget" and worked fine, but I need my custom dropdown search field+button
Also I don't know why $this->data['field'] doesn't work in ccv6 to call variables as in cfv6, and for example it will be a workaround to make this relation $this->data['keywords'] =$this->data['selection'] to make it works;
I apreciated also if someone can tell me how can i set a dropdown field and button on same line
I have seen issues related to missing field widget on (view tab CCv6) and and custom search button https://www.chronoengine.com/forums/posts/t105003/how-can-i-add-search-or-filter-fields-to-your-connectivity-6-list?keywords=filter%20list without answers
Mi issue may be simple but I didn't find solution yet:
I need set a dropdown field(qith dynamic key-value pair that works fine and a button to send "selection" to filter results in {fn:read_fields} I generated button-event but I could not make works filtering model.field :{data:selection}
I tried with "search view-widget" and worked fine, but I need my custom dropdown search field+button
Also I don't know why $this->data['field'] doesn't work in ccv6 to call variables as in cfv6, and for example it will be a workaround to make this relation $this->data['keywords'] =$this->data['selection'] to make it works;
I apreciated also if someone can tell me how can i set a dropdown field and button on same line