<?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 UI components  - CrmAssociationTable in APIs &amp; Integrations</title>
    <link>https://community.hubspot.com/t5/APIs-Integrations/UI-components-CrmAssociationTable/m-p/1036348#M76375</link>
    <description>&lt;P&gt;Hi,&lt;BR /&gt;I'm working on a custom tab and in particular I need to have some sort of nested table on 2 different objects:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;We have 2 custom objects called "Gruppi di Ticket" and "Sacchetto" plus a standard Ticket object.&lt;/P&gt;
&lt;UL&gt;
&lt;LI&gt;A "Gruppi di Ticket" can have 1 or more "Sacchetto"&lt;/LI&gt;
&lt;LI&gt;A "Sacchetto" can have 1 or more "Tickets"&lt;/LI&gt;
&lt;/UL&gt;
&lt;P&gt;I need a table, in "Gruppi di Ticket" that shows the structure of the two underlying Gruppi di Ticket objects and for each "Sacchetto" or "Ticket" some custom properties (editable and not editable) and some buttons.&lt;/P&gt;
&lt;P&gt;Now I can achieve the first goal, but I can't create a loop to write the list of tickets. Is it something doable?&lt;/P&gt;</description>
    <pubDate>Wed, 04 Sep 2024 12:34:27 GMT</pubDate>
    <dc:creator>Pietro-Poli-</dc:creator>
    <dc:date>2024-09-04T12:34:27Z</dc:date>
    <item>
      <title>UI components  - CrmAssociationTable</title>
      <link>https://community.hubspot.com/t5/APIs-Integrations/UI-components-CrmAssociationTable/m-p/1036348#M76375</link>
      <description>&lt;P&gt;Hi,&lt;BR /&gt;I'm working on a custom tab and in particular I need to have some sort of nested table on 2 different objects:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;We have 2 custom objects called "Gruppi di Ticket" and "Sacchetto" plus a standard Ticket object.&lt;/P&gt;
