<?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: Automation of properties / Triggering action in CRM</title>
    <link>https://community.hubspot.com/t5/CRM/Automation-of-properties-Triggering-action/m-p/954661#M147705</link>
    <description>&lt;P&gt;Hi &lt;a href="https://community.hubspot.com/t5/user/viewprofilepage/user-id/739422"&gt;@FilipRas&lt;/a&gt;,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;This is either possible with a calculation property or with a custom code action in a workflow.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I explained the calculation property approach here: &lt;A href="https://community.hubspot.com/t5/CRM/Set-deal-date-as-create-date-plus-3-days/m-p/932497/highlight/true#M146679" target="_blank"&gt;https://community.hubspot.com/t5/CRM/Set-deal-date-as-create-date-plus-3-days/m-p/932497/highlight/true#M146679&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;This would be a new property and could not be merged with an existing date property.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;For a custom code action, this would require an Operations Hub Professional subscription. In the custom code action and with the help of a developer (or generative AI), the code would perform the calculation: &lt;A href="https://developers.hubspot.com/docs/api/workflows/custom-code-actions" target="_blank"&gt;https://developers.hubspot.com/docs/api/workflows/custom-code-actions&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;This could populate an existing property.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;A solution with a delay in a workflow is not an option; the date would only be populated when it's in the past.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Best regards&lt;/P&gt;</description>
    <pubDate>Thu, 04 Apr 2024 12:13:23 GMT</pubDate>
    <dc:creator>karstenkoehler</dc:creator>
    <dc:date>2024-04-04T12:13:23Z</dc:date>
    <item>
      <title>Automation of properties / Triggering action</title>
      <link>https://community.hubspot.com/t5/CRM/Automation-of-properties-Triggering-action/m-p/954657#M147704</link>
      <description>&lt;P&gt;Hi&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Is it possible to automate a property, here example:&amp;nbsp;&lt;/P&gt;&lt;P&gt;When I type a date with 'G99 Submission Date' the underneath position automatically generates a date affected by X days (for us after 45 days) rather than doing this manually.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Screenshot 2024-04-04 at 11.04.17.png" style="width: 212px;"&gt;&lt;img src="https://community.hubspot.com/t5/image/serverpage/image-id/114491i8557950BF577926A/image-dimensions/212x121?v=v2" width="212" height="121" role="button" title="Screenshot 2024-04-04 at 11.04.17.png" alt="Screenshot 2024-04-04 at 11.04.17.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks!&lt;/P&gt;</description>
      <pubDate>Thu, 04 Apr 2024 12:07:34 GMT</pubDate>
      <guid>https://community.hubspot.com/t5/CRM/Automation-of-properties-Triggering-action/m-p/954657#M147704</guid>
      <dc:creator>FilipRas</dc:creator>
      <dc:date>2024-04-04T12:07:34Z</dc:date>
    </item>
    <item>
      <title>Re: Automation of properties / Triggering action</title>
      <link>https://community.hubspot.com/t5/CRM/Automation-of-properties-Triggering-action/m-p/954661#M147705</link>
      <description>&lt;P&gt;Hi &lt;a href="https://community.hubspot.com/t5/user/viewprofilepage/user-id/739422"&gt;@FilipRas&lt;/a&gt;,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;This is either possible with a calculation property or with a custom code action in a workflow.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I explained the calculation property approach here: &lt;A href="https://community.hubspot.com/t5/CRM/Set-deal-date-as-create-date-plus-3-days/m-p/932497/highlight/true#M146679" target="_blank"&gt;https://community.hubspot.com/t5/CRM/Set-deal-date-as-create-date-plus-3-days/m-p/932497/highlight/true#M146679&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;This would be a new property and could not be merged with an existing date property.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;For a custom code action, this would require an Operations Hub Professional subscription. In the custom code action and with the help of a developer (or generative AI), the code would perform the calculation: &lt;A href="https://developers.hubspot.com/docs/api/workflows/custom-code-actions" target="_blank"&gt;https://developers.hubspot.com/docs/api/workflows/custom-code-actions&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;This could populate an existing property.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;A solution with a delay in a workflow is not an option; the date would only be populated when it's in the past.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Best regards&lt;/P&gt;</description>
      <pubDate>Thu, 04 Apr 2024 12:13:23 GMT</pubDate>
      <guid>https://community.hubspot.com/t5/CRM/Automation-of-properties-Triggering-action/m-p/954661#M147705</guid>
      <dc:creator>karstenkoehler</dc:creator>
      <dc:date>2024-04-04T12:13:23Z</dc:date>
    </item>
  </channel>
</rss>

