<?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: A calculated property for first meeting date? in Tips, Tricks &amp; Best Practices</title>
    <link>https://community.hubspot.com/t5/Tips-Tricks-Best-Practices/A-calculated-property-for-first-meeting-date/m-p/1062497#M10638</link>
    <description>&lt;P&gt;&lt;a href="https://community.hubspot.com/t5/user/viewprofilepage/user-id/499663"&gt;@WojciechWB&lt;/a&gt; my apologies, I didn't formulate my previous answer correctly. Calculation properties will either only count (rollup) associated objects (contacts, deals, tickets, companies, custom objects) but as of now, associated activities cannot be referenced. Unless the information about the activity is stored in a contact property, it cannot be accessed as part of calculation.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;As far as workarounds go, here's what you could do:&lt;/P&gt;
&lt;OL&gt;
&lt;LI&gt;Create a workflow that enrolls records when they're associated to a meeting, then logs the current date in a custom date property (the main downside here is that the workflow won't know whether it's the first meeting and that this won't work retroactively)&lt;/LI&gt;
&lt;LI&gt;[Operations Hub] Use a custom code action and leverage the Engagements API to look up the date of the first associated meeting and log it to a custom date property&lt;/LI&gt;
&lt;/OL&gt;
&lt;P&gt;Outside of that, there might be marketplace apps or third-party automation (e.g. Zapier) which might help accomplish this.&lt;/P&gt;</description>
    <pubDate>Wed, 30 Oct 2024 07:27:22 GMT</pubDate>
    <dc:creator>karstenkoehler</dc:creator>
    <dc:date>2024-10-30T07:27:22Z</dc:date>
    <item>
      <title>A calculated property for first meeting date?</title>
      <link>https://community.hubspot.com/t5/Tips-Tricks-Best-Practices/A-calculated-property-for-first-meeting-date/m-p/1062322#M10630</link>
      <description>&lt;P&gt;Hi,&lt;BR /&gt;I was wondering if there is a way to have a calculated Contact property that would pull information from associated activities.&lt;BR /&gt;In SQL it would be something like this:&lt;BR /&gt;SELECT min(a.activity_date) From Activities a LEFT JOIN Contacts c on a.associated_contact_id = c.id WHERE activity_type=meeting and c.id = &amp;lt;&amp;lt;current record id&amp;gt;&amp;gt;&lt;/P&gt;&lt;P&gt;The left join and the last "value" is just to highlight the need to store this on Contact, so there has to be an association there, right?&lt;/P&gt;&lt;P&gt;Is such a thing possible within calculated properties?&lt;/P&gt;</description>
      <pubDate>Tue, 29 Oct 2024 20:52:02 GMT</pubDate>
      <guid>https://community.hubspot.com/t5/Tips-Tricks-Best-Practices/A-calculated-property-for-first-meeting-date/m-p/1062322#M10630</guid>
      <dc:creator>WojciechWB</dc:creator>
      <dc:date>2024-10-29T20:52:02Z</dc:date>
    </item>
    <item>
      <title>Re: A calculated property for first meeting date?</title>
      <link>https://community.hubspot.com/t5/Tips-Tricks-Best-Practices/A-calculated-property-for-first-meeting-date/m-p/1062332#M10633</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.hubspot.com/t5/user/viewprofilepage/user-id/499663"&gt;@WojciechWB&lt;/a&gt;,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Unfortunately not, no. Calculation properties can only reference data from associated activities.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Best regards&lt;/P&gt;</description>
      <pubDate>Tue, 29 Oct 2024 21:10:30 GMT</pubDate>
      <guid>https://community.hubspot.com/t5/Tips-Tricks-Best-Practices/A-calculated-property-for-first-meeting-date/m-p/1062332#M10633</guid>
      <dc:creator>karstenkoehler</dc:creator>
      <dc:date>2024-10-29T21:10:30Z</dc:date>
    </item>
    <item>
      <title>Re: A calculated property for first meeting date?</title>
      <link>https://community.hubspot.com/t5/Tips-Tricks-Best-Practices/A-calculated-property-for-first-meeting-date/m-p/1062495#M10637</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.hubspot.com/t5/user/viewprofilepage/user-id/111325"&gt;@karstenkoehler&lt;/a&gt;,&lt;/P&gt;&lt;P&gt;thanks for taking a look. Wouldn't those meetings be associated to those contacts though?&lt;BR /&gt;I want to save the date of the first meeting on the contact. I don't have Sales Enterprise and meeting types are not an option. Is there nothing that could be done?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 30 Oct 2024 07:20:42 GMT</pubDate>
      <guid>https://community.hubspot.com/t5/Tips-Tricks-Best-Practices/A-calculated-property-for-first-meeting-date/m-p/1062495#M10637</guid>
      <dc:creator>WojciechWB</dc:creator>
      <dc:date>2024-10-30T07:20:42Z</dc:date>
    </item>
    <item>
      <title>Re: A calculated property for first meeting date?</title>
      <link>https://community.hubspot.com/t5/Tips-Tricks-Best-Practices/A-calculated-property-for-first-meeting-date/m-p/1062497#M10638</link>
      <description>&lt;P&gt;&lt;a href="https://community.hubspot.com/t5/user/viewprofilepage/user-id/499663"&gt;@WojciechWB&lt;/a&gt; my apologies, I didn't formulate my previous answer correctly. Calculation properties will either only count (rollup) associated objects (contacts, deals, tickets, companies, custom objects) but as of now, associated activities cannot be referenced. Unless the information about the activity is stored in a contact property, it cannot be accessed as part of calculation.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;As far as workarounds go, here's what you could do:&lt;/P&gt;
