<?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: How can I control the display order of line items on a deal? in APIs &amp; Integrations</title>
    <link>https://community.hubspot.com/t5/APIs-Integrations/How-can-I-control-the-display-order-of-line-items-on-a-deal/m-p/342349#M33477</link>
    <description>&lt;P&gt;Hey&amp;nbsp;&lt;a href="https://community.hubspot.com/t5/user/viewprofilepage/user-id/109465"&gt;@mathcee&lt;/a&gt;,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;As mentioned on a similar dev forum thread:&amp;nbsp;&lt;A href="https://community.hubspot.com/t5/APIs-Integrations/How-to-get-the-value-of-the-order-the-line-items-appear-on-a/td-p/295815" target="_blank"&gt;HubSpot Community - How to get the value of the order the line items appear on a Hubspot deal?&lt;/A&gt;, I did the following test:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;EM&gt;On my end, I created a deal and added five products like this:&lt;/EM&gt;&lt;/P&gt;
&lt;P&gt;&lt;EM&gt;This is product one&lt;/EM&gt;&lt;/P&gt;
&lt;P&gt;&lt;EM&gt;This is product two&lt;/EM&gt;&lt;/P&gt;
&lt;P&gt;&lt;EM&gt;This is product three&lt;/EM&gt;&lt;/P&gt;
&lt;P&gt;&lt;EM&gt;This is product four&lt;/EM&gt;&lt;/P&gt;
&lt;P&gt;&lt;EM&gt;This is product five&lt;/EM&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;EM&gt;Next, I used this endpoint:&amp;nbsp;&lt;A href="https://developers.hubspot.com/docs/methods/crm-associations/get-associations" target="_blank" rel="nofollow noopener noreferrer"&gt;Get associations for CRM object&lt;/A&gt;&amp;nbsp;and I was return the following results:&lt;/EM&gt;&lt;/P&gt;
&lt;P&gt;&lt;EM&gt;240363021 (the line item id)&amp;nbsp;&lt;/EM&gt;&lt;/P&gt;
&lt;P&gt;&lt;EM&gt;240363022 (the line item id)&amp;nbsp;&lt;/EM&gt;&lt;/P&gt;
&lt;P&gt;&lt;EM&gt;240363024 (the line item id)&amp;nbsp;&lt;/EM&gt;&lt;/P&gt;
&lt;P&gt;&lt;EM&gt;240363025 (the line item id)&amp;nbsp;&lt;/EM&gt;&lt;/P&gt;
&lt;P&gt;&lt;EM&gt;240363026&amp;nbsp;&amp;nbsp;(the line item id)&amp;nbsp;&lt;/EM&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;Plucking in those line item id into this endpoint:&amp;nbsp;&lt;A href="https://developers.hubspot.com/docs/methods/line-items/get_line_item_by_id" target="_blank" rel="nofollow noopener noreferrer"&gt;Get line item by ID&lt;/A&gt;, I was able to see that the results of the product in the line items is showing the same as what I'm seeing on the UI.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;Are you seeing mismatch of display order between the UI and the endpoint? Could you share with me, your portal ID, an example deal and the steps you took? &lt;/SPAN&gt;&lt;/P&gt;</description>
    <pubDate>Thu, 28 May 2020 06:24:02 GMT</pubDate>
    <dc:creator>WendyGoh</dc:creator>
    <dc:date>2020-05-28T06:24:02Z</dc:date>
    <item>
      <title>How can I control the display order of line items on a deal?</title>
      <link>https://community.hubspot.com/t5/APIs-Integrations/How-can-I-control-the-display-order-of-line-items-on-a-deal/m-p/341968#M33422</link>
      <description>&lt;P&gt;I'm having trouble keeping the line items ordered on deals.&lt;BR /&gt;&lt;BR /&gt;Some of our deals have such a large number of line items that we'd like to keep them ordered in a way as to help our users. Originally I thought that If I controlled the association time I'd be able to associate them in the order desired and solve the problem this way, but even creating them in the order I want, with intervals of several second just to be sure they aren't getting associated out of turn, I still didn't get the result I want.&lt;BR /&gt;&lt;BR /&gt;Anyone knows how to handle this? I can't find anything like display_order for the line items.&lt;/P&gt;</description>
      <pubDate>Tue, 26 May 2020 21:52:09 GMT</pubDate>
      <guid>https://community.hubspot.com/t5/APIs-Integrations/How-can-I-control-the-display-order-of-line-items-on-a-deal/m-p/341968#M33422</guid>
      <dc:creator>mathcee</dc:creator>
      <dc:date>2020-05-26T21:52:09Z</dc:date>
    </item>
    <item>
      <title>Re: How can I control the display order of line items on a deal?</title>
      <link>https://community.hubspot.com/t5/APIs-Integrations/How-can-I-control-the-display-order-of-line-items-on-a-deal/m-p/342349#M33477</link>
      <description>&lt;P&gt;Hey&amp;nbsp;&lt;a href="https://community.hubspot.com/t5/user/viewprofilepage/user-id/109465"&gt;@mathcee&lt;/a&gt;,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;As mentioned on a similar dev forum thread:&amp;nbsp;&lt;A href="https://community.hubspot.com/t5/APIs-Integrations/How-to-get-the-value-of-the-order-the-line-items-appear-on-a/td-p/295815" target="_blank"&gt;HubSpot Community - How to get the value of the order the line items appear on a Hubspot deal?&lt;/A&gt;, I did the following test:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;EM&gt;On my end, I created a deal and added five products like this:&lt;/EM&gt;&lt;/P&gt;
