From 3f4931f6800197d04ce8a51a694c0ff3cc9b2a2b Mon Sep 17 00:00:00 2001 From: dacharyc Date: Tue, 4 Jun 2024 17:15:37 -0400 Subject: [PATCH] Add a subheading to make the start of the procedure clearer --- source/sdk/sync/partition-based-sync.txt | 3 +++ 1 file changed, 3 insertions(+) diff --git a/source/sdk/sync/partition-based-sync.txt b/source/sdk/sync/partition-based-sync.txt index 7678aeaf1d..bab26c8f1f 100644 --- a/source/sdk/sync/partition-based-sync.txt +++ b/source/sdk/sync/partition-based-sync.txt @@ -86,6 +86,9 @@ You might want update your client codebase when: - You add or change functionality that involves reading or writing SDK objects. - You want to implement more fine-grained control over what data you sync. +Convert Partition-Based Sync Client Code to Use Flexible Sync +````````````````````````````````````````````````````````````` + Make these changes to convert your Partition-Based Sync client code to use Flexible Sync: