Skip to content
Release: Australia · Updated: 2026-03-12 · Official documentation · View source

FSO Look Up Client action

Look up a record from any table based on defined conditions.

Roles and availability

Role required: admin

Fields

When you select the Action Payload Definition in the field decorator, it activates a set of Action Attributes that you can configure for the UXF Client. Following are the list of attributes available for configuration in field decorators.

FieldDescription
popupTitleSets the title for the pop-up modal.
remoteTableIdentifies which remote table to query for the lookup.
remoteColumnsToShowDisplays the columns on the list when queried.
setFieldNameOnRecordPageAssigns the selected value to a specified field after selection.
localTableSpecifies where to copy the selected record.
localRemoteFieldMappingMaps fields between the remote and local tables for data copying.
searchFieldEnables you to search the remote table using specified fields in the pop-up.
listTitleTitles the list within the pop-up modal.

Output Example

FieldDescription
popupTitleSelect account
remoteTablesn_bom_remote_saving_account
localTablesn_bom_saving_account
remoteColumnsToShowname, product, consumer
setFieldNameOnRecordPagesold_product
localRemoteFieldMapping["local":"product","remote":"product","unique":true,"local":"name","remote":"name","unique":true,"local":"consumer","remote":"consumer","unique":true,"local":"status","remote":"status","unique":false,"local":"balance","remote":"balance","unique":false]
searchFields["field":"consumer","name":"Consumer","filter":"LIKE","val":"","field":"name","name":"Name","filter":"LIKE","val":""]
listTitleSelect an account
Image omitted: fso-look-up-client-action.png
Example FSO Look Up Client action.

Parent Topic:Financial Services Remote Tables