Has anybody had issues deploying a record with a sublist that has a search associated to it? The search is included in the sdf project but it can't find it or it's going in the wrong order. I'm using webstorm and importing via webstorm and then deploying via suiteapp
* ERROR
*
An error occurred during custom object update.
Details: The script id '[scriptid=customsearch_nact_recon_item_on_recon]' referenced by object field 'recordsearch' could not be resolved.
File: ~/Objects/customrecord_nact_recon.xml
Object: customrecord_nact_recon (customrecordtype)
2021-11-29 11
5842 (PST) Installation FAILED (1 minute 25 seconds)
snippet from custom record xml
<recordsublist scriptid="sublist_288_t2205184_770">
<recorddescr>Grouped Reconciliation Items</recorddescr>
<recordfield></recordfield>
<recordsearch>[scriptid=customsearch_nact_recon_item_on_recon]</recordsearch>
<recordtab>[scriptid=customrecord_nact_recon.tab_333_t2205184_431]</recordtab>
</recordsublist>