Hopp til hovedinnholdet
Switzerland (Deutsch)
Switzerland (Français)
Switzerland (Italiano)
Belgium (Nederlands)
Belgium (Français)
Hvordan kan vi hjelpe?
Søk
PRO360 Help Center
Overføring av ressurser
Dataoverføring
Dataoverføring
Hva skjer med dataene jeg allerede har lagt inn på den gamle plattformen?
Hvordan får jeg dataene fra den gamle plattformen som også vises i PRO360?
Hvilke krav må jeg oppfylle for å be om dataoverføring til PRO360?
Hvor lang tid tar en dataoverføring og hvor kan jeg se min nåværende status?
Hvem kan jeg kontakte hvis ingen data er migrert til PRO360 selv etter lang ventetid (ca. 2 uker)?
Hvem kan jeg kontakte hvis bare en del av dataene mine har blitt migrert fra det gamle systemet til PRO360?
Hvordan endrer jeg e-postadressen/SingleKey-ID-en for dataoverføring?
Hva kan jeg gjøre hvis jeg ikke mottar en bekreftelse på e-post for dataoverføringen min?
Hva kan jeg gjøre hvis lenken i bekreftelses-e-posten ikke fører til en suksessmelding?
Populære søk:
Kontakt oss,
,
<% blocks.forEach(function(block, index) { %>
<% if (imageHeight) { %>
<% } %>
<% if (!block.description) { %>
<%= block.name %>
<% } else { %> <%= block.name %> <% } %>
<% if (block.description) { %>
<%= block.description %>
<% } %>
<% }) %>
Finner du ikke det du leter etter?
Vårt team av eksperter er her for å hjelpe
Kontakt oss
Kategorier
<% 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 %>
Aktiver/deaktiver navigasjonsmeny
<% categories.forEach(function(category, index) { %>
<%= category.name %>
<%= partial('partial-section-list-sections', { parent: category, sections: category.sections, maxSections: maxSections, partial: partial }) %>
<% }); %>
<% if (categories.length) { %>
Kategorier
<% 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) { %>
Se mer
<% } %>
<% } %>