Hi All, facing an issue while adding a tab (contai...
# sdf
s
Hi All, facing an issue while adding a tab (containing list of transactions) to a custom record in NetSuite using SuiteApp eclipse setup: In my custom record’s definition, added a new subtab Deposits:
Copy code
<subtabs>
   <subtab scriptid="tab_224_t841073_temp">
    <tabparent></tabparent>
    <tabtitle>Deposits</tabtitle>
   </subtab>
  </subtabs>
And in the custom field that I’m trying to mark as isparentT/isparent, I’m setting the parentsubtab[scriptid=myscriptID. _tab_224_t841073_temp_]/parentsubtab But I keep getting an error: The [scriptid=<>.tab_224_t841073_temp] object referenced by the parentsubtab field is missing. I’m not sure what I’m missing here.  These are the 2 xml files concerned. custbody_celigo_payout.xml is the field that is marked as isparentT/isparent and customrecord_celigo_payout.xml where I’ve added a new tab.