<?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 Re: all related records to an account - is there are way to pull that back? in DemandTools</title>
    <link>https://mycommunity.validity.com/t5/demandtools/all-related-records-to-an-account-is-there-are-way-to-pull-that/m-p/1704#M925</link>
    <description>&lt;P&gt;&lt;a href="https://mycommunity.validity.com/t5/user/viewprofilepage/user-id/41"&gt;@bhare1357&lt;/a&gt;&amp;nbsp;It looks like you accepted this as a solution, but I wanted to add that you can potentially do this in Import while comparing against up to 5 objects at once by matching on the Account ID. Make sure you are using the CRM source and the Update or Upsert operation and only Export the grid rather than update.&lt;/P&gt;
&lt;P&gt;&lt;a href="https://mycommunity.validity.com/t5/user/viewprofilepage/user-id/185"&gt;@CRMSarah&lt;/a&gt;&amp;nbsp;The best way to address the second part of your response would be to utilize the Field Aggregate action in Modify. Once those records are updated with those values then you can query them in the Delete Module.&lt;/P&gt;</description>
    <pubDate>Fri, 09 Feb 2024 19:43:32 GMT</pubDate>
    <dc:creator>Tony_Validity</dc:creator>
    <dc:date>2024-02-09T19:43:32Z</dc:date>
    <item>
      <title>all related records to an account - is there are way to pull that back?</title>
      <link>https://mycommunity.validity.com/t5/demandtools/all-related-records-to-an-account-is-there-are-way-to-pull-that/m-p/1701#M922</link>
      <description>&lt;P&gt;Ok - was asked by a colleague - can DT help with related data analysis - meaning give me all records related to this account id -&amp;nbsp; meaning contacts, opptys, tasks as well as custom objects? I want to say no but want to be sure - any help as always much appreciated&lt;/P&gt;</description>
      <pubDate>Fri, 09 Feb 2024 14:27:28 GMT</pubDate>
      <guid>https://mycommunity.validity.com/t5/demandtools/all-related-records-to-an-account-is-there-are-way-to-pull-that/m-p/1701#M922</guid>
      <dc:creator>bhare1357</dc:creator>
      <dc:date>2024-02-09T14:27:28Z</dc:date>
    </item>
    <item>
      <title>Re: all related records to an account - is there are way to pull that back?</title>
      <link>https://mycommunity.validity.com/t5/demandtools/all-related-records-to-an-account-is-there-are-way-to-pull-that/m-p/1702#M923</link>
      <description>&lt;P&gt;I don't believe so. That would be really nice though. You would have to define the single object that you want to return in say, the match module, right? &amp;amp; then besides that, there are different types of "relatedto" fields. So on the Opportunity object you'd be looking for where the &lt;STRONG&gt;AccountID&lt;/STRONG&gt; = 001XXXXXXXXXXXXXXX and on Task where the &lt;STRONG&gt;RelatedToId&lt;/STRONG&gt; =&amp;nbsp;001XXXXXXXXXXXXXXX.&amp;nbsp;&lt;/P&gt;&lt;P&gt;I've thought about your request a lot over the years because we have Contacts who have a name of "Accounting Manager" who were just there to track a billing email address in previous CRMs. I'd love to delete these contacts but only if they don't have related records.&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;Same with Accounts brought over from different CRM systems and acquisitions along the way. It would be nice to see if they have anything related to them, what their Last Activity Date is, and then delete based on the criteria.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 09 Feb 2024 16:17:50 GMT</pubDate>
      <guid>https://mycommunity.validity.com/t5/demandtools/all-related-records-to-an-account-is-there-are-way-to-pull-that/m-p/1702#M923</guid>
      <dc:creator>CRMSarah</dc:creator>
      <dc:date>2024-02-09T16:17:50Z</dc:date>
    </item>
    <item>
      <title>Re: all related records to an account - is there are way to pull that back?</title>
      <link>https://mycommunity.validity.com/t5/demandtools/all-related-records-to-an-account-is-there-are-way-to-pull-that/m-p/1703#M924</link>
      <description>&lt;P&gt;Thanks&amp;nbsp;&lt;a href="https://mycommunity.validity.com/t5/user/viewprofilepage/user-id/185"&gt;@CRMSarah&lt;/a&gt;&amp;nbsp;- I didn't think so but again wanted to check - &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 09 Feb 2024 16:19:44 GMT</pubDate>
      <guid>https://mycommunity.validity.com/t5/demandtools/all-related-records-to-an-account-is-there-are-way-to-pull-that/m-p/1703#M924</guid>
      <dc:creator>bhare1357</dc:creator>
      <dc:date>2024-02-09T16:19:44Z</dc:date>
    </item>
    <item>
      <title>Re: all related records to an account - is there are way to pull that back?</title>
      <link>https://mycommunity.validity.com/t5/demandtools/all-related-records-to-an-account-is-there-are-way-to-pull-that/m-p/1704#M925</link>
      <description>&lt;P&gt;&lt;a href="https://mycommunity.validity.com/t5/user/viewprofilepage/user-id/41"&gt;@bhare1357&lt;/a&gt;&amp;nbsp;It looks like you accepted this as a solution, but I wanted to add that you can potentially do this in Import while comparing against up to 5 objects at once by matching on the Account ID. Make sure you are using the CRM source and the Update or Upsert operation and only Export the grid rather than update.&lt;/P&gt;
