ZRM Docs
Domain Model

Sync Field Mapping

Fields

FieldTypeRequiredDefaultDescription
idstring.uuidYesId
createdAtstring.date-timeYesCreated at
updatedAtstring.date-timeYesUpdated at
workspaceIdstring.uuidYesID of the associated workspace
externalConnectionIdstring.uuidYesID of the associated external connection
localRecordTypestringYesLocal record type
localFieldstringYesLocal field
externalFieldstringYesExternal field
directionenum(bidirectional, push, pull, ignore)YesDirection
valueMapJsonunknownYesValue map json
isDefaultbooleanYesIs default

Create Schema

Fields accepted when creating a new record:

FieldTypeRequiredDefaultDescription
workspaceIdstring.uuidYesID of the associated workspace
externalConnectionIdstring.uuidYesID of the associated external connection
localRecordTypestringYesLocal record type
localFieldstringYesLocal field
externalFieldstringYesExternal field
directionenum(bidirectional, push, pull, ignore)Yes"bidirectional"Direction
valueMapJsonunknownNoValue map json
isDefaultbooleanYestrueIs default

Update Schema

All fields are optional when updating:

FieldTypeRequiredDefaultDescription
directionenum(bidirectional, push, pull, ignore)NoDirection
valueMapJsonunknownNoValue map json
isDefaultbooleanNoIs default

On this page