new Request()
Create a new Request
Methods
- 
    
is(value)
 - 
    
    
Set a value with valid filemaker operators =, ==, !, <, ≤ or <=, >, ≥ or >=, ..., //, ?, @, #, , \, "", ~ examples: '=fred', '!fred', '102', '>100'
Parameters:
Name Type Description valuestring filemaker value with any valid operators
Returns:
- this object
 
- Type
 - Request
 
 - 
    
omit()
 - 
    
    
Makes the Request omit records from the find (or exclusive) Note: Request by default are inclusive
Returns:
- this object
 
- Type
 - Request
 
 - 
    
toObj()
 - 
    
    
Return the request object
Returns:
- an obj with field, value keys and possibly an omit key
 
- Type
 - Object
 
 - 
    
where(field)
 - 
    
    
Set a field name
Parameters:
Name Type Description fieldstring a filemaker field name
Returns:
- this object
 
- Type
 - Request