Announcement

Collapse
No announcement yet.

Custom filter to php function

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

  • Custom filter to php function

    Hi!

    I have a custom tables in database and relations so i need to call a custom php function(select manager) from filter in front-end

    I tried to create custom field in custom\entityDefs and set setupOptions to my options [ 'Test1', 'Test2' ] so in the filter i have two options and after i select the 'Test' and click the find button i need to call a php function( write my own joins and selects ).


    So, i need to call a custom php filter function from filter and pass the value from that filter to my function and select.


  • #2
    As of v7.0. https://docs.espocrm.com/development...erclassnamemap

    Comment

    Working...
    X