# Rule type Data360 Query

Use this rule type when you want to find a value by using a query of data stored in Salesforce Data 360. You can query any field on any Data Model Object defined in your org.

As with standard queries, pay attention to performance. Please refer to standard Salesforce query performance best practices to solve issues in this area. See also [Query rule](/docs/reconciliation/rule-type-query).

![Guided Matching Data 360 Query rule type](/assets/data360-query-rule-type.46e0c6589ddb737b35cb5656ace79c448369aafe1a2d8c01ded9a08b2e49a98b.f78e0b2f.png)

## Query setup

| Setting | Description |
|  --- | --- |
| Multiple Results Strategy | Strategy for what to do if the query returns more than one field. With **Guided Review,** the transaction record goes to guided review where users can select a record. For installments, more than one record can be selected for matching. **Take First** is the default and means the first record found is automatically selected. **No Result** sets the rule status to ‘Done, No Result’ and the next rule is processed. If the Take All option is selected and there are multiple results, the query result is written in field “Multiple Installment Ids” as a comma-separated list of records, and the Installment lookup is left empty. If there is just one result, the Installment lookup is filled with the result and “Multiple Installment Ids” is left empty. |
| Single Results Strategy | Strategy for what to do if the query returns only one field. **Guided Review** sets the transaction record to go to guided review. Users are shown a table with all resulting records and need to select one of the records. **Take Result** is the default and means select the record that was found. |
| Object to Query, Return Field, Where and Order by Fields | Together these fields are used to form a SOQL query. Note that for the where clause, SOQL is not case sensitive. |
| Filter | A filter for the Object to Query drop-down list, which can be very long. This value is not saved in any way. |
| Result Fields to Display | Only if Multiple Results Strategy ‘Guided Review’ is selected. Use this field to define how the table in guided review is rendered. |