メインコンテンツへスキップ
| Help Center
ナビゲーションメニュを切り替え
お問い合わせ
サインイン
Dialpad
Dialpad を活用するためのヒント
サポート Q&A
サポート Q&A
サポートでよくお受けするお問い合わせへ、スピーディに回答します。
アプリ|新規ユーザー追加後、招待メールがとどきません
アプリ|特定の連絡先を全体でブロックしたい
アプリ|オフィス・グループ発信者番号で発信できない
アプリ|Google、Microsoft コンタクト連携ができない
アプリ|エイリアスのメールアドレスを使って別のDialpadユーザーを追加できますか?
管理者|登録ユーザーメールアドレスの変更
管理者|ユーザー削除したが、ライセンスが足りない旨のエラーで新規ユーザーを追加できない
管理者|「内線番号なし」の表示
アナリティクス|すべての通話がエクスポートされない
連携|Salesforce の ToDo が別の人に割り当てられるのはなぜですか?
アカウント|現在の契約プランを知りたい
アカウント|支払い方法を変更したい
カテゴリ
<% 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 }) %>
<% }); %>
カテゴリ
カテゴリ
<% 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) { %>
もっと見る
<% } %>
<% } %>