Adding the Financial Institution Connectivity Plug-in Implementation

After creating the plug-in script file, upload and implement the file in NetSuite.

To add the plug-in implementation:

  1. In NetSuite, go to Customization > Plug-ins > Plug-in Implementations > New.

    NetSuite displays the Upload Plug-in Implementation page.

  2. For the Script File, click the plus icon.

  3. Click Choose File, then select the JavaScript file.

  4. Click Save.

  5. Click Create Plug-in Implementation.

  6. On the Plug-in Implementation page, enter the following information:

    Note:

    There is no need to select the plug-in type or the implementation of the plug-in. Because the plug-in uses SuiteScript 2.0, these fields are sourced from the plug-in script file.

    Option

    Description

    Name

    User-friendly name for the implementation.

    This name appears in the plug-in implementation list.

    ID

    Internal ID for the implementation for use in scripting. If you do not provide an ID, NetSuite will provide one for you after you click Save. As a developer, when you write code that uses this implementation, you will reference the implementation using this ID.

    Status

    Current status for the implementation. Choose Testing to have the implementation accessible to the owner of the implementation. Choose Released to have the implementation accessible in a production environment

    Log Level

    Logging level you want for the script. Select Debug, Audit, Error, or Emergency. The log information appears on the Execution Log subtab for the implementation after you create it.

    Go to Customization > Plug-ins > Plug-in Implementations, select your implementation, and then click the Execution Log subtab.

    Description

    Optional description of the implementation.

    Owner

    User account that owns the implementation. Default is the name of the current user

  7. On the Unhandled Errors subtab, select which individual or individuals are notified if script errors occur. By default the Notify Script Owner box is checked.

    Tip:

    To enter multiple email addresses in the Notify Emails box, separate email addresses with a semi-colon.

  8. Click Save.

Related Topics

Administering a Financial Institution Connectivity Plug-in
Enabling Features for a Financial Institution Connectivity Plug-in
Configuration for a Financial Institution Connectivity Plug-in
Conditions for Running a Financial Institution Connectivity Plug-in
Conditions for Testing a Financial Institution Connectivity Plug-in

General Notices