for `manifest.xml` on SuiteApp projecttype, it loo...
# sdf
d
for
manifest.xml
on SuiteApp projecttype, it looks you cannot simply have <*objects*> in dependencies and need to specify either applications or bundles. This worked fine in manifest doing something like:
Copy code
<bundles>
  <bundle id="###1|###2">
  	<objects>
      <object>customrecord_$$$$</object>
    </objects>
  </bundle>
</bundles>
but when we have multiple bundle ids that we are accounting for deploying against, what is the proper syntax when then referencing the customrecord on other sdf xml objects? trying several variations on
<selectrecordtype>[bundleid=####, scriptid=customrecord_$$$$]</selectrecordtype>
to include both bundleIds has not worked for me.