with 2018.2 you'll be able to choose if you want t...
# sdf
m
with 2018.2 you'll be able to choose if you want to get a warning or an error during validation when the project has ACCOUNT_SPECIFIC_VALUE. The 2018.2 version of the Eclipse plugin and CLI will be released the first week of September
👍 2
n
Thank you @Mariano Saenz (NS Eng Lead), another quick question: ¿How can I install the SDF SDK on WebStorm?
m
We are targeting the first week of October to release our WebStorm plugin. If you can't wait, then take a look at @creece's plugin's features and see if they fit your needs. You also have the option of using WebStorm's "External Tool" feature to create menu options that execute a CLI command. For example, here's what you'd do for "deploy"... Program: sdfcli Arguments: deploy -np -p "$ProjectFileDir$" Working Directory: $ProjectFileDir$ Of course, you'll need to have sdfcli setup in the environment path.
c
@Norberto Soriano you'll have to use the CLI for SDF and WebStorm currently. If you want the same functionality that the Eclipse IDE has without SDF, my plugin will handle that.
n
Thank you @creece, in my case I do require SDF.
c
You'll have to go Mariano's route then
(or use Eclipse)
s
Mariano, you can also replace [ACCOUNT_SPECIFIC_VALUE] with the actual internalid of the record/list if it’s already in the account.
@Norberto Soriano you you can also replace [ACCOUNT_SPECIFIC_VALUE] with the internalid of the record/list if it’s already in the account.