The Axsy Mobile App's Flow Engine supports a custom Axsy Component for Record Search.
Adding Record Search Component to Screen Flow
Included in Axsy's Managed Package is a custom Record Search Flow Component. This can be added to a Screen Flow in the Flow Designer by dragging and dropping it onto the canvas.
The Search Component includes Full Text Search capabilities, this means it will match terms across any field.
Figure 1 - Search Component in Flow Designer
Configuring the Component's Fields:
* = Required Field
Fields | Description |
API Name* | As with all other components, it needs an API name |
SObject Type* | This is the Target Object, specifying which Object to search on |
Record Collection | Query on a smaller subset of records, this can reference a 'Get Records' element. |
Log Performance Data | Boolean Value, allows logging to the Events Console |
Row Limit | Limit number of records returned by the Record Search |
Table 1 - Record Search Component Fields
Example of Record Search in a Screen Flow
In this example, the search component is searching through all Account Records. The Data Table below takes in the input from the Record Search and displays the matching accounts.
Figure 2 - Record Search Component in Axsy Mobile
Figure 3 - Populated Record Search Component + Data Table in Axsy Mobile