<?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: Validation changes to company property - Industry in Developer Announcements</title>
    <link>https://community.hubspot.com/t5/Developer-Announcements/Validation-changes-to-company-property-Industry/m-p/829100#M483</link>
    <description>&lt;P&gt;Hi, to be obsolutely clear, are you saying that this is now case sensitive?&amp;nbsp; Eg: "Accounting" in external data will not match "ACCOUNTING" in the Hubspot company property?&lt;/P&gt;</description>
    <pubDate>Thu, 03 Aug 2023 08:15:43 GMT</pubDate>
    <dc:creator>staffcircle</dc:creator>
    <dc:date>2023-08-03T08:15:43Z</dc:date>
    <item>
      <title>Validation changes to company property - Industry</title>
      <link>https://community.hubspot.com/t5/Developer-Announcements/Validation-changes-to-company-property-Industry/m-p/780561#M434</link>
      <description>&lt;P&gt;Beginning on&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;STRONG&gt;July 14th&lt;/STRONG&gt;, the&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;CODE&gt;industry&lt;/CODE&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;property on company records will begin correctly validating values when company records are created and updated.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;H3&gt;What's changing?&lt;/H3&gt;
&lt;P&gt;While the property type is&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;CODE&gt;enumeration&lt;/CODE&gt;, the property is not being validated against the options set up for the property, so it is effectively being treated as a string. We'll be making an update that will validate the Industry property like any other&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;CODE&gt;enumeration&lt;/CODE&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;property.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;After this update, any updates to the industry property (including setting the property when creating a new company record) will be required to exactly match one of the options set in the property settings, or the operation will fail and return an error with&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;CODE&gt;"category": "VALIDATION_ERROR"&lt;/CODE&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;in the response. Values with extra whitespace around the value will not be counted as an exact match.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;For example, for the option with the value&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;CODE&gt;ACCOUNTING&lt;/CODE&gt;, the following will be invalid:&lt;/P&gt;
&lt;UL&gt;
&lt;LI aria-level="1"&gt;&lt;CODE&gt;" ACCOUNTING"&lt;/CODE&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;(with a space at the front)&lt;/LI&gt;
&lt;LI aria-level="1"&gt;&lt;CODE&gt;"ACCOUNTING "&lt;/CODE&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;(with a space at the end)&lt;/LI&gt;
&lt;LI aria-level="1"&gt;&lt;CODE&gt;"Accounting"&lt;/CODE&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;(values must exactly match the `value` of the option, not the `label`)&lt;/LI&gt;
&lt;/UL&gt;
&lt;P&gt;While the default options for the property use all capital letters for the option&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;CODE&gt;value&lt;/CODE&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;(e.g.&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;CODE&gt;"ACCOUNTING"&lt;/CODE&gt;,&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;CODE&gt;"ANIMATION"&lt;/CODE&gt;,&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;CODE&gt;"APPAREL_FASHION"&lt;/CODE&gt;), the property can be edited by HubSpot users or integrations, so there may be custom options with mixed capitalization.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;H3&gt;When is this happening?&lt;/H3&gt;
&lt;P&gt;The increased validation will go into effect on&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;STRONG&gt;July 14th, 2023&lt;/STRONG&gt;. After that, any updates made using the API to the Industry property that do not pass the validation check will fail and a property validation error will be returned.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Please let us know if you have any questions by replying below.&lt;/P&gt;</description>
      <pubDate>Tue, 11 Apr 2023 20:12:06 GMT</pubDate>
      <guid>https://community.hubspot.com/t5/Developer-Announcements/Validation-changes-to-company-property-Industry/m-p/780561#M434</guid>
      <dc:creator>Dadams</dc:creator>
      <dc:date>2023-04-11T20:12:06Z</dc:date>
    </item>
    <item>
      <title>Re: Validation changes to company property - Industry</title>
      <link>https://community.hubspot.com/t5/Developer-Announcements/Validation-changes-to-company-property-Industry/m-p/814264#M468</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.hubspot.com/t5/user/viewprofilepage/user-id/39"&gt;@Dadams&lt;/a&gt;&amp;nbsp;posting here on behalf of a customer. We have very little information about this change's impacts internally so I'm hoping we can get some clarification here:&lt;BR /&gt;&lt;BR /&gt;"For clarification, it looks like this documentation is saying this change is only taking place on the COMPANY record. I see you also said it's not updating the 'default industry field'. Would it be possible to send me a link to the exact fields in the HubSpot that will be impacted?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;For background, we don't enrich using the native ZI - HS integration but we do use Form Complete which would push in to HS."&lt;BR /&gt;&lt;BR /&gt;Can you let us know if this would have any impact on the industry filed in the contact records and for people using&amp;nbsp;Form Complete to push data into HubSpot?&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;Thank you in advance!&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 30 Jun 2023 14:35:27 GMT</pubDate>
      <guid>https://community.hubspot.com/t5/Developer-Announcements/Validation-changes-to-company-property-Industry/m-p/814264#M468</guid>
      <dc:creator>GZani</dc:creator>
      <dc:date>2023-06-30T14:35:27Z</dc:date>
    </item>
    <item>
      <title>Re: Validation changes to company property - Industry</title>
      <link>https://community.hubspot.com/t5/Developer-Announcements/Validation-changes-to-company-property-Industry/m-p/829100#M483</link>
      <description>&lt;P&gt;Hi, to be obsolutely clear, are you saying that this is now case sensitive?&amp;nbsp; Eg: "Accounting" in external data will not match "ACCOUNTING" in the Hubspot company property?&lt;/P&gt;</description>
      <pubDate>Thu, 03 Aug 2023 08:15:43 GMT</pubDate>
      <guid>https://community.hubspot.com/t5/Developer-Announcements/Validation-changes-to-company-property-Industry/m-p/829100#M483</guid>
      <dc:creator>staffcircle</dc:creator>
      <dc:date>2023-08-03T08:15:43Z</dc:date>
    </item>
  </channel>
</rss>

