I'm looking for someone to re-write the standard SalesForce filter engine in Javascript with an output of the SOQL query. I already have a list of available fields (display names and object names) so for the purpose of this it's fine to use FirstName, LastName, and Company. Example: Selecting Filter By Owner -> My Unconverted Leads would add to the SOQL query WHERE ... "OwnerId = ". Example: If the Campaign Name is not null, your output would include a sub-select on CampaignMember....