has anybody had an issue with adding fields and a ...
# sdf
m
has anybody had an issue with adding fields and a new subtab on a custom record that throws an error saying the subtab doesn't exist? it's only on an install base that had a preexisting install
t
is it a suiteapp or an account customization?
m
suiteapp
t
does it have the app id attached?
sometimes I see errors like that when the app id isn't configured everywhere
m
yes. I pull the record directly from netsuite. If i install the field without the subtab and then do a second install with the subtab on the field it works fine or if it's a new install, it is fine. it's only an update where the subtab doesn't yet exist yet
Copy code
<subtabs>
    <subtab scriptid="tab_353_t2034515_572">
      <tabparent></tabparent>
      <tabtitle>Flux Analysis Rules</tabtitle>
    </subtab>
</subtabs>
<customrecordcustomfields>
    <customrecordcustomfield scriptid="custrecord_nact_recon_fluxfreq">
      <accesslevel>2</accesslevel>
      <allowquickadd>F</allowquickadd>
      <applyformatting>F</applyformatting>
      <checkspelling>F</checkspelling>
      <defaultchecked>F</defaultchecked>
      <defaultselection></defaultselection>
      <defaultvalue></defaultvalue>
      <description></description>
      <displayheight></displayheight>
      <displaytype>NORMAL</displaytype>
      <displaywidth></displaywidth>
      <dynamicdefault></dynamicdefault>
      <encryptatrest>F</encryptatrest>
      <fieldtype>SELECT</fieldtype>
      <globalsearch>F</globalsearch>
      <help></help>
      <isformula>F</isformula>
      <ismandatory>F</ismandatory>
      <isparent>F</isparent>
      <label>Flux Frequency</label>
      <linktext></linktext>
      <maxlength></maxlength>
      <maxvalue></maxvalue>
      <minvalue></minvalue>
      <onparentdelete>NO_ACTION</onparentdelete>
      <parentsubtab></parentsubtab>
      <rolerestrict>F</rolerestrict>
      <searchcomparefield></searchcomparefield>
      <searchdefault></searchdefault>
      <searchlevel>2</searchlevel>
      <selectrecordtype>[scriptid=customlist_nact_reconciliations_freque]</selectrecordtype>
      <showinlist>F</showinlist>
      <sourcefilterby></sourcefilterby>
      <sourcefrom></sourcefrom>
      <sourcelist></sourcelist>
      <storevalue>T</storevalue>
      <subtab>[scriptid=customrecord_nact_recon_rules.tab_353_t2034515_572]</subtab>
    </customrecordcustomfield>
</customrecordcustomfields>
Snippet out of the custom record xml
t
Hmmm, i'm not sure then. That is very odd