Activity Sync
Stream Activity data to an external system via Activity Sync to store it and create custom and flexible reports in your favourite BI tools.
-
Activity Sync
Concept: Activity Activity Sync is a feature within Pendula that emits real-time events when specific actions or ...
-
Activity Sync examples
Concept: ActivityConcept: Activity Sync What this document covers: What are the types of activity: Learn about t...
-
Make use of custom context
Concept: ActivityWebhook trigger: Configuring Pendula with third party appsConcept: Activity Sync What is custom c...
-
<% sections.forEach(function(section) { %>
-
<%= partial('partial-article-list-sections', {
id: 'section-' + section.id,
parentId: '#' + id,
sections: section.sections,
activeCategoryId: activeCategoryId,
activeSectionId: activeSectionId,
activeArticleId: activeArticleId,
partial: partial
}) %>
<% if (section.articles.length) { %>
-
<% section.articles.forEach(function(article) { %>
- <%= article.title %> <% }); %>
<% }); %>