キー指定アプリ間同期
キーフィールドを基準に2つのアプリ間でデータを同期します。push / pull / 双方向の3モードに対応しています。
| パラメータ | 型 | 説明 |
|---|---|---|
targetAppField | アプリ選択 | 同期先アプリ |
syncKeyLocal | フィールド選択 | キーフィールド(自アプリ) |
syncKeyRemote | リモートフィールド選択 | キーフィールド(同期先) |
fieldMappings | フィールドマッピング | 同期フィールド(自→同期先) |
syncDirection | 選択 | 同期方向(push / pull / bidirectional) |
createIfNotExist | 選択 | レコードがない場合に新規作成(する / しない) |