<?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: Autopopulate Tax field on Quote in CMS Development</title>
    <link>https://community.hubspot.com/t5/CMS-Development/Autopopulate-Tax-field-on-Quote/m-p/824009#M35115</link>
    <description>&lt;P&gt;Hey&amp;nbsp;&lt;a href="https://community.hubspot.com/t5/user/viewprofilepage/user-id/593406"&gt;@SDev1&lt;/a&gt;,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Happy to stand corrected on this! but I don't believe what you are trying to do is possible given the capabilities of the APIs we have available to us today. The reason being is that there are a number of additional objects associated to Quotes which aren't publicly accessible via the API and we cannot read nor write to them.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;These objects hold information for the various additional fees (Tax, Discounts and One time fees) you'd add to the quote. Basically what you see here from within the UI:&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 2023-07-24 at 14.25.05.png" style="width: 474px;"&gt;&lt;img src="https://community.hubspot.com/t5/image/serverpage/image-id/95297iF469D5FDB3CF6035/image-dimensions/474x161?v=v2" width="474" height="161" role="button" title="Screenshot 2023-07-24 at 14.25.05.png" alt="Screenshot 2023-07-24 at 14.25.05.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt; &lt;/P&gt;
&lt;P&gt;Opening up the network tab in chrome we can look at the raw data and you'll see the below. It appears that objectTypeId "0-84" relates to "Discounts". "0-85" relates to "One time fees" and "0-86" relates to "Taxes". All of which aren't accessible via API.&amp;nbsp;&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 2023-07-24 at 14.30.39.png" style="width: 400px;"&gt;&lt;img src="https://community.hubspot.com/t5/image/serverpage/image-id/95298iB29991107E25E934/image-size/medium?v=v2&amp;amp;px=400" role="button" title="Screenshot 2023-07-24 at 14.30.39.png" alt="Screenshot 2023-07-24 at 14.30.39.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I don't work at HubSpot so can't speak as to whether or not they will eventually support this. From experience they have been very open to feedback in terms of improving the APIs and underlying data model in the CRM.&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Mon, 24 Jul 2023 13:32:57 GMT</pubDate>
    <dc:creator>coldrickjack</dc:creator>
    <dc:date>2023-07-24T13:32:57Z</dc:date>
    <item>
      <title>Autopopulate Tax field on Quote</title>
      <link>https://community.hubspot.com/t5/CMS-Development/Autopopulate-Tax-field-on-Quote/m-p/823978#M35112</link>
      <description>&lt;P&gt;I have a custom property of &lt;STRONG&gt;tax&lt;/STRONG&gt; on the Deal object and I want to copy that tax field to Quote object's&amp;nbsp;&lt;STRONG&gt;Tax&amp;nbsp;&lt;/STRONG&gt;property. Is this possible by using a custom code in the workflow?&lt;/P&gt;</description>
      <pubDate>Mon, 24 Jul 2023 13:01:26 GMT</pubDate>
      <guid>https://community.hubspot.com/t5/CMS-Development/Autopopulate-Tax-field-on-Quote/m-p/823978#M35112</guid>
      <dc:creator>SDev1</dc:creator>
      <dc:date>2023-07-24T13:01:26Z</dc:date>
    </item>
    <item>
      <title>Re: Autopopulate Tax field on Quote</title>
      <link>https://community.hubspot.com/t5/CMS-Development/Autopopulate-Tax-field-on-Quote/m-p/824009#M35115</link>
      <description>&lt;P&gt;Hey&amp;nbsp;&lt;a href="https://community.hubspot.com/t5/user/viewprofilepage/user-id/593406"&gt;@SDev1&lt;/a&gt;,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Happy to stand corrected on this! but I don't believe what you are trying to do is possible given the capabilities of the APIs we have available to us today. The reason being is that there are a number of additional objects associated to Quotes which aren't publicly accessible via the API and we cannot read nor write to them.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;These objects hold information for the various additional fees (Tax, Discounts and One time fees) you'd add to the quote. Basically what you see here from within the UI:&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 2023-07-24 at 14.25.05.png" style="width: 474px;"&gt;&lt;img src="https://community.hubspot.com/t5/image/serverpage/image-id/95297iF469D5FDB3CF6035/image-dimensions/474x161?v=v2" width="474" height="161" role="button" title="Screenshot 2023-07-24 at 14.25.05.png" alt="Screenshot 2023-07-24 at 14.25.05.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt; &lt;/P&gt;
&lt;P&gt;Opening up the network tab in chrome we can look at the raw data and you'll see the below. It appears that objectTypeId "0-84" relates to "Discounts". "0-85" relates to "One time fees" and "0-86" relates to "Taxes". All of which aren't accessible via API.&amp;nbsp;&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 2023-07-24 at 14.30.39.png" style="width: 400px;"&gt;&lt;img src="https://community.hubspot.com/t5/image/serverpage/image-id/95298iB29991107E25E934/image-size/medium?v=v2&amp;amp;px=400" role="button" title="Screenshot 2023-07-24 at 14.30.39.png" alt="Screenshot 2023-07-24 at 14.30.39.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I don't work at HubSpot so can't speak as to whether or not they will eventually support this. From experience they have been very open to feedback in terms of improving the APIs and underlying data model in the CRM.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 24 Jul 2023 13:32:57 GMT</pubDate>
      <guid>https://community.hubspot.com/t5/CMS-Development/Autopopulate-Tax-field-on-Quote/m-p/824009#M35115</guid>
      <dc:creator>coldrickjack</dc:creator>
      <dc:date>2023-07-24T13:32:57Z</dc:date>
    </item>
  </channel>
</rss>

