Unpacking Software Livestream

Join our monthly Unpacking Software livestream to hear about the latest news, chat and opinion on packaging, software deployment and lifecycle management!

Learn More

Chocolatey Product Spotlight

Join the Chocolatey Team on our regular monthly stream where we put a spotlight on the most recent Chocolatey product releases. You'll have a chance to have your questions answered in a live Ask Me Anything format.

Learn More

Chocolatey Coding Livestream

Join us for the Chocolatey Coding Livestream, where members of our team dive into the heart of open source development by coding live on various Chocolatey projects. Tune in to witness real-time coding, ask questions, and gain insights into the world of package management. Don't miss this opportunity to engage with our team and contribute to the future of Chocolatey!

Learn More

Calling All Chocolatiers! Whipping Up Windows Automation with Chocolatey Central Management

Webinar from
Wednesday, 17 January 2024

We are delighted to announce the release of Chocolatey Central Management v0.12.0, featuring seamless Deployment Plan creation, time-saving duplications, insightful Group Details, an upgraded Dashboard, bug fixes, user interface polishing, and refined documentation. As an added bonus we'll have members of our Solutions Engineering team on-hand to dive into some interesting ways you can leverage the new features available!

Watch On-Demand
Chocolatey Community Coffee Break

Join the Chocolatey Team as we discuss all things Community, what we do, how you can get involved and answer your Chocolatey questions.

Watch The Replays
Chocolatey and Intune Overview

Webinar Replay from
Wednesday, 30 March 2022

At Chocolatey Software we strive for simple, and teaching others. Let us teach you just how simple it could be to keep your 3rd party applications updated across your devices, all with Intune!

Watch On-Demand
Chocolatey For Business. In Azure. In One Click.

Livestream from
Thursday, 9 June 2022

Join James and Josh to show you how you can get the Chocolatey For Business recommended infrastructure and workflow, created, in Azure, in around 20 minutes.

Watch On-Demand
The Future of Chocolatey CLI

Livestream from
Thursday, 04 August 2022

Join Paul and Gary to hear more about the plans for the Chocolatey CLI in the not so distant future. We'll talk about some cool new features, long term asks from Customers and Community and how you can get involved!

Watch On-Demand
Hacktoberfest Tuesdays 2022

Livestreams from
October 2022

For Hacktoberfest, Chocolatey ran a livestream every Tuesday! Re-watch Cory, James, Gary, and Rain as they share knowledge on how to contribute to open-source projects such as Chocolatey CLI.

Watch On-Demand

Downloads:

4,187

Downloads of v 18.2.1:

242

Last Update:

27 Feb 2019

Package Maintainer(s):

Software Author(s):

  • Oracle NetSuite

Tags:

netsuite oracle sdf sdk suitecloud development framework

NetSuite SDF SDK Tool

This is not the latest version of NetSuite SDF SDK Tool available.

  • 1
  • 2
  • 3

18.2.1 | Updated: 27 Feb 2019

Downloads:

4,187

Downloads of v 18.2.1:

242

Maintainer(s):

Software Author(s):

  • Oracle NetSuite

NetSuite SDF SDK Tool 18.2.1

This is not the latest version of NetSuite SDF SDK Tool available.

  • 1
  • 2
  • 3

All Checks are Passing

3 Passing Tests


Validation Testing Passed


Verification Testing Passed

Details

Scan Testing Successful:

No detections found in any package files

Details
Learn More

Deployment Method: Individual Install, Upgrade, & Uninstall

To install NetSuite SDF SDK Tool, run the following command from the command line or from PowerShell:

>

To upgrade NetSuite SDF SDK Tool, run the following command from the command line or from PowerShell:

>

To uninstall NetSuite SDF SDK Tool, run the following command from the command line or from PowerShell:

>

Deployment Method:

NOTE

This applies to both open source and commercial editions of Chocolatey.

1. Enter Your Internal Repository Url

