<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Dedupe - need to select record type based on owner profile in DemandTools</title>
    <link>https://mycommunity.validity.com/t5/demandtools/dedupe-need-to-select-record-type-based-on-owner-profile/m-p/1867#M1017</link>
    <description>&lt;P&gt;I have duplicate contacts assigned to the same owner, but the records have different record types.&amp;nbsp; &amp;nbsp;I need to make the winning record type based on the owner's profile name.&lt;/P&gt;&lt;P&gt;In one example the record owner profile is Institutional, and the record types for the contact records are Retail and Institutional.&amp;nbsp; So, in this case I need to make the winning record type&amp;nbsp;Institutional.&amp;nbsp;&lt;/P&gt;&lt;P&gt;I was trying to use a field rule for this, but I can't seem to come up with a scoring system that will work.&lt;/P&gt;&lt;P&gt;I tried using using the following 4 conditions in a winner rule for testing -&lt;/P&gt;&lt;P&gt;Owner Profile Name contains Institutional +5&lt;BR /&gt;Record Type Name contains Institutional +5&lt;BR /&gt;Owner Profile Name contains Retail +5&lt;BR /&gt;Record Type Name contains Retail +5&lt;/P&gt;&lt;P&gt;But each record always ends up with the same score:&lt;/P&gt;&lt;P&gt;Record 1: Owner Profile=Institutional (+5); Record Type =&amp;nbsp;Institutional (+5); Total score 10&lt;BR /&gt;Record 2:&amp;nbsp;Owner Profile=Institutional (+5); Record Type =&amp;nbsp;Retail (+5); Total score 10&lt;/P&gt;&lt;P&gt;Is there another way I can do this, or would I need to create a formula field in Salesforce to identify the winning record type?&lt;/P&gt;&lt;P&gt;Thanks in advance!&lt;/P&gt;</description>
    <pubDate>Fri, 15 Mar 2024 13:09:03 GMT</pubDate>
    <dc:creator>michael-wtds</dc:creator>
    <dc:date>2024-03-15T13:09:03Z</dc:date>
    <item>
      <title>Dedupe - need to select record type based on owner profile</title>
      <link>https://mycommunity.validity.com/t5/demandtools/dedupe-need-to-select-record-type-based-on-owner-profile/m-p/1867#M1017</link>
      <description>&lt;P&gt;I have duplicate contacts assigned to the same owner, but the records have different record types.&amp;nbsp; &amp;nbsp;I need to make the winning record type based on the owner's profile name.&lt;/P&gt;&lt;P&gt;In one example the record owner profile is Institutional, and the record types for the contact records are Retail and Institutional.&amp;nbsp; So, in this case I need to make the winning record type&amp;nbsp;Institutional.&amp;nbsp;&lt;/P&gt;&lt;P&gt;I was trying to use a field rule for this, but I can't seem to come up with a scoring system that will work.&lt;/P&gt;&lt;P&gt;I tried using using the following 4 conditions in a winner rule for testing -&lt;/P&gt;&lt;P&gt;Owner Profile Name contains Institutional +5&lt;BR /&gt;Record Type Name contains Institutional +5&lt;BR /&gt;Owner Profile Name contains Retail +5&lt;BR /&gt;Record Type Name contains Retail +5&lt;/P&gt;&lt;P&gt;But each record always ends up with the same score:&lt;/P&gt;&lt;P&gt;Record 1: Owner Profile=Institutional (+5); Record Type =&amp;nbsp;Institutional (+5); Total score 10&lt;BR /&gt;Record 2:&amp;nbsp;Owner Profile=Institutional (+5); Record Type =&amp;nbsp;Retail (+5); Total score 10&lt;/P&gt;&lt;P&gt;Is there another way I can do this, or would I need to create a formula field in Salesforce to identify the winning record type?&lt;/P&gt;&lt;P&gt;Thanks in advance!&lt;/P&gt;</description>
      <pubDate>Fri, 15 Mar 2024 13:09:03 GMT</pubDate>
      <guid>https://mycommunity.validity.com/t5/demandtools/dedupe-need-to-select-record-type-based-on-owner-profile/m-p/1867#M1017</guid>
      <dc:creator>michael-wtds</dc:creator>
      <dc:date>2024-03-15T13:09:03Z</dc:date>
    </item>
    <item>
      <title>Re: Dedupe - need to select record type based on owner profile</title>
      <link>https://mycommunity.validity.com/t5/demandtools/dedupe-need-to-select-record-type-based-on-owner-profile/m-p/1868#M1018</link>
      <description>&lt;P&gt;ChatGPT came back with a solution that got me past a few records with just changing the weighting of the score.&lt;BR /&gt;Owner Profile Name contains Institutional +15&lt;BR /&gt;Record Type Name contains Institutional +20&lt;BR /&gt;Owner Profile Name contains Retail +10&lt;BR /&gt;Record Type Name contains Retail +5&lt;/P&gt;&lt;P&gt;This worked for the small number records that needed to be merged, but I'd definitely appreciate any other suggestions.&lt;BR /&gt;&lt;BR /&gt;Thank you!&lt;/P&gt;</description>
      <pubDate>Fri, 15 Mar 2024 00:33:23 GMT</pubDate>
      <guid>https://mycommunity.validity.com/t5/demandtools/dedupe-need-to-select-record-type-based-on-owner-profile/m-p/1868#M1018</guid>
      <dc:creator>michael-wtds</dc:creator>
      <dc:date>2024-03-15T00:33:23Z</dc:date>
    </item>
    <item>
      <title>Re: Dedupe - need to select record type based on owner profile</title>
      <link>https://mycommunity.validity.com/t5/demandtools/dedupe-need-to-select-record-type-based-on-owner-profile/m-p/1869#M1019</link>
      <description>&lt;P&gt;I'll probably have to open a case to troubleshoot this, as I'm getting an error when merging the different record types because of a restricted picklist.&lt;/P&gt;&lt;P&gt;I used the same field scoring rules on the restricted picklist that I used on the record type, but I'm guessing there may be some order of operation that is trying to update the picklist value before the record type is changed.&amp;nbsp; Or maybe this is a known limitation of field scoring rules.&lt;BR /&gt;&lt;BR /&gt;When I manually selected the winning record based on the record type, I can subsequently see in the record's field history that the field rules are being applied after the merge.&amp;nbsp;&lt;/P&gt;&lt;P&gt;What's odd is that I tried making the restricted picklist values available for the alternate record type, but I still couldn't complete the merge in DTV, evan after a restart.&amp;nbsp; So, it's getting a little too deep to try and figure out why this isn't working!&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 15 Mar 2024 01:32:11 GMT</pubDate>
      <guid>https://mycommunity.validity.com/t5/demandtools/dedupe-need-to-select-record-type-based-on-owner-profile/m-p/1869#M1019</guid>
      <dc:creator>michael-wtds</dc:creator>
      <dc:date>2024-03-15T01:32:11Z</dc:date>
    </item>
    <item>
      <title>Re: Dedupe - need to select record type based on owner profile</title>
      <link>https://mycommunity.validity.com/t5/demandtools/dedupe-need-to-select-record-type-based-on-owner-profile/m-p/1870#M1020</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://mycommunity.validity.com/t5/user/viewprofilepage/user-id/876"&gt;@MichaelC2C&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;&lt;P&gt;This would be a great question for Office Hours! &lt;span class="lia-unicode-emoji" title=":grinning_face_with_smiling_eyes:"&gt;😄&lt;/span&gt;&lt;/P&gt;&lt;P&gt;Are you attempting to choose a Winning record using Wining Rules or are you attempting to choose a winning field based on Field Rules?&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;</description>
      <pubDate>Fri, 15 Mar 2024 13:12:02 GMT</pubDate>
      <guid>https://mycommunity.validity.com/t5/demandtools/dedupe-need-to-select-record-type-based-on-owner-profile/m-p/1870#M1020</guid>
      <dc:creator>AnthonyValidity</dc:creator>
      <dc:date>2024-03-15T13:12:02Z</dc:date>
    </item>
  </channel>
</rss>

