OptionalforeignOptionallabel?: stringThe label for the foreign key field.
OptionallookupArray of field ids in the parent table that will become lookup fields in the child table.
The parent table id for the relationship.
OptionalsummaryArray of summary field objects which will turn into summary fields in the parent table. When you specify the 'COUNT' accumulation type, you have to specify 0 as the summaryFid (or not set it in the request). 'DISTINCT-COUNT' requires that summaryFid be set to an actual fid.
The accumulation type for the summary field.
Optionallabel?: stringThe label for the summary field.
OptionalsummaryFid?: numberThe field id to summarize.
Optionalwhere?: stringThe filter, using the Quickbase query language, which determines the records to return.
This property is optional. If it is not provided, the foreign key field will be created with the label ‘Related’, where is the name of a record in the parent table.