(this should look similar to https://community.chocolatey.org/api/v2/)


2. Setup Your Environment

1. Ensure you are set for organizational deployment

Please see the organizational deployment guide

2. Get the package into your environment

  • Open Source or Commercial:
    • Proxy Repository - Create a proxy nuget repository on Nexus, Artifactory Pro, or a proxy Chocolatey repository on ProGet. Point your upstream to https://community.chocolatey.org/api/v2/. Packages cache on first access automatically. Make sure your choco clients are using your proxy repository as a source and NOT the default community repository. See source command for more information.
    • You can also just download the package and push it to a repository Download

3. Copy Your Script

choco upgrade sdfcli -y --source="'INTERNAL REPO URL'" --version="'18.2.1'" [other options]

See options you can pass to upgrade.

See best practices for scripting.

Add this to a PowerShell script or use a Batch script with tools and in places where you are calling directly to Chocolatey. If you are integrating, keep in mind enhanced exit codes.

If you do use a PowerShell script, use the following to ensure bad exit codes are shown as failures:


choco upgrade sdfcli -y --source="'INTERNAL REPO URL'" --version="'18.2.1'" 
$exitCode = $LASTEXITCODE

Write-Verbose "Exit code was $exitCode"
$validExitCodes = @(0, 1605, 1614, 1641, 3010)
if ($validExitCodes -contains $exitCode) {
  Exit 0
}

Exit $exitCode

- name: Install sdfcli
  win_chocolatey:
    name: sdfcli
    version: '18.2.1'
    source: INTERNAL REPO URL
    state: present

See docs at https://docs.ansible.com/ansible/latest/modules/win_chocolatey_module.html.


chocolatey_package 'sdfcli' do
  action    :install
  source   'INTERNAL REPO URL'
  version  '18.2.1'
end

See docs at https://docs.chef.io/resource_chocolatey_package.html.


cChocoPackageInstaller sdfcli
{
    Name     = "sdfcli"
    Version  = "18.2.1"
    Source   = "INTERNAL REPO URL"
}

Requires cChoco DSC Resource. See docs at https://github.com/chocolatey/cChoco.


package { 'sdfcli':
  ensure   => '18.2.1',
  provider => 'chocolatey',
  source   => 'INTERNAL REPO URL',
}

Requires Puppet Chocolatey Provider module. See docs at https://forge.puppet.com/puppetlabs/chocolatey.


4. If applicable - Chocolatey configuration/installation

See infrastructure management matrix for Chocolatey configuration elements and examples.

Package Approved

This package was approved as a trusted package on 27 Feb 2019.

Description

NOTE FOR UPGRADING FROM 18.2.0: Given the recent changes to the "Save Token" functionality, before upgrading from 18.2.0, make sure you go to the installation directory and move the .clicache file to your user directory. This will keep your tokens from being overwritten with this and future upgrades. This is note a required step, but not doing so will reset tokens on your local environment.

This is an installer script that follows the installation instructions from the NetSuite Help Center (requires login). The installation directory is: C:\Users\YOURUSER\sdfcli and is only available to the user installing the package.

I do not own the rights to SDF, those rights are included in the attached license.

This release is not compatible with Oracle-NetSuite 18.2.0, do not upgrade SDF SDK if your NetSuite Environment has not been upgraded.


tools\bin\axis.jar
 
tools\bin\com.netsuite.ide.core_2018.2.1.jar
 
tools\bin\com.netsuite.ide.eclipse.ws_2018.2.1.jar
 
tools\bin\NetSuiteWebService.jar
 
tools\bin\pom.xml
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
    <modelVersion>4.0.0</modelVersion>
    <groupId>com.netsuite</groupId>
    <artifactId>sdf-cli</artifactId>
    <version>2018.2.1</version>
    <name>SDF CLI</name>
    <build>
        <plugins>
            <plugin>
                <groupId>org.codehaus.mojo</groupId>
                <artifactId>exec-maven-plugin</artifactId>
                <version>1.5.0</version>
                <configuration>
                    <mainClass>com.netsuite.tools.SDF</mainClass>
                    <additionalClasspathElements>
                        <additionalClasspathElement>com.netsuite.ide.core_2018.2.1.jar</additionalClasspathElement>
                        <additionalClasspathElement>NetSuiteWebService.jar</additionalClasspathElement>
                        <additionalClasspathElement>axis.jar</additionalClasspathElement>
                    </additionalClasspathElements>
                </configuration>
            </plugin>
        </plugins>
    </build>
    <dependencies>
        <dependency>
            <groupId>com.thoughtworks.xstream</groupId>
            <artifactId>xstream</artifactId>
            <version>1.4.8</version>
        </dependency>
        <dependency>
            <groupId>commons-codec</groupId>
            <artifactId>commons-codec</artifactId>
            <version>1.4</version>
        </dependency>
        <dependency>
            <groupId>commons-io</groupId>
            <artifactId>commons-io</artifactId>
            <version>2.4</version>
        </dependency>
        <dependency>
            <groupId>commons-lang</groupId>
            <artifactId>commons-lang</artifactId>
            <version>2.4</version>
        </dependency>
        <dependency>
            <groupId>commons-logging</groupId>
            <artifactId>commons-logging</artifactId>
            <version>1.1.1</version>
        </dependency>
        <dependency>
            <groupId>org.apache.httpcomponents</groupId>
            <artifactId>httpclient-cache</artifactId>
            <version>4.1.2</version>
        </dependency>
        <dependency>
            <groupId>log4j</groupId>
            <artifactId>log4j</artifactId>
            <version>1.2.16</version>
        </dependency>
        <dependency>
            <groupId>org.apache.httpcomponents</groupId>
            <artifactId>httpcore</artifactId>
            <version>4.1.2</version>
        </dependency>
        <dependency>
            <groupId>org.apache.httpcomponents</groupId>
            <artifactId>httpmime</artifactId>
            <version>4.1.2</version>
        </dependency>
        <dependency>
            <groupId>org.codehaus.jettison</groupId>
            <artifactId>jettison</artifactId>
            <version>1.3.2</version>
        </dependency>
        <dependency>
            <groupId>xpp3</groupId>
            <artifactId>xpp3_min</artifactId>
            <version>1.1.4c</version>
        </dependency>
        <dependency>
            <groupId>org.codehaus.castor</groupId>
            <artifactId>castor-xml</artifactId>
            <version>1.3.2</version>
        </dependency>
        <dependency>
            <groupId>wsdl4j</groupId>
            <artifactId>wsdl4j</artifactId>
            <version>1.5.1</version>
        </dependency>
        <dependency>
            <groupId>commons-discovery</groupId>
            <artifactId>commons-discovery</artifactId>
            <version>0.2</version>
        </dependency>
        <dependency>
            <groupId>javax.xml</groupId>
            <artifactId>jaxrpc-api</artifactId>
            <version>1.1</version>
        </dependency>
    </dependencies>
</project>

tools\bin\sdfcli-createproject.txt
Important note about sdfcli-createproject and sdfcli-createproject.bat
======================================================================
As of version 2018.2.0, you can use SDF CLI to create new projects.
This functionality is officially supported by Oracle NetSuite, so the
sdfcli-createproject batch/bash files have been removed from the SDF CLI
supplemental packages.

To create an account customization project or a SuiteApp project, use the
SDF CLI command: createproject.

For more information about the createproject command, see the Help topic: 
https://system.netsuite.com/app/help/helpcenter.nl?fid=section_1534268059.html
tools\bin\sdfcli.bat
@ECHO off
SET SDFSDK_PATH=[APP_PATH]\

IF NOT EXIST %SDFSDK_PATH%\ GOTO WRONGPATH
IF NOT EXIST %SDFSDK_PATH%\pom.xml GOTO FILEMISSING
IF NOT EXIST %SDFSDK_PATH%\com.netsuite.ide.core_*.jar GOTO FILEMISSING
IF NOT EXIST %SDFSDK_PATH%\axis.jar GOTO EXTRACTJAR
IF NOT EXIST %SDFSDK_PATH%\NetSuiteWebService.jar GOTO EXTRACTJAR

:MAIN
mvn -f %SDFSDK_PATH%\pom.xml exec:java -Dexec.args="%*"
GOTO END

:EXTRACTJAR
CLS
ECHO.
ECHO ERROR: Could not find axis.jar or NetSuiteWebService.jar.
ECHO.
ECHO axis.jar or NetSuiteWebService.jar must be extracted from the 
ECHO com.netsuite.ide.eclipse.ws JAR file and placed in the
ECHO %SDFSDK_PATH% folder.
ECHO.
ECHO Oracle recommends using an unzip utility to extract the contents of the
ECHO com.netsuite.ide.eclipse.ws JAR file into the %SDFSDK_PATH% folder.
ECHO.
ECHO For more information about SDF SDK installation, see:
ECHO https://system.netsuite.com/app/help/helpcenter.nl?fid=section_1489072409.html
GOTO END

:FILEMISSING
CLS
ECHO.
ECHO ERROR: A file was missing from %SDFSDK_PATH%.
ECHO.
ECHO The following files are required to run SDF CLI:
ECHO     - axis.jar 
ECHO     - com.netsuite.ide.core_^<NetSuite-version^>.jar
ECHO     - NetSuiteWebService.jar 
ECHO     - pom.xml
ECHO.
ECHO Check your SDF SDK installation path, and make sure that you
ECHO downloaded or extracted the files listed above.
ECHO.
ECHO For more information about SDF SDK installation, see:
ECHO https://system.netsuite.com/app/help/helpcenter.nl?fid=section_1489072409.html
GOTO END

:WRONGPATH
CLS
ECHO.
ECHO ERROR: SDF SDK was not found in %SDFSDK_PATH%.
ECHO.
ECHO Edit this batch file and set the SDFSDK_PATH environment variable to
ECHO the correct path of your SDF SDK installation.
ECHO.
ECHO For more information about SDF SDK installation, see:
ECHO https://system.netsuite.com/app/help/helpcenter.nl?fid=section_1489072409.html
GOTO END

:END
tools\chocolateyinstall.ps1
$root = $(Split-Path -Parent $MyInvocation.MyCommand.Definition)
$bin = Join-Path $root "bin"
$installParent = $env:USERPROFILE

$testPath = "$installParent\sdfcli"

If(!(test-path $testPath)) {
    New-Item "$installParent\sdfcli" -type directory
}

$appDir = Join-Path $installParent "sdfcli"

Copy-Item "$bin\*" $appDir

(Get-Content "$appDir\sdfcli.bat").replace('[APP_PATH]', $appDir) | Set-Content "$appDir\sdfcli.bat"

$oldpath = (Get-ItemProperty -Path 'Registry::HKEY_LOCAL_MACHINE\System\CurrentControlSet\Control\Session Manager\Environment' -Name PATH).path

$newpath = "$oldpath;$appDir"

Set-ItemProperty -Path 'Registry::HKEY_LOCAL_MACHINE\System\CurrentControlSet\Control\Session Manager\Environment' -Name PATH -Value $newPath

$mklinkCommand = 'cmd /c mklink "$appDir\.clicache" "..\.clicache"'

invoke-expression "$mklinkCommand"
tools\chocolateyuninstall.ps1
$installParent = $env:USERPROFILE
$appDir = Join-Path $installParent "sdfcli"

Remove-Item –path $appDir -Force -Recurse

$oldPath = (Get-ItemProperty -Path 'Registry::HKEY_LOCAL_MACHINE\System\CurrentControlSet\Control\Session Manager\Environment' -Name PATH).path

$newPath = ($oldPath.Split(';') | Where-Object { $_ -ne $appDir }) -join ';'

Set-ItemProperty -Path 'Registry::HKEY_LOCAL_MACHINE\System\CurrentControlSet\Control\Session Manager\Environment' -Name PATH -Value $newPath
tools\LICENSE.txt
From: https://raw.githubusercontent.com/limebox/sdf/master/LICENSE

LICENSE

SUITECLOUD SDFCLI INSTALLER AGREEMENT

Copyright (c) 2019 LIMEBOX CORPORATION

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:

a) The above copyright notice, this permission notice, the following
SuiteCloud IDE License Agreement from Oracle-NetSuite, and other third-party
software shall be included in all copies or substantial portions of the
Software.

