I know Sync is brand new, but I think the Custom Apps API should add the following properties:
Table model
isSynced
: boolean, similar to a field’sisComputed
property
sourceTableId
: similar to a MultipleRecordLinks field’slinkedTableId
property
- Additionally:
sourceViewId
for the source view - Additionally:
sourceBaseId
for the source base
- Additionally:
Record model
sourceRecordId
: similar to a MultipleRecordLinks field’slinkedTableId
property, but reporting the record not the table
Hopefully these won’t be too difficult to implement because boy would they be life savers!