&lt;P&gt;&lt;EM&gt;This is product one&lt;/EM&gt;&lt;/P&gt;
&lt;P&gt;&lt;EM&gt;This is product two&lt;/EM&gt;&lt;/P&gt;
&lt;P&gt;&lt;EM&gt;This is product three&lt;/EM&gt;&lt;/P&gt;
&lt;P&gt;&lt;EM&gt;This is product four&lt;/EM&gt;&lt;/P&gt;
&lt;P&gt;&lt;EM&gt;This is product five&lt;/EM&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;EM&gt;Next, I used this endpoint:&amp;nbsp;&lt;A href="https://developers.hubspot.com/docs/methods/crm-associations/get-associations" target="_blank" rel="nofollow noopener noreferrer"&gt;Get associations for CRM object&lt;/A&gt;&amp;nbsp;and I was return the following results:&lt;/EM&gt;&lt;/P&gt;
&lt;P&gt;&lt;EM&gt;240363021 (the line item id)&amp;nbsp;&lt;/EM&gt;&lt;/P&gt;
&lt;P&gt;&lt;EM&gt;240363022 (the line item id)&amp;nbsp;&lt;/EM&gt;&lt;/P&gt;
&lt;P&gt;&lt;EM&gt;240363024 (the line item id)&amp;nbsp;&lt;/EM&gt;&lt;/P&gt;
&lt;P&gt;&lt;EM&gt;240363025 (the line item id)&amp;nbsp;&lt;/EM&gt;&lt;/P&gt;
&lt;P&gt;&lt;EM&gt;240363026&amp;nbsp;&amp;nbsp;(the line item id)&amp;nbsp;&lt;/EM&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;Plucking in those line item id into this endpoint:&amp;nbsp;&lt;A href="https://developers.hubspot.com/docs/methods/line-items/get_line_item_by_id" target="_blank" rel="nofollow noopener noreferrer"&gt;Get line item by ID&lt;/A&gt;, I was able to see that the results of the product in the line items is showing the same as what I'm seeing on the UI.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;Are you seeing mismatch of display order between the UI and the endpoint? Could you share with me, your portal ID, an example deal and the steps you took? &lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 28 May 2020 06:24:02 GMT</pubDate>
      <guid>https://community.hubspot.com/t5/APIs-Integrations/How-can-I-control-the-display-order-of-line-items-on-a-deal/m-p/342349#M33477</guid>
      <dc:creator>WendyGoh</dc:creator>
      <dc:date>2020-05-28T06:24:02Z</dc:date>
    </item>
    <item>
      <title>Re: How can I control the display order of line items on a deal?</title>
      <link>https://community.hubspot.com/t5/APIs-Integrations/How-can-I-control-the-display-order-of-line-items-on-a-deal/m-p/344540#M33766</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.hubspot.com/t5/user/viewprofilepage/user-id/66274"&gt;@WendyGoh&lt;/a&gt;&amp;nbsp;&lt;BR /&gt;My Portal ID:&amp;nbsp;3957645&lt;BR /&gt;&lt;BR /&gt;My problem is slightly different.&lt;BR /&gt;&lt;BR /&gt;I'm creating the line items via API, and it doesn't seem to matter how much I space the craetion requests, the line item ids will not be necessarily sequential.&lt;BR /&gt;&lt;BR /&gt;Take the test deal&amp;nbsp;2268144437.&lt;BR /&gt;&lt;BR /&gt;I created the line items, always waiting the succesful creation of one before creating the next. The Line item Ids I got came, however, in the following order:&lt;BR /&gt;&lt;BR /&gt;&lt;STRONG&gt;1.&lt;/STRONG&gt;&amp;nbsp;&lt;STRONG&gt;672623385&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG&gt;2.&lt;/STRONG&gt; &lt;STRONG&gt;672540074&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG&gt;3.&lt;/STRONG&gt; &lt;STRONG&gt;672539821&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG&gt;4.&lt;/STRONG&gt; &lt;STRONG&gt;672542963&lt;BR /&gt;&lt;/STRONG&gt;&lt;STRONG&gt;5&lt;/STRONG&gt;. &lt;STRONG&gt;672623389&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG&gt;6.&lt;/STRONG&gt; &lt;STRONG&gt;672612210&lt;/STRONG&gt;&amp;nbsp;&lt;BR /&gt;&lt;STRONG&gt;7.&lt;/STRONG&gt; &lt;STRONG&gt;672614608&lt;BR /&gt;&lt;/STRONG&gt;&lt;STRONG&gt;8.&lt;/STRONG&gt; &lt;STRONG&gt;672551442&lt;/STRONG&gt;&lt;BR /&gt;&lt;BR /&gt;As you can see the IDs for the created line items are not exactly sequential, so, even though I can control the creation order I fail to control the display order. Can you help me with this?&lt;/P&gt;</description>
      <pubDate>Fri, 05 Jun 2020 09:18:30 GMT</pubDate>
      <guid>https://community.hubspot.com/t5/APIs-Integrations/How-can-I-control-the-display-order-of-line-items-on-a-deal/m-p/344540#M33766</guid>
      <dc:creator>mathcee</dc:creator>
      <dc:date>2020-06-05T09:18:30Z</dc:date>
    </item>
    <item>
      <title>Re: How can I control the display order of line items on a deal?</title>
      <link>https://community.hubspot.com/t5/APIs-Integrations/How-can-I-control-the-display-order-of-line-items-on-a-deal/m-p/401709#M39745</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.hubspot.com/t5/user/viewprofilepage/user-id/66274"&gt;@WendyGoh&lt;/a&gt;&amp;nbsp;and&amp;nbsp;&lt;a href="https://community.hubspot.com/t5/user/viewprofilepage/user-id/109465"&gt;@mathcee&lt;/a&gt;&amp;nbsp;I'm also facing a similar issue, however I am not creating line items through the API.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Line items can be re-ordered in the UI, by clicking and dragging a line item to a different place in the ordering. I'd like to have a way to determine what the display order is, because changing the display order does not change the order in which the results are returned from the&amp;nbsp;&lt;EM&gt;&lt;A href="https://developers.hubspot.com/docs/methods/crm-associations/get-associations" target="_blank" rel="nofollow noopener noreferrer noopener noreferrer"&gt;Get associations for CRM object&lt;/A&gt;&amp;nbsp;API.&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;Is there any way to do this?&lt;/EM&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 21 Jan 2021 02:12:26 GMT</pubDate>
      <guid>https://community.hubspot.com/t5/APIs-Integrations/How-can-I-control-the-display-order-of-line-items-on-a-deal/m-p/401709#M39745</guid>
      <dc:creator>vishesh</dc:creator>
      <dc:date>2021-01-21T02:12:26Z</dc:date>
    </item>
    <item>
      <title>Re: How can I control the display order of line items on a deal?</title>
      <link>https://community.hubspot.com/t5/APIs-Integrations/How-can-I-control-the-display-order-of-line-items-on-a-deal/m-p/438616#M43428</link>
      <description>&lt;P&gt;&lt;a href="https://community.hubspot.com/t5/user/viewprofilepage/user-id/17737"&gt;@vishesh&lt;/a&gt;&amp;nbsp;any luck figuring this out?&lt;/P&gt;</description>
      <pubDate>Tue, 18 May 2021 13:33:44 GMT</pubDate>
      <guid>https://community.hubspot.com/t5/APIs-Integrations/How-can-I-control-the-display-order-of-line-items-on-a-deal/m-p/438616#M43428</guid>
      <dc:creator>abrow</dc:creator>
      <dc:date>2021-05-18T13:33:44Z</dc:date>
    </item>
    <item>
      <title>Re: How can I control the display order of line items on a deal?</title>
      <link>https://community.hubspot.com/t5/APIs-Integrations/How-can-I-control-the-display-order-of-line-items-on-a-deal/m-p/488276#M46393</link>
      <description>&lt;P&gt;Also having trouble with this, did we get a solution in the end?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 31 Aug 2021 23:52:08 GMT</pubDate>
      <guid>https://community.hubspot.com/t5/APIs-Integrations/How-can-I-control-the-display-order-of-line-items-on-a-deal/m-p/488276#M46393</guid>
      <dc:creator>JOakley</dc:creator>
      <dc:date>2021-08-31T23:52:08Z</dc:date>
    </item>
    <item>
      <title>Re: How can I control the display order of line items on a deal?</title>
      <link>https://community.hubspot.com/t5/APIs-Integrations/How-can-I-control-the-display-order-of-line-items-on-a-deal/m-p/500915#M47162</link>
      <description>&lt;P&gt;I'm still waiting for a reply on this&amp;nbsp;&lt;a href="https://community.hubspot.com/t5/user/viewprofilepage/user-id/149835"&gt;@abrow&lt;/a&gt;&amp;nbsp;and&amp;nbsp;&lt;a href="https://community.hubspot.com/t5/user/viewprofilepage/user-id/171162"&gt;@JOakley&lt;/a&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 27 Sep 2021 02:39:03 GMT</pubDate>
      <guid>https://community.hubspot.com/t5/APIs-Integrations/How-can-I-control-the-display-order-of-line-items-on-a-deal/m-p/500915#M47162</guid>
      <dc:creator>vishesh</dc:creator>
      <dc:date>2021-09-27T02:39:03Z</dc:date>
    </item>
    <item>
      <title>Re: How can I control the display order of line items on a deal?</title>
      <link>https://community.hubspot.com/t5/APIs-Integrations/How-can-I-control-the-display-order-of-line-items-on-a-deal/m-p/509106#M47644</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.hubspot.com/t5/user/viewprofilepage/user-id/66274"&gt;@WendyGoh&lt;/a&gt;&amp;nbsp;, Do you have any suggestions for this? We create deals and line items through API and need to reorganize 5 line items in thousands of deals before we continue the process. This is time-consuming. We can't figure out what defines the line item ID sequence and it seems just random.&amp;nbsp; It should be possible to make a prioritization upon a product ID.&amp;nbsp;&lt;a href="https://community.hubspot.com/t5/user/viewprofilepage/user-id/11411"&gt;@Thomastechweb&lt;/a&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 12 Oct 2021 11:00:16 GMT</pubDate>
      <guid>https://community.hubspot.com/t5/APIs-Integrations/How-can-I-control-the-display-order-of-line-items-on-a-deal/m-p/509106#M47644</guid>
      <dc:creator>Harald_Harstad</dc:creator>
      <dc:date>2021-10-12T11:00:16Z</dc:date>
    </item>
    <item>
      <title>Re: How can I control the display order of line items on a deal?</title>
      <link>https://community.hubspot.com/t5/APIs-Integrations/How-can-I-control-the-display-order-of-line-items-on-a-deal/m-p/757106#M61504</link>
      <description>&lt;P&gt;I added a solution to order line items via the API on this post:&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.hubspot.com/t5/APIs-Integrations/displayOrder-API-Change-display-order-of-products-line-items/m-p/757102/highlight/true#M61503" target="_blank"&gt;https://community.hubspot.com/t5/APIs-Integrations/displayOrder-API-Change-display-order-of-products-line-items/m-p/757102/highlight/true#M61503&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 16 Feb 2023 09:16:26 GMT</pubDate>
      <guid>https://community.hubspot.com/t5/APIs-Integrations/How-can-I-control-the-display-order-of-line-items-on-a-deal/m-p/757106#M61504</guid>
      <dc:creator>AKatzian</dc:creator>
      <dc:date>2023-02-16T09:16:26Z</dc:date>
    </item>
    <item>
      <title>Re: How can I control the display order of line items on a deal?</title>
      <link>https://community.hubspot.com/t5/APIs-Integrations/How-can-I-control-the-display-order-of-line-items-on-a-deal/m-p/856169#M67774</link>
      <description>&lt;P&gt;&lt;SPAN&gt;Hi Everyone,&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;I work for a HubSpot Diamond Partner. We have developed an app for the marketplace that aims to solve the issue of displaying associated line items. Currently, line items associated with deals remain hidden in other relevant objects. This app bridges the gap by introducing CRM cards that unveil line item lists within associated objects.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;We are seeking beta testers who can try our app at no cost, provide valuable feedback, and assist us in enhancing the product's overall usability.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;&lt;span class="lia-unicode-emoji" title=":backhand_index_pointing_right:"&gt;👉&lt;/span&gt; Join the Beta Test -&amp;gt; &lt;/SPAN&gt;&lt;A href="https://cdn.apps.exelab.com/2123298/consent" target="_blank"&gt;&lt;SPAN&gt;Installation link&lt;/SPAN&gt;&lt;/A&gt;&lt;SPAN&gt; &lt;span class="lia-unicode-emoji" title=":link:"&gt;🔗&lt;/span&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;&lt;span class="lia-unicode-emoji" title=":backhand_index_pointing_right:"&gt;👉&lt;/span&gt; &lt;/SPAN&gt;&lt;I&gt;&lt;SPAN&gt;How it works&lt;/SPAN&gt;&lt;/I&gt;&lt;SPAN&gt; document -&amp;gt; &lt;/SPAN&gt;&lt;A href="https://exelab.com/hubfs/Apps%20Exelab/Show%20Line%20Items%20Association/Show%20Line%20Items%20Association%20-%20How%20it%20works.pdf" target="_blank"&gt;&lt;SPAN&gt;PDF&lt;/SPAN&gt;&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;While you're here, don't forget to check out &lt;/SPAN&gt;&lt;A href="https://ecosystem.hubspot.com/marketplace/apps/all-categories?eco_search=Exelab" target="_blank"&gt;&lt;SPAN&gt;our other apps&lt;/SPAN&gt;&lt;/A&gt;&lt;SPAN&gt; in the HubSpot Marketplace for more helpful solutions!&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;Cheers!&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 10 Oct 2023 08:44:32 GMT</pubDate>
      <guid>https://community.hubspot.com/t5/APIs-Integrations/How-can-I-control-the-display-order-of-line-items-on-a-deal/m-p/856169#M67774</guid>
      <dc:creator>Franci</dc:creator>
      <dc:date>2023-10-10T08:44:32Z</dc:date>
    </item>
    <item>
      <title>Re: How can I control the display order of line items on a deal?</title>
      <link>https://community.hubspot.com/t5/APIs-Integrations/How-can-I-control-the-display-order-of-line-items-on-a-deal/m-p/994863#M74449</link>
      <description>&lt;P&gt;An answer has been found for this as explained in this&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;A href="https://community.hubspot.com/t5/APIs-Integrations/displayOrder-API-Change-display-order-of-products-line-items/td-p/493859" target="_blank" rel="noopener"&gt;thread&lt;/A&gt;:&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Basically there is a hubspot property for the order:&amp;nbsp;&lt;/P&gt;
