Trying to create a custom Plugin-Type record that ...
# suitescript
n
Trying to create a custom Plugin-Type record that is a 2.0 script but each time I try and create the record it says 1.0 for the API Version
b
create the custom plug in type as a 2.0 plugin type
and ignore the text that says
Select 1.0 Plug-in Type
choose the 2.0 plugin type while creatiing the implementation and the script should be a 2.0 implementation
n
@battk when I create the implementation, it automatically sets the version to 1.0 and doesn't let me change it
message has been deleted
b
that looks more like the plug in type than the implementation
keep in mind those are different things
n
Yeah, I need to do the custom type and i've done it for a few other files that are built the same way but they were automaticlly set to 2.0 correctly
b
id replace the contents of your script file with one of those
and change it afterwards
n
Okay, I'll give that a try