CopyUp

Prev Next

Copies a field from the MANY (Foreign) table to the ONE (primary) table.

KeyValueDescription
methodCopyUpCopies field from Foreign to Primary Table
project"currentprojectname"The current project 
targetTable"primarytablename"The table on which to create the new field
sourceField"foreignfieldfullname"The fully qualified name of the field to copy
keyField"keyfieldfullname"NOT USED
name"targetfieldshortname"Name of new field
dataSet{}Dataset of records to copy.
overwritetrue/false


{
  "method": "CopyUp",
  "project": "",
  "targetTable": "",
  "sourceField": "",
  "keyField": "",
  "name": "",
  "dataSet": {},
  "overwrite": false
}