GrayLeopard
06/25/2021, 4:58 PMDetails: The object reference [scriptid=custrecord_scm_enable_cpn_on_role] is missing in the project and also not included in the dependencies list.
but trying to download that custrecord_scm_* fails because the XML is locked. I could remove custrecord_scm_* from my role xml definition file, but then if I sync objects from NetSuite, it comes back, and then I can't deploy again (validation fails with the above error.) Is there a trick to tell the manifest.xml file that the custrecord_scm_* is going to be available? Or to ignore it?Mike Robbins
06/25/2021, 6:01 PM<dependencies>
<object>
<object>custrecord_scm_enable_cpn_on_role</object>
</object>
</dependencies>
GrayLeopard
06/25/2021, 6:06 PM