Skip to main content
Toggle navigation menu
Back to Syncari
Syncari Academy
Contact Support
Sign in
Netsuite
Netsuite Supported Entities
Syncing with Objects from the Netsuite SuiteBilling Module
Netsuite Setup
Salesforce - Netsuite Order Creation
<% if (previousArticle || nextArticle) { %>
<% if (previousArticle) { %>
Previous article
<%= previousArticle.title %>
<% } %> <% if (nextArticle) { %>
Next article
<%= nextArticle.title %>
<% } %>
<% } %>
Categories
<% var iconMap = { 360004565431: "//theme.zdassets.com/theme_assets/10329579/96f16ad0388310db4bfbd92fda89dad315196a95.svg", 18834885420692: "//theme.zdassets.com/theme_assets/10329579/758ebfd93450d435218930dc006427bcaf12aafc.svg", 18834935506068: "//theme.zdassets.com/theme_assets/10329579/b41cbfccd262cd2080e5e3f6b53adbf2cae900e6.svg", 18845916825364: "//theme.zdassets.com/theme_assets/10329579/c98265b36179fbc6cf85acb145b2eca0a1bdb435.svg", 4408980709268: "//theme.zdassets.com/theme_assets/10329579/65dc7635ac9c14b5ad19686c2884d492138eae19.svg", 4417407631380: "//theme.zdassets.com/theme_assets/10329579/101d0e5f09ff023ea569bc4e743a09c769d68d36.svg", }; %> <% categories.forEach(function(category, index) { %>
<%= 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.forEach(function(article) { %>
<%= article.title %>
<% }); %>
<% } %>
<% }); %>
<% } %>