Version: eXtendPS-SE all versions
Audience: Administrator

Within the PromoStandards Product Data, Product Pricing and Configuration, Purchase Order, and Invoice services, FOB Points are used in the requests/replies from PromoStandards.

The Product Pricing and Configuration service requires the FOB point be included for the selected item so that pricing details can be retrieved. FOB points must be created to enable your distributors/customers to view the pricing details for your items.
 
The FOB point is an object and has the following attributes:

Field

Description

WSDL Data Type

SQL Data Type

Required?

fobId

The Id of the FOB Point

STRING

VARCHAR(64)

TRUE

fobPostalCode

The Postal or Zip Code of the fob Point

STRING

VARCHAR(64)

TRUE

fobCity

The city of the FOB Point

STRING

VARCHAR(64)

TRUE

fobState

The state of the FOB Point in ISO 3166-2 format.

STRING

VARCHAR(64)

TRUE

fobCountry

The country of the FOB Point in Alpha 2 ISO3166 “CODE” format.

STRING

VARCHAR(64)

TRUE

CurrencySupportedArray

The currencies supported for the FOB Point

ARRAY

ARRAY

TRUE

ProductArray

An array of productIds associated with the FOB Point

ARRAY

ARRAY

TRUE


To support these attributes, eXtendPS-SE uses the eXtendFobPoint {customrecord_extend_fob_point} custom record. This custom record is linked with your NetSuite Location records. Based on the location assigned to your item record, the FOB point details are sent in PromoStandards responses.

Creating the eXtendFobPoint Record

  1. Go to Customization → List, Records, & Fields → Record Types → eXtendFobPoint → New.Image Placeholder
  2. Specify the fields below:
    1. NAME: Specify a name for the FOB point record.
    2. FOBPOINT POSTAL CODE: Specify the postal code/zip code for the FOB point.
    3. FOBPOINT CITY: Specify the city for the FOB point.
    4. FOBPOINT STATE: Specify the state for the FOB Point in ISO 3166-2 format.
    5. FOBPOINT COUNTRY: Specify the country for the FOB Point in ISO 3166-1 alpha-2 format format.
    6. FOBPOINT CURRENCY SUPPORTED ARRAY: Select the currencies supported by the FOB Point.
    7. FOBPOINT LOCALIZATION LANGUAGE: Specify the ISO 639-1 alpha-2 format for the localization language. Example: en = English; fr = French

Mapping the eXtendFobPoint Record to NetSuite Locations

Once you have created the eXtendFobPoint record(s), you will link them with your NetSuite Location(s).

  1. Go to Setup → Company → Locations.
  2. Open each Location to be mapped in edit mode.Image Placeholder
  3. On the location record you will find a multi-select field named Promo FOB Points {custrecord_extend_promo_fob_point}.
  4. Select the eXtendFobPoint record(s) you want to link with this location and click Save.