Skip to main content
Toggle navigation menu
Syncari Academy
Syncari Service Health
Submit a Request
Sign in
Pipeline Studio Basics
Canvas Navigation and Keyboard Shortcuts
How to process deleted records for synapses that do not support reading deletes from end systems
Pipeline Basics
Create Entity Pipelines
Create Attribute Pipelines
Sync Cycle
How Sync Works?
Using the Details View
Working with Pipelines
Run Live Test
Run Simulated Tests
Troubleshooting Pipelines
Adding Additional Data Points to an Existing Live Pipeline
Data Type Compatibility for Attribute Mapping
Using the Decision Function on Incoming Changes
Using the Token Picker
Using Tokens Like a Pro
Using XPath Tokens
Creating Pipelines Automatically
Creating Pipelines Manually
Working with Nodes
Pipeline Statuses
Pipeline Errors and Warnings
Validating Pipelines
Ready Pipelines
Publishing Pipelines
Pausing and Resuming Pipelines
Resyncing Pipelines
Deleting Pipelines
Supported Date Formats for Comparison
Next
›
Last
»
<% if (previousArticle || nextArticle) { %>
<% if (previousArticle) { %>
Previous article
<%= previousArticle.title %>
<% } %> <% if (nextArticle) { %>
Next article
<%= nextArticle.title %>
<% } %>
<% } %>
<% let navTitle = "Sections"; const activeSection = sections.find((section) => section.isActive); if (activeSection?.name) { navTitle = activeSection?.name; const activeSubSection = activeSection.sections?.find((section) => section.isActive) if (activeSubSection?.name) { navTitle = activeSubSection?.name; } } %> <%= navTitle %>
<% var iconMap = { 'icon_prefix_360004565431': "/hc/theming_assets/01HZPHQEZNFJTPP9G2BN3648QA", 'icon_prefix_18834885420692': "/hc/theming_assets/01HZPHQEQ16KPCJVJTCVGPTMNX", 'icon_prefix_37496133103764': "/hc/theming_assets/01JVQC0GZGC9BVEV2C1SWVB6VZ", 'icon_prefix_18834935506068': "/hc/theming_assets/01HZPHQEJYG36ZN2Z28709K1EP", 'icon_prefix_18845916825364': "/hc/theming_assets/01HZPHQE9W5ME84H3B57X8F2MB", 'icon_prefix_4408980709268': "/hc/theming_assets/01HZPHQEVG4K3H8ANDT0KFDCYN", 'icon_prefix_4417407631380': "/hc/theming_assets/01HZPHQE3PVGE1BA82FHWJQQB7", 'icon_prefix_50404769707156': "/hc/theming_assets/01KVBTF6GS8PB4KHN14PZRK903", }; %> <% categories.forEach(function(category, index) { var iconKey = "icon_prefix_" + category.id; %>
<%= category.name %>
<%= partial('partial-article-list-sections', { id: 'category-' + category.id, parentId: '#sidebar-navigation', sections: category.sections, activeCategoryId: activeCategoryId, activeSectionId: activeSectionId, activeArticleId: activeArticleId, partial: partial, level: 1, }) %>
<% }); %>
<% if (sections.length) { %>
<% sections.forEach(function(section) { %>
<%= section.name %>
<%= partial('partial-article-list-sections', { id: 'section-' + section.id, parentId: '#' + id, sections: section.sections, activeCategoryId: activeCategoryId, activeSectionId: activeSectionId, activeArticleId: activeArticleId, partial: partial, level: level + 1, }) %> <% if (section.articles.length) { %>
<% section.articles.sort(Util.sortByPosition).forEach(function(article) { %>
<%= article.title %>
<% }); %>
<% } %>
<% }); %>
<% } %>