&lt;UL&gt;
&lt;LI&gt;A "Gruppi di Ticket" can have 1 or more "Sacchetto"&lt;/LI&gt;
&lt;LI&gt;A "Sacchetto" can have 1 or more "Tickets"&lt;/LI&gt;
&lt;/UL&gt;
&lt;P&gt;I need a table, in "Gruppi di Ticket" that shows the structure of the two underlying Gruppi di Ticket objects and for each "Sacchetto" or "Ticket" some custom properties (editable and not editable) and some buttons.&lt;/P&gt;
&lt;P&gt;Now I can achieve the first goal, but I can't create a loop to write the list of tickets. Is it something doable?&lt;/P&gt;</description>
      <pubDate>Wed, 04 Sep 2024 12:34:27 GMT</pubDate>
      <guid>https://community.hubspot.com/t5/APIs-Integrations/UI-components-CrmAssociationTable/m-p/1036348#M76375</guid>
      <dc:creator>Pietro-Poli-</dc:creator>
      <dc:date>2024-09-04T12:34:27Z</dc:date>
    </item>
    <item>
      <title>Re: UI components  - CrmAssociationTable</title>
      <link>https://community.hubspot.com/t5/APIs-Integrations/UI-components-CrmAssociationTable/m-p/1036652#M76385</link>
      <description>&lt;P&gt;Hi,&amp;nbsp;&lt;a href="https://community.hubspot.com/t5/user/viewprofilepage/user-id/141065"&gt;@Pietro-Poli-&lt;/a&gt;&amp;nbsp;&lt;span class="lia-unicode-emoji" title=":waving_hand:"&gt;👋&lt;/span&gt; Thanks for your question. Let's invite some of our community experts to the conversation — hey&amp;nbsp;&lt;a href="https://community.hubspot.com/t5/user/viewprofilepage/user-id/17186"&gt;@Anton&lt;/a&gt;&amp;nbsp;&lt;a href="https://community.hubspot.com/t5/user/viewprofilepage/user-id/63499"&gt;@SteveHTM&lt;/a&gt;&amp;nbsp;&lt;a href="https://community.hubspot.com/t5/user/viewprofilepage/user-id/324811"&gt;@zach_threadint&lt;/a&gt;, do&amp;nbsp;you have any experience with the challenge&amp;nbsp;&lt;a href="https://community.hubspot.com/t5/user/viewprofilepage/user-id/141065"&gt;@Pietro-Poli-&lt;/a&gt;&amp;nbsp;is facing?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thank you very much for taking a look! — Jaycee&lt;/P&gt;</description>
      <pubDate>Wed, 04 Sep 2024 23:40:01 GMT</pubDate>
      <guid>https://community.hubspot.com/t5/APIs-Integrations/UI-components-CrmAssociationTable/m-p/1036652#M76385</guid>
      <dc:creator>Jaycee_Lewis</dc:creator>
      <dc:date>2024-09-04T23:40:01Z</dc:date>
    </item>
    <item>
      <title>Re: UI components  - CrmAssociationTable</title>
      <link>https://community.hubspot.com/t5/APIs-Integrations/UI-components-CrmAssociationTable/m-p/1039885#M76560</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.hubspot.com/t5/user/viewprofilepage/user-id/141065"&gt;@Pietro-Poli-&lt;/a&gt;&amp;nbsp;&lt;span class="lia-unicode-emoji" title=":waving_hand:"&gt;👋&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;As far as I can tell, you'll likely need to use a &lt;A href="https://developers.hubspot.com/docs/platform/serverless-functions" target="_blank" rel="noopener"&gt;serverless function&lt;/A&gt; to retrieve the required data and then use a combination of &lt;A href="https://developers.hubspot.com/docs/platform/ui-components" target="_blank" rel="noopener"&gt;UI Extension "Standard Components"&lt;/A&gt; to display that data. This is because I don't see a way to achieve this kind of nested association data structure using the "CRM data components".&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I hope that proves helpful. Please let me know if you have any follow-up questions.&lt;/P&gt;</description>
      <pubDate>Thu, 12 Sep 2024 07:05:54 GMT</pubDate>
      <guid>https://community.hubspot.com/t5/APIs-Integrations/UI-components-CrmAssociationTable/m-p/1039885#M76560</guid>
      <dc:creator>zach_threadint</dc:creator>
      <dc:date>2024-09-12T07:05:54Z</dc:date>
    </item>
    <item>
      <title>Re: UI components  - CrmAssociationTable</title>
      <link>https://community.hubspot.com/t5/APIs-Integrations/UI-components-CrmAssociationTable/m-p/1041380#M76628</link>
      <description>&lt;P&gt;Thanks&amp;nbsp;&lt;a href="https://community.hubspot.com/t5/user/viewprofilepage/user-id/324811"&gt;@zach_threadint&lt;/a&gt;&amp;nbsp;.&lt;BR /&gt;I've found this&amp;nbsp;&lt;A href="https://developers.hubspot.com/blog/hello-world-creating-your-first-react-graphql-custom-card-for-hubspots-crm#final-fetchassociatedshipments-js-file" target="_blank"&gt;https://developers.hubspot.com/blog/hello-world-creating-your-first-react-graphql-custom-card-for-hubspots-crm#final-fetchassociatedshipments-js-file&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;I think I'll start from there.&lt;/P&gt;</description>
      <pubDate>Mon, 16 Sep 2024 07:40:45 GMT</pubDate>
      <guid>https://community.hubspot.com/t5/APIs-Integrations/UI-components-CrmAssociationTable/m-p/1041380#M76628</guid>
      <dc:creator>Pietro-Poli-</dc:creator>
      <dc:date>2024-09-16T07:40:45Z</dc:date>
    </item>
    <item>
      <title>Re: UI components  - CrmAssociationTable</title>
      <link>https://community.hubspot.com/t5/APIs-Integrations/UI-components-CrmAssociationTable/m-p/1041840#M76652</link>
      <description>&lt;P&gt;Hi!&lt;BR /&gt;I'm working on this new Custom Card and I got this error when I do&amp;nbsp;&lt;STRONG&gt;hs project upload&lt;/STRONG&gt;&lt;BR /&gt;&lt;BR /&gt;× Failed to upload GruppiTicket_Vista project files to xxxx (xxxxx)&lt;BR /&gt;[ERROR] The post to 'project upload' in account xxxxx was bad. name is missing at /app&lt;BR /&gt;&lt;BR /&gt;What I'm missing?&lt;/P&gt;</description>
      <pubDate>Tue, 17 Sep 2024 06:05:08 GMT</pubDate>
      <guid>https://community.hubspot.com/t5/APIs-Integrations/UI-components-CrmAssociationTable/m-p/1041840#M76652</guid>
      <dc:creator>Pietro-Poli-</dc:creator>
      <dc:date>2024-09-17T06:05:08Z</dc:date>
    </item>
  </channel>
</rss>

