I have an error validating an SDF customization pr...
# general
a
I have an error validating an SDF customization project (scriptIDs redacted to generic values for this post):
Copy code
Validation failed.

An error occurred during custom object validation. (customrecord66)
Details: The object reference [scriptid=customrecord69.val_987654_1234567_sb2_123] is missing in the project and also not included in the dependencies list.
Details: The object reference [scriptid=customrecord69.val_987655_1234567_sb2_456] is missing in the project and also not included in the dependencies list.
File: ~/Objects/customrecord66.xml
How do I resolve this? When I use the Visual Studio Code extension's Add Dependencies To Manifest action, it adds a bunch of lines like this that cause other errors saying there are invalid characters:
Copy code
<object>scriptid=customrecord69.val_987654_1234567_sb2_123|scriptid=customrecord69.val_987655_1234567_sb2_456</object>
1
a
Customrecord69 xml should be there in object folder. can you check if it is present.
a
Importing that and its instances (which were few), resolved the problem! Thank you.
2