<?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: Hubl help for custom object crm_associations in CMS Development</title>
    <link>https://community.hubspot.com/t5/CMS-Development/Hubl-help-for-custom-object-crm-associations/m-p/644861#M28986</link>
    <description>&lt;P&gt;&lt;a href="https://community.hubspot.com/t5/user/viewprofilepage/user-id/13982"&gt;@dennisedson&lt;/a&gt;&amp;nbsp;&lt;A href="https://community.hubspot.com/t5/user/viewprofilepage/user-id/17186" target="_blank"&gt;@Anton&lt;/A&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;Do either of you possibly have some suggestions on the correct syntax for my issues above? This one issue is holding me up on progressing with the project.&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;Thanks,&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;Terry&lt;/SPAN&gt;&lt;/P&gt;</description>
    <pubDate>Mon, 06 Jun 2022 13:21:48 GMT</pubDate>
    <dc:creator>tmcmillan99</dc:creator>
    <dc:date>2022-06-06T13:21:48Z</dc:date>
    <item>
      <title>Hubl help for custom object crm_associations</title>
      <link>https://community.hubspot.com/t5/CMS-Development/Hubl-help-for-custom-object-crm-associations/m-p/639874#M28881</link>
      <description>&lt;P&gt;I am having trouble figuring out the right hubl syntax for a custom object crm_associations.&amp;nbsp; I have two custom objects - resources &amp;amp; member_resources.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;The member_resources object has an association to the contacts and resources objects.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I can successfully show record data from the member_resources object. However, I also want to show data (name, description, link) from the associated record in the resources object.&lt;/P&gt;
&lt;LI-CODE lang="markup"&gt;{% set member = contact.email %}
{% set sf_id = contact.salesforce_contact_id %}

{% set r_items = crm_associations(?????, "USER_DEFINED", 61) %}

{% if request.query != "" %}
  {% set rounds = crm_objects("azimuth", "member_email=" + request.query_dict.member_email, "sfcontact_id=" + request.query_dict.sf_id) %}
{% else %}
  {% set rounds = crm_objects("azimuth", "member_email=" + member, "sfcontact_id=" + sf_id) %}
  {% set mr_items = crm_objects("member_resources", "member_email=" + member, "notes") %}
{% endif %}&lt;/LI-CODE&gt;
&lt;P&gt;What do I need to use for the id that is referenced with the question marks above? Also, do I need to reference the resources object first?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thanks for the assistance.&lt;/P&gt;
&lt;P&gt;Terry McMillan&lt;/P&gt;</description>
      <pubDate>Thu, 26 May 2022 22:01:23 GMT</pubDate>
      <guid>https://community.hubspot.com/t5/CMS-Development/Hubl-help-for-custom-object-crm-associations/m-p/639874#M28881</guid>
      <dc:creator>tmcmillan99</dc:creator>
      <dc:date>2022-05-26T22:01:23Z</dc:date>
    </item>
    <item>
      <title>Re: Hubl help for custom object crm_associations</title>
      <link>https://community.hubspot.com/t5/CMS-Development/Hubl-help-for-custom-object-crm-associations/m-p/640421#M28896</link>
      <description>&lt;P&gt;&lt;a href="https://community.hubspot.com/t5/user/viewprofilepage/user-id/17186"&gt;@Anton&lt;/a&gt; , have some time to help out our friend Terry?&lt;/P&gt;</description>
      <pubDate>Fri, 27 May 2022 18:05:50 GMT</pubDate>
      <guid>https://community.hubspot.com/t5/CMS-Development/Hubl-help-for-custom-object-crm-associations/m-p/640421#M28896</guid>
      <dc:creator>dennisedson</dc:creator>
      <dc:date>2022-05-27T18:05:50Z</dc:date>
    </item>
    <item>
      <title>Re: Hubl help for custom object crm_associations</title>
      <link>https://community.hubspot.com/t5/CMS-Development/Hubl-help-for-custom-object-crm-associations/m-p/642099#M28936</link>
      <description>&lt;P&gt;Does anyone have any suggestions on the correct syntax for my hubl code on the crm_associations?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thanks,&lt;/P&gt;
&lt;P&gt;Terry&lt;/P&gt;</description>
      <pubDate>Tue, 31 May 2022 19:11:47 GMT</pubDate>
      <guid>https://community.hubspot.com/t5/CMS-Development/Hubl-help-for-custom-object-crm-associations/m-p/642099#M28936</guid>
      <dc:creator>tmcmillan99</dc:creator>
      <dc:date>2022-05-31T19:11:47Z</dc:date>
    </item>
    <item>
      <title>Re: Hubl help for custom object crm_associations</title>
      <link>https://community.hubspot.com/t5/CMS-Development/Hubl-help-for-custom-object-crm-associations/m-p/644861#M28986</link>
      <description>&lt;P&gt;&lt;a href="https://community.hubspot.com/t5/user/viewprofilepage/user-id/13982"&gt;@dennisedson&lt;/a&gt;&amp;nbsp;&lt;A href="https://community.hubspot.com/t5/user/viewprofilepage/user-id/17186" target="_blank"&gt;@Anton&lt;/A&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;Do either of you possibly have some suggestions on the correct syntax for my issues above? This one issue is holding me up on progressing with the project.&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;Thanks,&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;Terry&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 06 Jun 2022 13:21:48 GMT</pubDate>
      <guid>https://community.hubspot.com/t5/CMS-Development/Hubl-help-for-custom-object-crm-associations/m-p/644861#M28986</guid>
      <dc:creator>tmcmillan99</dc:creator>
      <dc:date>2022-06-06T13:21:48Z</dc:date>
    </item>
    <item>
      <title>Re: Hubl help for custom object crm_associations</title>
      <link>https://community.hubspot.com/t5/CMS-Development/Hubl-help-for-custom-object-crm-associations/m-p/645138#M28995</link>
      <description>&lt;P&gt;This request for assistance can be disregarded. Based on some feedback from the client, we are able to use a more simiplistic approach which eliminates the need to associate another custom object. We will only need to utilize one custom object.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thanks,&lt;/P&gt;
&lt;P&gt;Terry&lt;/P&gt;</description>
      <pubDate>Mon, 06 Jun 2022 20:03:57 GMT</pubDate>
      <guid>https://community.hubspot.com/t5/CMS-Development/Hubl-help-for-custom-object-crm-associations/m-p/645138#M28995</guid>
      <dc:creator>tmcmillan99</dc:creator>
      <dc:date>2022-06-06T20:03:57Z</dc:date>
    </item>
  </channel>
</rss>

