Forwarding from <#C298P0BCK|>
# sdf
e
Forwarding from #C298P0BCK
@Aaron McCausland Hm I don't use VSCode, so I can't test or verify, but I suspect this:
Copy code
<object>scriptid=customrecord69.val_987654_1234567_sb2_123|scriptid=customrecord69.val_987655_1234567_sb2_456</object>
should instead be
Copy code
<object>customrecord69.val_987654_1234567_sb2_123</object>
<object>customrecord69.val_987655_1234567_sb2_456</object>
in your
manifest.xml
file. I've split the two IDs into two
object
tagss.
manifest
references usually don't include the
scriptid
portion.
k
FYI this is a bug when using add manifests. It happens when the value is a multi select field and has pipe char splitting.
👀 2