&lt;P&gt;&lt;a href="https://mycommunity.validity.com/t5/user/viewprofilepage/user-id/185"&gt;@CRMSarah&lt;/a&gt;&amp;nbsp;The best way to address the second part of your response would be to utilize the Field Aggregate action in Modify. Once those records are updated with those values then you can query them in the Delete Module.&lt;/P&gt;</description>
      <pubDate>Fri, 09 Feb 2024 19:43:32 GMT</pubDate>
      <guid>https://mycommunity.validity.com/t5/demandtools/all-related-records-to-an-account-is-there-are-way-to-pull-that/m-p/1704#M925</guid>
      <dc:creator>Tony_Validity</dc:creator>
      <dc:date>2024-02-09T19:43:32Z</dc:date>
    </item>
    <item>
      <title>Re: all related records to an account - is there are way to pull that back?</title>
      <link>https://mycommunity.validity.com/t5/demandtools/all-related-records-to-an-account-is-there-are-way-to-pull-that/m-p/1715#M931</link>
      <description>&lt;P&gt;&lt;a href="https://mycommunity.validity.com/t5/user/viewprofilepage/user-id/41"&gt;@bhare1357&lt;/a&gt;&amp;nbsp;Have you had a chance to try&amp;nbsp;&lt;a href="https://mycommunity.validity.com/t5/user/viewprofilepage/user-id/426"&gt;@Tony_Validity&lt;/a&gt;&amp;nbsp;'s solution? I'm intrigued by this solution, I just haven't had a chance to try it.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 14 Feb 2024 18:32:22 GMT</pubDate>
      <guid>https://mycommunity.validity.com/t5/demandtools/all-related-records-to-an-account-is-there-are-way-to-pull-that/m-p/1715#M931</guid>
      <dc:creator>CRMSarah</dc:creator>
      <dc:date>2024-02-14T18:32:22Z</dc:date>
    </item>
    <item>
      <title>Re: all related records to an account - is there are way to pull that back?</title>
      <link>https://mycommunity.validity.com/t5/demandtools/all-related-records-to-an-account-is-there-are-way-to-pull-that/m-p/1716#M932</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://mycommunity.validity.com/t5/user/viewprofilepage/user-id/185"&gt;@CRMSarah&lt;/a&gt;&amp;nbsp;sorry but I haven't - honestly - I was really asking for a colleague - but I have passed it on to him and if I hear anything back I'll post here&lt;/P&gt;</description>
      <pubDate>Wed, 14 Feb 2024 20:30:13 GMT</pubDate>
      <guid>https://mycommunity.validity.com/t5/demandtools/all-related-records-to-an-account-is-there-are-way-to-pull-that/m-p/1716#M932</guid>
      <dc:creator>bhare1357</dc:creator>
      <dc:date>2024-02-14T20:30:13Z</dc:date>
    </item>
  </channel>
</rss>