&lt;OL&gt;
&lt;LI&gt;Create a workflow that enrolls records when they're associated to a meeting, then logs the current date in a custom date property (the main downside here is that the workflow won't know whether it's the first meeting and that this won't work retroactively)&lt;/LI&gt;
&lt;LI&gt;[Operations Hub] Use a custom code action and leverage the Engagements API to look up the date of the first associated meeting and log it to a custom date property&lt;/LI&gt;
&lt;/OL&gt;
&lt;P&gt;Outside of that, there might be marketplace apps or third-party automation (e.g. Zapier) which might help accomplish this.&lt;/P&gt;</description>
      <pubDate>Wed, 30 Oct 2024 07:27:22 GMT</pubDate>
      <guid>https://community.hubspot.com/t5/Tips-Tricks-Best-Practices/A-calculated-property-for-first-meeting-date/m-p/1062497#M10638</guid>
      <dc:creator>karstenkoehler</dc:creator>
      <dc:date>2024-10-30T07:27:22Z</dc:date>
    </item>
    <item>
      <title>Re: A calculated property for first meeting date?</title>
      <link>https://community.hubspot.com/t5/Tips-Tricks-Best-Practices/A-calculated-property-for-first-meeting-date/m-p/1062511#M10639</link>
      <description>Thanks a bunch! I'll investigate the workflow approach and see what I can&lt;BR /&gt;do. If I create a meeting counter as another property updated in the&lt;BR /&gt;workflow I can probably make it so it only stores the date if the counter&lt;BR /&gt;is 0/not set. Won't help with historical data, but it's a step forward!&lt;BR /&gt;Again, thanks a lot &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;BR /&gt;</description>
      <pubDate>Wed, 30 Oct 2024 07:53:36 GMT</pubDate>
      <guid>https://community.hubspot.com/t5/Tips-Tricks-Best-Practices/A-calculated-property-for-first-meeting-date/m-p/1062511#M10639</guid>
      <dc:creator>WojciechWB</dc:creator>
      <dc:date>2024-10-30T07:53:36Z</dc:date>
    </item>
  </channel>
</rss>