b) Where the above permissions do not conflict with the following License
Agreement from Oracle-NetSuite and other third-party software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE.




SUITECLOUD IDE LICENSE AGREEMENT

ATTENTION! THE FOLLOWING TERMS AND CONDITIONS WILL BE LEGALLY BINDING UPON YOU
AT THE TIME YOU INSTALL, COPY OR OTHERWISE USE THE SUITECLOUD IDE. YOU SHOULD
CAREFULLY READ THE FOLLOWING AGREEMENT PRIOR TO INSTALLING, COPYING OR BEGIN
USING THE SUITECLOUD IDE. YOU ARE REPRESENTING THAT YOU HAVE AUTHORITY TO ENTER
INTO AGREEMENT ON BEHALF OF YOU OR YOUR COMPANY (OR OTHER ENTITY). IF YOU DO NOT
 HAVE SUCH AUTHORITY OR YOU DO NOT AGREE WITH THE TERMS AND CONDITIONS CONTAINED
  HEREIN, DO NOT INSTALL, COPY OR OTHERWISE USE THE SUITECLOUD IDE IN ANY
  MANNER.

© NetSuite Inc. 2012 - 2018

In this SuiteCloud IDE License Agreement ("Agreement"), "SuiteCloud IDE" means
the software libraries, documentation, sample files, and other related items
included within the SuiteCloud IDE package. "You", and "Your" refer to any
person or entity accessing or using this SuiteCloud IDE, and "NetSuite" means
NetSuite Inc.

