Aligning Content between Endpoints
Case 1: Content between endpoints already exist but have different ids
Assume there are 6 contents of type Bed in the source endpoint and 6 contents of type Bunk in the destination endpoint. You want to be able to sync those contents without creating duplicates. They have manually been created and have different ids. They have a code field that is unique across each endpoint and can be used to align the contents because they match across endpoints.

Solution
ImpulseSync can solve this by using the Content Aligner in the content mapper.
Step 1: Create a job to sync the content type: Bed -> Bunk
First we create the job to sync the content type:
Bedfrom the source endpoint toBunkinto the destination endpoint.

Step 2: Set up the content mapper
Next we set up the content mapper. Go to
Field Aligningsection and set theSource Aligner Fieldsproperty tocode(the id of the field in the source endpoint) and theDestination Aligner Fieldsproperty tocode(the id of the field in the destination endpoint).

Step 3: Run the job
Now we can run the job and see the results.
Last updated