In the Interface Detail page, we have a section “SOQL Query for filter sObject”. In this chapter, we will understand all the fields contains in the SOQL Query for filter sObject. Check the picture given below of the SOQL Query for filter sObject.
As we can see in the picture there are four fields, which are defined below.
Filter Query #
The sql statement to query data from the database
Interface to change condition #
The inbound interface is invoked after this outbound interface is executed. With the inbound interface, a mapping can use to change the field value of the WHERE-condition of the filter query.
Use Apex Class #
Enter your apex class where you implement your business logic code.
Apex Class for Filter sObject #
Enter the soql statement which will be used to filter the sObject Id.