Options object for expanding a record picker.
interface ExpandRecordPickerOpts
fields | Array<Field> The fields to include in the record cards. The primary field will always be shown. Duplicate fields will be removed. |
shouldAllowCreatingRecord | undefined | false | true If set to true, the user will be able to create an empty new record from the record picker. |