helpcenter/Web/Controls/Help/TipsTricks/CRM/duplicatecontacts/duplicatecontacts.ascx

48 lines
2.7 KiB
Plaintext

<%@ Control Language="C#" Inherits="BaseContentUserControls"%>
<%@ Register Namespace="TeamLab.Controls" Assembly="__Code" TagPrefix="cc" %>
<script runat="server">
protected override void Init()
{
PageTitle = PageCaption = "Deleting duplicate contacts";
MetaKeyWords = "duplicate contacts, eliminate duplicates, merge contacts, duplicate contact details";
MetaDescription = "CRM. Eliminate duplicate contacts by merging them";
}
</script>
<div class="main_buscall_container dataBackup">
<div class="MainHelpCenter">
<h1 class="subHeaderFeaturesCaption TipsCaption">Deleting duplicate contacts</h1>
<div class="keyword_block">
<ul>
<li><cc:LocalizeContent runat="Server" ControlName="~/Controls/Help/Tags/onlyoffice-crm/onlyoffice-crm.ascx" /></li>
<li><cc:LocalizeContent runat="Server" ControlName="~/Controls/Help/Tags/delete-duplicate-contacts/delete-duplicate-contacts.ascx" /></li>
<li><cc:LocalizeContent runat="Server" ControlName="~/Controls/Help/Tags/merge-contacts/merge-contacts.ascx" /></li>
</ul>
</div>
<p>Maintaining a contact list within the CRM module it might happen that portal users add the same contact details several times. After finding duplicate contacts, you can eliminate them in a few easy steps. Please see the instructions below.</p>
<h2 id="BareBonesInstructions">Bare Bones Instructions</h2>
<p>To eliminate duplicate contacts, please follow the easy steps below:</p>
<ol class="instructions">
<li>Enter your portal using your login details.</li>
<li>Click the <b>CRM</b> link on the start page.</li>
<li>The contacts list will open by default.</li>
<li>Find the duplicate of the original contact in the list using the available filters.</li>
<li>Click the needed contact to open it.</li>
<li>Press the <img alt="Actions icon" src="<%=VirtualPathUtility.ToAbsolute("~/images/help/tipstricks/actionsicon.png")%>" /> icon and select the <b>This is a duplicate</b> option.</li>
<li>In the opened 'Merge Contacts' window, find the original contact.</li>
<li>Click the <b>Start Merging Contacts</b> button.</li>
</ol>
<p>After that the both contact details will be merged under the caption of the original contact.</p>
<h2 id="HelpfulHints">Helpful Hints</h2>
<h3>Can every portal user perform this operation?</h3>
<p>To get rid of the duplicate of the original contact, you need to have administrator rights or have access to both the original contact and its duplicate.</p>
</div>
</div>