You expressly agree as follows:

1) Licenses.

(a) Subject to Your compliance with the terms and conditions of this Agreement,
during the term of this Agreement, NetSuite grants You a personal,
non-exclusive, non-transferable, non-sublicensable, limited license to install
the SuiteCloud IDE, in object code form only, on Your networked or standalone
computers and to access and use the SuiteCloud IDE internally to develop
authorized customizations to interoperate with the NetSuite SuiteCloud Platform.
Any such application program is referred to in this Agreement a
"Your Application".

(b) The SuiteCloud IDE may include other open source software programs licensed
under different terms and/or licensed by a vendor other than NetSuite. Use of
any software programs accompanied by a separate license agreement is governed
by that separate license agreement and not the terms of this Agreement, except
that Sections 5 and 6 shall apply to the third party software. Please review the
installation details accessible through the about box for the separate license
notices and requirements for the third party software. NetSuite is not
responsible for any third party's software and shall have no liability for Your
use of third party software.

2) You shall not distribute the SuiteCloud IDE. You agree that the use and
distribution of Your Application shall be in accordance with the NetSuite
SuiteCloud Terms of Service. You may not prepare any derivative works of the
SuiteCloud IDE. You may not disassemble, decompile or reverse engineer the
SuiteCloud IDE non-open source components in order to obtain the source code,
which is a trade secret of NetSuite and/or its suppliers. You may not sell,
rent, loan, lease, sublease, assign, or otherwise transfer the SuiteCloud IDE.
You agree to reproduce any copyright and other proprietary right notices on any
copies of the SuiteCloud IDE.

3) This Agreement is effective until terminated. NetSuite may terminate this
Agreement immediately and without notice if You fail to comply with any term of
this Agreement. Upon any such termination, You must destroy all full and partial
copies of the SuiteCloud IDE immediately and, if requested by NetSuite, certify
in writing that the SuiteCloud IDE was destroyed.

4) Except as expressly licensed to You in this Agreement, NetSuite retains all
right, title, and interest in and to all patents, trademarks, trade names,
inventions, copyrights, know-how, and trade secrets relating to the design,
manufacture, operation, or service of the SuiteCloud IDE.

5) THIS SUITECLOUD IDE IS PROVIDED BY NETSUITE "AS IS" AND IS INTENDED FOR
INTERNAL COMMERCIAL USE. NETSUITE AND ITS LICENSORS DO NOT REPRESENT THAT THE
SUITECLOUD IDE WILL BE ERROR-FREE OR THAT THE SUITECLOUD IDE WILL MEET ANY
REQUIREMENTS. ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO,
THE IMPLIED WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE, AND
NONINFRINGEMENT OF THIRD PARTY RIGHTS ARE HEREBY EXPRESSLY AND COMPLETELY
DISCLAIMED.

6) IN NO EVENT SHALL NETSUITE OR ITS LICENSORS BE LIABLE FOR ANY DIRECT,
INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING,
BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF
LIABILITY WHATSOEVER, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING
NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SUITECLOUD
IDE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. THE PERSON OR ENTITY
USING THIS SUITECLOUD IDE ASSUMES ALL RESPONSIBILITY FOR DETERMINING WHETHER IT
IS ACCURATE OR SUFFICIENT FOR THE USERS' PURPOSES. IN NO EVENT SHALL NETSUITE'S
LICENSORS OR SUPPLIERS BE LIABLE FOR ANY DAMAGES OF ANY KIND.

7) If any part of the SuiteCloud IDE is identified as export controlled items
under the Export Laws, you represent and warrant that you are not a citizen, or
otherwise located within, an embargoed nation as defined by U.S. law and that
you are not otherwise prohibited under applicable export laws from receiving the
 SuiteCloud IDE. Your rights to use this SuiteCloud IDE are forfeited if you
 fail to comply with the terms of this Agreement.

