Simran-Sohal / LEX-Field-Set-Component

Salesforce Lightning Components
MIT License
8 stars 10 forks source link

Add Filter Logic in SOQL Query #4

Open collinzimmerman opened 6 years ago

collinzimmerman commented 6 years ago

It would be great to add a field for additional logic within the SOQL statement. This way you could return a subset of your returned records for displaying on the component. For example, you could return only opportunities where IsClosed = True AND Amount >=500.

Simran-Sohal commented 6 years ago

Thanx for the idea Collin. I will implement it in the next release.

collinzimmerman commented 6 years ago

Awesome, @Simran-Sohal! Thanks. Do you have a roadmap/goal date for the next release?