Skip to content

Search Spec

When retrieving BO data configured in the component, you can set a Search Spec to fetch only the data that meets the specified conditions. This is similar to the where clause contraint in SQL.

  • How To Create

In the Component Attribute's Search Spec, you input in the format of [BO Field], followed by the search operator, and the condition value. You can use comparison operators such as (=, <>, in, not in, and, or), similar to those used in SQL's where clause."

TIP

You can set using search conditions using GlobalMeta such as @{applicationId}, @{accountId}, @{userId}, etc.