Overview
Prerequisites
- Access to NetSuite with administrator privileges.
- Understanding of PromoStandards requirements.
- Familiarity with NetSuite custom records and locations.
Configuration
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 |
Creating the eXtendFobPoint Record
- Go to Customization → List, Records, & Fields → Record Types → eXtendFobPoint → New.
- Fill in the following fields:
- NAME: Specify a name for the FOB point record.
- FOBPOINT POSTAL CODE: Enter the postal code/zip code for the FOB point.
- FOBPOINT CITY: Enter the city for the FOB point.
- FOBPOINT STATE: Specify the state in ISO 3166-2 format.
- FOBPOINT COUNTRY: Specify the country in ISO 3166-1 alpha-2 format.
- FOBPOINT CURRENCY SUPPORTED ARRAY: Select the supported currencies.
- FOBPOINT LOCALIZATION LANGUAGE: Specify the language in ISO 639-1 alpha-2 format. (e.g., en for English, fr for French).
Mapping the eXtendFobPoint Record to NetSuite Locations
- Go to Setup → Company → Locations.
- Open each Location you want to map in edit mode.
- Find the multi-select field name Promo FOB Points {custrecord_extend_promo_fob_point}.
- Select the appropriate eXtendFobPoint record(s) for this location
- Click Save.
Frequently Asked Questions (FAQs)
Q: Why are FOB Points important in PromoStandards? A: FOB Points are crucial for services like Product Pricing and Configuration, as they're required to retrieve pricing details for items. They enable your distributors/customers to view accurate pricing information.
Q: How does eXtendPS-SE use the eXtendFobPoint records? A: eXtendPS-SE links these custom records with your NetSuite Location records. When an item is assigned to a location, the corresponding FOB point details are included in PromoStandards responses.