8) This Agreement is governed by and construed in accordance with the
substantive laws in force in the State of California. Any disputes, actions,
claims or causes of action arising out of or in connection with this Agreement
shall be subject to the exclusive jurisdiction of the state and federal courts
located in California.

9) None of the provisions of this Agreement shall be deemed to have been waived
by any act or acquiescence on the part of NetSuite, its agents, or employees,
but only by an instrument in writing signed by an authorized signatory of
NetSuite.

10) It is expressly agreed that a breach of this Agreement may cause irreparable
harm to NetSuite and that a remedy at law may be inadequate. Therefore, in
addition to any and all remedies available at law, NetSuite will be entitled to
seek an injunction or other equitable remedies in all legal proceedings in the
event of any threatened or actual violation thereof.

11) The SuiteCloud IDE may contain certain Third Party Code that is under terms
of separate agreements, which can be found at the end of this Agreement.

12) You acknowledge that You have read this Agreement, understand it, and that
it is the complete and exclusive statement of Your agreement with NetSuite which
supersedes any prior agreement, oral or written, between NetSuite and You with
respect to the licensing to You of this SuiteCloud IDE.

END OF AGREEMENT



THIRD PARTY CODE

The SuiteCloud IDE may contain the version of the components listed below or
later versions.

The SuiteCloud IDE is a plugin built on top of the Eclipse IDE and requires
either "Eclipse IDE for JavaScript Web Developers (Version 3.7)" or "Eclipse IDE
 for Java EE Developers (Eclipse 4.3)" to run. The SuiteCloud IDE may contain
 code from the Eclipse IDE, which is licensed pursuant to the Eclipse Public
 License available at http://www.eclipse.org/legal/epl-v10.html. The source code
  for both versions of eclipse IDE is available via download at
  http://www.eclipse.org.

The SuiteCloud IDE may contain XStream 1.3.1 which is licensed pursuant to the
following terms:

Copyright (c) 2003-2006, Joe Walnes
Copyright (c) 2006-2009, XStream Committers
All rights reserved.

Redistribution and use in source and binary forms, with or without
modification, are permitted provided that the following conditions are met:

Redistributions of source code must retain the above copyright notice, this list
of conditions and the following disclaimer. Redistributions in binary form must
reproduce the above copyright notice, this list of conditions and the following
disclaimer in the documentation and/or other materials provided with the
distribution.

Neither the name of XStream nor the names of its contributors may be used to
endorse or promote products derived from this software without specific prior
written permission.

THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND
ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED
WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS BE LIABLE FOR
ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES
(INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;
LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON
ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.

The SuiteCloud IDE may contain XPP3 1.1.4c which is licensed pursuant to the
following terms:

LICENSE FOR THE Extreme! Lab
------------------------------------------------------------------------

Copyright  2003 The Trustees of Indiana University.
All rights reserved.

Redistribution and use in source and binary forms, with or without
modification, are permitted provided that the following conditions are
met:

1) All redistributions of source code must retain the above
   copyright notice, the list of authors in the original source
   code, this list of conditions and the disclaimer listed in this
   license;

2) All redistributions in binary form must reproduce the above
   copyright notice, this list of conditions and the disclaimer
   listed in this license in the documentation and/or other
   materials provided with the distribution;

3) Any documentation included with all redistributions must include
   the following acknowledgement:

     "This product includes software developed by the Indiana 
     University Extreme! Lab.  For further information please visit 
     http://www.extreme.indiana.edu/"

   Alternatively, this acknowledgment may appear in the software
   itself, and wherever such third-party acknowledgments normally
   appear.

4) The name "Indiana University" and "Indiana University
   Extreme! Lab" shall not be used to endorse or promote
   products derived from this software without prior written
   permission from Indiana University.  For written permission,
   please contact http://www.extreme.indiana.edu/.

5) Products derived from this software may not use "Indiana
   University" name nor may "Indiana University" appear in their name,
  without prior written permission of the Indiana University.
 
Indiana University provides no reassurances that the source code
provided does not infringe the patent or any other intellectual
property rights of any other entity.  Indiana University disclaims any
liability to any recipient for claims brought by any other entity
based on infringement of intellectual property rights or otherwise.

LICENSEE UNDERSTANDS THAT SOFTWARE IS PROVIDED "AS IS" FOR WHICH
NOWARRANTIES AS TO CAPABILITIES OR ACCURACY ARE MADE. INDIANA
UNIVERSITY GIVES NO WARRANTIES AND MAKES NO REPRESENTATION THAT
SOFTWARE IS FREE OF INFRINGEMENT OF THIRD PARTY PATENT, COPYRIGHT, OR
OTHER PROPRIETARY RIGHTS. INDIANA UNIVERSITY MAKES NO WARRANTIES THAT
SOFTWARE IS FREE FROM "BUGS", "VIRUSES", "TROJAN HORSES", "TRAP
DOORS", "WORMS", OR OTHER HARMFUL CODE.  LICENSEE ASSUMES THE ENTIRE
RISK AS TO THE PERFORMANCE OF SOFTWARE AND/OR ASSOCIATED MATERIALS,
AND TO THE PERFORMANCE AND VALIDITY OF INFORMATION GENERATED USING
SOFTWARE.
The SuiteCloud IDE may contain Apache Velocity 1.7, Jettison 1.3.2,Apache
Commons IO 2.4 and Apache Commons Logging 1.1.1, which are licensed pursuant to
the Apache License 2.0 available at
http://www.apache.org/licenses/LICENSE-2.0.txt

