Version: eXtendPS-SE 1.4.36 and above
Audience: Administrator

Overview

The eXtendPS-SE Setup Configuration page allows you to configure the initial settings for the eXtendPS-SE bundle. This includes setting up authentication tokens, configuring service settings, and enabling response caching to optimize performance.

Prerequisites

Before configuring eXtendPS-SE, ensure you have:

Configuration

To perform the initial bundle setup for eXtendPS-SE:

Access the Setup Page

  1. Log into NetSuite using an account with Administrator permissions.
  2. Go to eXtendTecheXtendPS-SESetup.
Image Placeholder

Configure Authentication Settings

  1. Token ID - Specify the OAuth Token ID. Refer to Generating a new Access Token for details regarding access token generation.
  2. Token Secret - Specify the OAuth Token Secret. Refer to Generating a new Access Token for details regarding access token generation.

Configure Service Settings

  1. eXtendPS-SE Subdomain - This will be configured by eXtendTech during installation. Note: If this field is disabled and already populated, you may have another eXtendTech bundle in your account which already has a subdomain specified.
  2. Concurrent Threads - Determines how many concurrent calls can be made by the PromoStandards API to your NetSuite account.
  3. Services - Select the services that you wish to enable for operation. Note: This will turn a service on or off entirely. To enable or disable services for particular users, see Update eXtendPS-SE User. However, when turned on, the service still requires separate configuration be completed before it's ready for use.

Configure Performance and Display Options

  1. eXtendPS-SE Cache Response - Enable this checkbox to enable response caching. When enabled, responses will be sent based on cached data to improve performance. See Sending Product Data Service Responses from Cache for more information.
  2. eXtendPS-SE Return Assembly Components Over Matrix Sub-Items - Define a checkbox field on the item record that denotes whether an assembly item needs to be shown as matrix parent/child or assembly with components in the Product Data response. Note: In the Product Data Setup page, there's an option to suppress the components of assembly items, which will display the items as matrix parent/child in the response. However, this configuration is applied globally. If you want to display only certain items in this manner, you can use this feature.

Save Your Configuration

  1. Click Submit to save your changes.

Frequently Asked Questions (FAQs)

Q: What happens if I enable a service without completing its configuration?
A: The service will be turned on but won't be ready for use until you complete the required configuration specific to that service.

Q: How does response caching improve performance?
A: When response caching is enabled, the system sends responses based on cached data rather than querying the database each time, which significantly reduces response time for frequently requested data.