&lt;PRE class=""&gt;&lt;CODE&gt;hs_position_on_quote&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Thu, 20 Jun 2024 09:05:04 GMT</pubDate>
      <guid>https://community.hubspot.com/t5/APIs-Integrations/How-can-I-control-the-display-order-of-line-items-on-a-deal/m-p/994863#M74449</guid>
      <dc:creator>DaveParry</dc:creator>
      <dc:date>2024-06-20T09:05:04Z</dc:date>
    </item>
    <item>
      <title>Re: How can I control the display order of line items on a deal?</title>
      <link>https://community.hubspot.com/t5/APIs-Integrations/How-can-I-control-the-display-order-of-line-items-on-a-deal/m-p/1092147#M79384</link>
      <description>&lt;P&gt;Hello,&amp;nbsp;&lt;/P&gt;&lt;P&gt;Has that app been released?&lt;/P&gt;&lt;P&gt;Thank you.&lt;/P&gt;</description>
      <pubDate>Thu, 09 Jan 2025 21:50:28 GMT</pubDate>
      <guid>https://community.hubspot.com/t5/APIs-Integrations/How-can-I-control-the-display-order-of-line-items-on-a-deal/m-p/1092147#M79384</guid>
      <dc:creator>JWan1</dc:creator>
      <dc:date>2025-01-09T21:50:28Z</dc:date>
    </item>
    <item>
      <title>Re: How can I control the display order of line items on a deal?</title>
      <link>https://community.hubspot.com/t5/APIs-Integrations/How-can-I-control-the-display-order-of-line-items-on-a-deal/m-p/1092149#M79386</link>
      <description>&lt;P&gt;I'm with you on this. When we create a quote, the various line items have to display in a certain order. (For example, Product #1 always displays as the first line item, Product #2 always displays second, etc.). Because our quotes have 20-30 line items, it's time consuming to click and drag them all every time we create a quote. We'd like most of our line items to default to a specific order and then we can manually drag and drop the rest.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I'd like to find a way to do this that doesn't involve APIs since I'm not very tech savvy.&lt;/P&gt;</description>
      <pubDate>Thu, 09 Jan 2025 21:55:02 GMT</pubDate>
      <guid>https://community.hubspot.com/t5/APIs-Integrations/How-can-I-control-the-display-order-of-line-items-on-a-deal/m-p/1092149#M79386</guid>
      <dc:creator>JWan1</dc:creator>
      <dc:date>2025-01-09T21:55:02Z</dc:date>
    </item>
  </channel>
</rss>

