सीधे मुख्य सामग्री पर जाएँ
Switzerland (Deutsch)
Switzerland (Français)
Switzerland (Italiano)
Belgium (Nederlands)
Belgium (Français)
हम कैसे मदद कर सकते हैं?
खोज
PRO360 सहायता केंद्र
PRO360 विशेषताएँ
डीलर/ग्राहक-सूची
डीलर/ग्राहक-सूची
मैं अपने डीलर खाते में ग्राहक प्रोफ़ाइल कैसे बना सकता हूँ?
मैं अपने ग्राहक के साथ संपत्ति की सूची कैसे साझा कर सकता हूँ?
मैं ग्राहक के साथ केवल चयनित संपत्तियों को एक सूची में कैसे साझा कर सकता हूँ?
क्या मैं उन संपत्तियों को भी देख सकता हूँ जिन्हें मेरे ग्राहक ने रजिस्टर किया है?
क्या डीलर को साझा की गई संपत्ति सूची से हटा दिया जा सकता है?
मैंने डीलर के खाते में एक कर्मचारी के रूप में शामिल होने के लिए आमंत्रित किया गया हूँ।
क्या ग्राहक संपत्ति सूची को सभी प्रकार की भूमिकाओं के साथ साझा किया जा सकता है या केवल व्यवस्थापकों के साथ?
प्रमुख खोजें:
,
<% blocks.forEach(function(block, index) { %>
<% if (imageHeight) { %>
<% } %>
<% if (!block.description) { %>
<%= block.name %>
<% } else { %> <%= block.name %> <% } %>
<% if (block.description) { %>
<%= block.description %>
<% } %>
<% }) %>
क्या आप वह तलाश नहीं कर पा रहे हैं जो आप देख रहे हैं?
हमारी विशेषज्ञों की टीम मदद करने के लिए यहाँ है
हमसे संपर्क करें
श्रेणियाँ
<% categories.forEach(function(category, index) { %>
<%= category.name %>
<%= partial('partial-article-list-sections', { id: 'category-' + category.id, parentId: '#sidebar-article-navigation', sections: category.sections, activeCategoryId: activeCategoryId, activeSectionId: activeSectionId, activeArticleId: activeArticleId, partial: partial }) %>
<% }); %>
<% var maxSections = 5 %>
नेविगेशन मेनू को टॉगल करें
<% categories.forEach(function(category, index) { %>
<%= category.name %>
<%= partial('partial-section-list-sections', { parent: category, sections: category.sections, maxSections: maxSections, partial: partial }) %>
<% }); %>
<% if (categories.length) { %>
श्रेणियाँ
<% categories.forEach(function(category) { %>
<%= category.name %>
<% }); %>
<% } %>
<% 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 }) %> <% if (section.articles.length) { %>
<% section.articles.forEach(function(article) { %>
<%= article.title %>
<% }); %>
<% } %>
<% }); %>
<% } %>
<% if (sections.length) { %>
<% sections.slice(0, maxSections).forEach(function(section) { %>
<%= section.name %>
<%= partial('partial-section-list-sections', { parent: section, sections: section.sections, maxSections: maxSections, partial: partial }) %>
<% }); %> <% if (sections.length > maxSections) { %>
और देखें
<% } %>
<% } %>