The SuiteCloud IDE may contain Apache HTTP Client versions 3.0.1 and 4.1.2,
which is subject to a dual license of LGPL v3 and Apache License 2.0:

NetSuite elects Apache License 2.0.

Copyright 1999-2004 The Apache Software Foundation

Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at

    http://www.apache.org/licenses/LICENSE-2.0

Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.
The SuiteCloud IDE may contain Axis 1.4, which is licensed pursuant to Apache
License 1.1 and Apache License 2.0:

Apache 2.0:

   Licensed under the Apache License, Version 2.0 (the "License");
   you may not use this file except in compliance with the License.
   You may obtain a copy of the License at

       http://www.apache.org/licenses/LICENSE-2.0

   Unless required by applicable law or agreed to in writing, software
   distributed under the License is distributed on an "AS IS" BASIS,
   WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
   See the License for the specific language governing permissions and
   limitations under the License.

Apache 1.1:

The Apache Software License, Version 1.1

Copyright (c) 2001-2003 The Apache Software Foundation.  All rights
reserved.

Redistribution and use in source and binary forms, with or without
modification, are permitted provided that the following conditions
are met:

1. Redistributions of source code must retain the above copyright
   notice, this list of conditions and the following disclaimer.

2. Redistributions in binary form must reproduce the above copyright
   notice, this list of conditions and the following disclaimer in
   the documentation and/or other materials provided with the
   distribution.

