Someone from the SDF team online? I think I found ...
# sdf
f
Someone from the SDF team online? I think I found a bug. So I have a script type
fiConnectivityPlugin
. When changing the
NApiVersion
from
2.x
to
2.1
it uploads the file and no error is given. But version is still at
2.0
when editing the script through UI (replacing
2.x
with
2.1
) it shows me a error message:
Copy code
Failed to validate script file: Unsupported script type "fiConnectivityPlugin" provided for @NScriptType. Supported script types for SuiteScript Version 2.1 are [[SCHEDULED, MAPREDUCE, SCRIPTLET, RESTLET, USEREVENT, SDFINSTALLATION, TESTPLUGIN, BUNDLEINSTALLATION, PORTLET, MASSUPDATE, PLUGINTYPEIMPL, ACTION]].
might be worth figuring out why SDF deploy did silently update the file and ignored that error message.
a
@fkrauthan I will have a look at this. Thanks for reporting. What tool are you using to upload/deploy?
f
the java SDF CLI in latest version