NetSuite Data Provider - Online Help
NetSuite Data Provider
Questions / Feedback?

Static One-Way Receive Location

This section provides step-by-step instructions to create, configure, and test a receive location using an RSSBus BizTalk Adapter. You can use receive locations to automate actions in NetSuite. In the following sections, you will configure a Static One-Way Receive Location and use it to retrieve data from NetSuite every 60 seconds.

A receive location can execute SQL commands and create BizTalk messages that contain the results. If you want to execute updategram commands, use a send port.

Create the Receive Port

To add a receive location to your application, you first need to add a receive port. Receive ports can receive data from multiple receive locations.

  1. If you have not already done so, open your application in the BizTalk Administration Console.
  2. In your application, right-click Receive Ports and click New -> Static One-Way Receive Port. The Receive Port Properties dialog is displayed.
  3. In the Name menu, enter a name for the receive port.

Create and Configure the Receive Location

After you create the receive port, create the receive location and configure it to use the NetSuite adapter as its transport type.

  1. Right-click Receive Locations and click New -> One-Way Receive Location.
  2. Select the appropriate receive port of which the new receive location will be a member. The Receive Location Properties dialog is displayed.
  3. In the Name menu, enter a name for the receive location.
  4. In the Receive Location properties, select RSSBus.NetSuite in the Transport Type menu.
  5. In the Receive pipeline menu, select the default option, PassThruReceive.

Configure the Adapter

Specify the command that the adapter will execute in the Transport Properties dialog.

  1. In the receive location properties, click Configure. The Transport Properties dialog for the adapter is displayed.
  2. In the SQL Command property, enter the command. This example uses
    SELECT * FROM Account
  3. Set the Polling Interval property to 60 seconds.

Refer to NetSuite Adapter for the available adapter configuration properties.

Configure the Connection String

Set credentials and other connection properties in the Connection String Options dialog.

  1. In the receive location properties, click Configure. The adapter properties dialog is displayed.
  2. Set the Polling Interval option to 60 seconds.
  3. Click the button in the Connection String property. The Connection String Options dialog is displayed.
  4. Enter connection properties. A typical connection string is below:
    Account Id=XABC123456;Password=password;User=user;Role Id=3;Version=2013_1;Location=C:\\myfolder\\;
  5. Click Test Connection to verify the connection values and test connectivity.

Refer to Establishing a Connection for more information about the required connection properties. Refer to Connection String Options for a description of the various properties and their functions.

Create a Send Port

The static one-way receive location is now ready for use with a send port: A send port must be associated with the BizTalk messages that are created by the receive location. See Static One-Way Send Port and Static Solicit-Response Send Port for guides on using send ports with the RSSBus NetSuite adapter.

 
 
Copyright (c) 2015 RSSBus, Inc. - All rights reserved.
Build 1.0.5577.0