I created a script record and deployment in NetSui...
# suitescript
n
I created a script record and deployment in NetSuite and then output the xml and when I tried to push to then create it with SDF I got this error: The [scriptid=customrecord_dc_eq_chk] object referenced by the recordtype field in the customdeploy1 (scriptdeployment) subrecord is missing.
m
ustomrecord_dc_eq_chk is the record the user event script is deployed to? is it included in your deployment or already in the account?
n
already in the account @Matt Bernstein not a part of the suiteapp deployment
m
is it in the manifest as a dependency? if you're using webstorm, you should be able to right click on the manifest and select add dependencies to manifest
n
tried adding it to manifest and doing that and same issue
m
and you directly imported the script object from netsuite?
n
yeah i created the script record and deployment and then downloaded xml
m
the xml looks correct for that script. I compared to another one of mine. the best bet is in the manifest. other than that i'm not sure. you can also try to ask in the sdf channel
n
thanks, will do