Announcement

Collapse
No announcement yet.

How to define a FILTER ?

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

  • How to define a FILTER ?

    I want to define a FILTER with the entity named Introductionfriend, filtering where paymentStatus == 'paid'.

  • #2
    In metadata > selectDefs > {EntityType}: https://docs.espocrm.com/development...erclassnamemap

    In the filter, apply

    PHP Code:
    $queryBuild->where(['paymentStatus' => 'paid']); 

    Comment


    • lj4353
      lj4353 commented
      Editing a comment
      where can I find metadata ?
Working...
X