3. The end-user documentation included with the redistribution,
   if any, must include the following acknowledgment:
      "This product includes software developed by the
       Apache Software Foundation (http://www.apache.org/)."
   Alternately, this acknowledgment may appear in the software itself,
   if and wherever such third-party acknowledgments normally appear.

4. The names "Axis" and "Apache Software Foundation" must
   not be used to endorse or promote products derived from this
   software without prior written permission. For written
   permission, please contact [email protected].

5. Products derived from this software may not be called "Apache",
   nor may "Apache" appear in their name, without prior written
   permission of the Apache Software Foundation.

THIS SOFTWARE IS PROVIDED ``AS IS'' AND ANY EXPRESSED OR IMPLIED
WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES
OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
DISCLAIMED.  IN NO EVENT SHALL THE APACHE SOFTWARE FOUNDATION OR
ITS CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF
USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND
ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY,
OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT
OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
SUCH DAMAGE.
====================================================================

This software consists of voluntary contributions made by many
individuals on behalf of the Apache Software Foundation.  For more
information on the Apache Software Foundation, please see
<http://www.apache.org/>.
NetSuite has modified HTTPSender and JavaBeanWriter. Modified code is available
at NetSuite has modified HTTPSender and JavaBeanWriter. Modified code is
available at http://www.netsuite.com/download/axis1_4_patch.zip

Portions © 2014 NetSuite Inc.

The SuiteCloud IDE may contain Apache Log4j 1.2.16, which is licensed pursuant
to Apache License 1.1 and Apache License 2.0:

Apache 2.0:

Copyright 1999-2005 The Apache Software Foundation

Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at

    http://www.apache.org/licenses/LICENSE-2.0

Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.

Apache 1.1:

The Apache Software License, Version 1.1

Copyright (c) The Apache Software Foundation.  All rights
reserved.

Redistribution and use in source and binary forms, with or without
modification, are permitted provided that the following conditions
are met:

1. Redistributions of source code must retain the above copyright
   notice, this list of conditions and the following disclaimer.

2. Redistributions in binary form must reproduce the above copyright
   notice, this list of conditions and the following disclaimer in
   the documentation and/or other materials provided with the
   distribution.

3. The end-user documentation included with the redistribution,
   if any, must include the following acknowledgment:
      "This product includes software developed by the
       Apache Software Foundation (http://www.apache.org/)."
   Alternately, this acknowledgment may appear in the software itself,
   if and wherever such third-party acknowledgments normally appear.

4. The names "Apache" and "Apache Software Foundation" must
   not be used to endorse or promote products derived from this
   software without prior written permission. For written
   permission, please contact [email protected].

5. Products derived from this software may not be called "Apache",
   nor may "Apache" appear in their name, without prior written
   permission of the Apache Software Foundation.

THIS SOFTWARE IS PROVIDED ``AS IS'' AND ANY EXPRESSED OR IMPLIED
WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES
OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
DISCLAIMED.  IN NO EVENT SHALL THE APACHE SOFTWARE FOUNDATION OR
ITS CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF
USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND
ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY,
OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT
OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
SUCH DAMAGE.
====================================================================

This software consists of voluntary contributions made by many
individuals on behalf of the Apache Software Foundation.  For more
information on the Apache Software Foundation, please see
<http://www.apache.org/>.
The SuiteCloud IDE may contain Castor 1.3.2, which is licensed pursuant to
Apache License 1.1 and Apache License 2.0:

Apache 2.0:

Copyright 2004-2005 Werner Guttmann

Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at

http://www.apache.org/licenses/LICENSE-2.0

Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.

Apache 1.1:

The Apache Software License, Version 1.1

Copyright (c) The Apache Software Foundation.  All rights
reserved.

Redistribution and use in source and binary forms, with or without
modification, are permitted provided that the following conditions
are met:

1. Redistributions of source code must retain the above copyright
   notice, this list of conditions and the following disclaimer.

2. Redistributions in binary form must reproduce the above copyright
   notice, this list of conditions and the following disclaimer in
   the documentation and/or other materials provided with the
   distribution.

3. The end-user documentation included with the redistribution,
   if any, must include the following acknowledgment:
      "This product includes software developed by the
       Apache Software Foundation (http://www.apache.org/)."
   Alternately, this acknowledgment may appear in the software itself,
   if and wherever such third-party acknowledgments normally appear.

4. The names "Apache" and "Apache Software Foundation" must
   not be used to endorse or promote products derived from this
   software without prior written permission. For written
   permission, please contact [email protected].

5. Products derived from this software may not be called "Apache",
   nor may "Apache" appear in their name, without prior written
   permission of the Apache Software Foundation.

THIS SOFTWARE IS PROVIDED ``AS IS'' AND ANY EXPRESSED OR IMPLIED
WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES
OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
DISCLAIMED.  IN NO EVENT SHALL THE APACHE SOFTWARE FOUNDATION OR
ITS CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF
USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND
ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY,
OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT
OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
SUCH DAMAGE.
====================================================================

This software consists of voluntary contributions made by many
individuals on behalf of the Apache Software Foundation.  For more
information on the Apache Software Foundation, please see
<http://www.apache.org/>.
The SuiteCloud IDE may contain Apache Commons Codec 1.4, which is licensed
pursuant to Apache License 1.1 and Apache License 2.0:

Apache 2.0:

   Licensed under the Apache License, Version 2.0 (the "License");
   you may not use this file except in compliance with the License.
   You may obtain a copy of the License at

       http://www.apache.org/licenses/LICENSE-2.0

   Unless required by applicable law or agreed to in writing, software
   distributed under the License is distributed on an "AS IS" BASIS,
   WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
   See the License for the specific language governing permissions and
   limitations under the License.

Apache 1.1:

The Apache Software License, Version 1.1

Copyright (c) The Apache Software Foundation.  All rights
reserved.

Redistribution and use in source and binary forms, with or without
modification, are permitted provided that the following conditions
are met:

1. Redistributions of source code must retain the above copyright
   notice, this list of conditions and the following disclaimer.

2. Redistributions in binary form must reproduce the above copyright
   notice, this list of conditions and the following disclaimer in
   the documentation and/or other materials provided with the
   distribution.

3. The end-user documentation included with the redistribution,
   if any, must include the following acknowledgment:
      "This product includes software developed by the
       Apache Software Foundation (http://www.apache.org/)."
   Alternately, this acknowledgment may appear in the software itself,
   if and wherever such third-party acknowledgments normally appear.

4. The names "Apache" and "Apache Software Foundation" must
   not be used to endorse or promote products derived from this
   software without prior written permission. For written
   permission, please contact [email protected].

5. Products derived from this software may not be called "Apache",
   nor may "Apache" appear in their name, without prior written
   permission of the Apache Software Foundation.

THIS SOFTWARE IS PROVIDED ``AS IS'' AND ANY EXPRESSED OR IMPLIED
WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES
OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
DISCLAIMED.  IN NO EVENT SHALL THE APACHE SOFTWARE FOUNDATION OR
ITS CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF
USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND
ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY,
OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT
OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
SUCH DAMAGE.
====================================================================

This software consists of voluntary contributions made by many
individuals on behalf of the Apache Software Foundation.  For more
information on the Apache Software Foundation, please see
<http://www.apache.org/>.
The SuiteCloud IDE may contain Apache Commons Discovery 0.2, which is licensed
pursuant to Apache License 1.1:

The Apache Software License, Version 1.1

Copyright (c) 1999-2001 The Apache Software Foundation.  All rights
reserved.

Redistribution and use in source and binary forms, with or without
modification, are permitted provided that the following conditions
are met:

1. Redistributions of source code must retain the above copyright
notice, this list of conditions and the following disclaimer.

2. Redistributions in binary form must reproduce the above copyright
notice, this list of conditions and the following disclaimer in
the documentation and/or other materials provided with the
distribution.

3. The end-user documentation included with the redistribution, if
any, must include the following acknowlegement:

   "This product includes software developed by the
   Apache Software Foundation (http://www.apache.org/)."
   Alternately, this acknowlegement may appear in the software itself,
   if and wherever such third-party acknowlegements normally appear.

4. The names "The Jakarta Project", "Commons", and "Apache Software
   Foundation" must not be used to endorse or promote products derived
   from this software without prior written permission. For written
   permission, please contact [email protected].

5. Products derived from this software may not be called "Apache"
   nor may "Apache" appear in their names without prior written
   permission of the Apache Group.

THIS SOFTWARE IS PROVIDED ``AS IS'' AND ANY EXPRESSED OR IMPLIED
WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES
OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
DISCLAIMED.  IN NO EVENT SHALL THE APACHE SOFTWARE FOUNDATION OR
ITS CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF
USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND
ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY,
OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT
OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
SUCH DAMAGE.
====================================================================

This software consists of voluntary contributions made by many
individuals on behalf of the Apache Software Foundation.  For more
information on the Apache Software Foundation, please see
<http://www.apache.org/>.
The SuiteCloud IDE may contain unmodified binary redistributions for H2 database
engine (http://www.h2database.com/). The H2 database engine is dual licensed and
available under a modified version of the MPL 1.1 (Mozilla Public License) or
under the (unmodified) EPL 1.0 (Eclipse Public License). NetSuite elects
EPL 1.0.

An original copy of the license agreement can be found at:
http://www.h2database.com/html/license.html.

A copy of H2 source can be found at:
http://www.h2database.com/html/download.html

The SuiteCloud IDE may contain ORM Lite 4.41 which is licensed as part of the
ORM Lite project under the following license terms:

Permission to use, copy, modify, and/or distribute this software for any purpose
with or without fee is hereby granted, provided that this permission notice
appear in all copies.

THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES WITH
REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND
FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY SPECIAL, DIRECT,
INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM
LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR
OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
PERFORMANCE OF THIS SOFTWARE.

The author may be contacted via http://ormlite.com/
The SuiteCloud IDE may contain JAX-RPC, which is licensed under CDDL 1.0:

http://opensource.org/licenses/cddl1.txt

A copy of JAX-RPC source can be found at https://java.net/projects/jax-rpc/.

The SuiteCloud IDE may contain WSDL4J 1.5.1, which is licensed under CPL 1.0:

http://opensource.org/licenses/cpl1.0.txt

A copy of WSDL4J source can be found at
http://www.netsuite.com/download/ide/wsdl4j-1.5.1-sources.zip.
tools\VERIFICATION.txt
VERIFICATION
Verification is intended to assist the Chocolatey moderators and community
in verifying that this package's contents are trustworthy.

The jar files for the SDF CLI can be found here:
https://system.netsuite.com/download/ide/update_18_2/plugins/com.netsuite.ide.core_2018.2.1.jar
https://system.netsuite.com/download/ide/update_18_2/plugins/com.netsuite.ide.eclipse.ws_2018.2.1.jar

The com.netsuite.ide.eclipse.ws_2018.2.1.jar file is unpacked for this project using the command:
jar xf com.netsuite.ide.eclipse.ws_2018.2.1.jar

This produces the two supporting files that are included in this package:
/axis.jar
/NetSuiteWebService.jar

Given the special case of how this application needs to be executed (using Apache Maven and JDK), the unreliability of the available file on their server, and when/if they lock it behind a password, I have opted to including the .jar file in this package.

The MD5 of com.netsuite.ide.core_2018.2.1.jar (8/23/2018): 455e4e377bbc969beeb1f7ac5c3cfce721ea57ac
The MD5 of com.netsuite.ide.eclipse.ws_2018.2.1.jar (8/23/2018): 3f3f829906a68022d2384a89a1fa4a947e0002f8
 - The MD5 of axis.jar (8/23/2018): 9ad239348d73432089497c921b59a3a2529db1c7
 - The MD5 of NetSuiteWebService.jar (8/23/2018): cb884a06bcea68dc2b3b4f50f716649a159146a2

Log in or click on link to see number of positives.

In cases where actual malware is found, the packages are subject to removal. Software sometimes has false positives. Moderators do not necessarily validate the safety of the underlying software, only that a package retrieves software from the official distribution point and/or validate embedded software against official distribution point (where distribution rights allow redistribution).

Chocolatey Pro provides runtime protection from possible malware.

Add to Builder Version Downloads Last Updated Status
NetSuite SDF SDK Tool 19.1.2 256 Tuesday, July 9, 2019 Approved
NetSuite SDF SDK Tool 19.1.1 244 Friday, April 26, 2019 Approved
NetSuite SDF SDK Tool 19.1.0 213 Monday, March 11, 2019 Approved
NetSuite SDF SDK Tool 18.2.1 242 Wednesday, February 27, 2019 Approved
NetSuite SDF SDK Tool 18.2.0 362 Saturday, September 22, 2018 Approved
NetSuite SDF cli Tool 18.1.2 303 Thursday, August 23, 2018 Approved
NetSuite SDF cli Tool 18.1.1 426 Saturday, April 14, 2018 Approved
NetSuite SDF cli Tool 17.2.1 296 Saturday, April 7, 2018 Approved
NetSuite SDF cli Tool 17.2.0 470 Tuesday, September 5, 2017 Approved
NetSuite SDF cli Tool 17.1.2 325 Tuesday, September 5, 2017 Approved

Version NetSuite 18.2 - Release 18.2.1


Discussion for the NetSuite SDF SDK Tool Package

Ground Rules:

  • This discussion is only about NetSuite SDF SDK Tool and the NetSuite SDF SDK Tool package. If you have feedback for Chocolatey, please contact the Google Group.
  • This discussion will carry over multiple versions. If you have a comment about a particular version, please note that in your comments.
  • The maintainers of this Chocolatey Package will be notified about new comments that are posted to this Disqus thread, however, it is NOT a guarantee that you will get a response. If you do not hear back from the maintainers after posting a message below, please follow up by using the link on the left side of this page or follow this link to contact maintainers. If you still hear nothing back, please follow the package triage process.
  • Tell us what you love about the package or NetSuite SDF SDK Tool, or tell us what needs improvement.
  • Share your experiences with the package, or extra configuration or gotchas that you've found.
  • If you use a url, the comment will be flagged for moderation until you've been whitelisted. Disqus moderated comments are approved on a weekly schedule if not sooner. It could take between 1-5 days for your comment to show up.
comments powered by Disqus