Backend Subtab
These settings configure SuiteScript properties. You can configure a variety of objects server-side. Changing these objects can help your website run faster by limiting search results.
nlapiSearchRecord Results Per Page
This integer sets how many search results display on each page by default.
ID |
suitescriptResultsPerPage |
UI location |
Advanced > Backend |
JSON file |
SuiteScript.json |
Configuration file (pre-Vinson) |
Configuration.js |
Items Fields Advanced Name
This string sets the Field Set the Item Search API uses to return item details. By default, it's set to order. If you use a different Field Set name, you need to define it here.
Using a different Field Set name for each application can help your site run better. Each application only receives the details it needs for its specific pages. For example, on the Shopping item details page, you may want to display different fields than on the My Account pages. In this case, you can set up two Field Sets: details to be used in ShopFlow and myDetails to be used in the My Account pages.
More Information: Prepare the Web Site Setup Record
ID |
fieldKeys.itemsFieldsAdvancedName |
UI location |
Advanced > Backend |
JSON file |
SuiteScript.json |
Configuration file (pre-Vinson) |
Configuration.js |
Shopping’s Order
This array lists the keys of the Shopping application’s order record. For example: shipaddress, summary, promocodes etc. To maximize performance, only include the fields you need.
ID |
orderShoppingFieldKeys.keys |
UI location |
Advanced > Backend |
ID (pre-Vinson) |
order_shopping_field_keys |
Configuration file (pre-Vinson) |
Configuration.js |
Shopping’s Order Items
This array lists the item fields the Commerce API returns in the Shopping application.
ID |
orderShoppingFieldKeys.items |
UI location |
Advanced > Backend |
ID (pre-Vinson) |
order_shopping_field_keys.items |
Configuration file (pre-Vinson) |
Configuration.js |
Checkout’s Order
This array lists the keys of the Checkout application’s order record. For example: shipaddress, summary, promocodes etc.
ID |
orderCheckoutFieldKeys.keys |
UI location |
Advanced > Backend |
ID (pre-Vinson) |
order_checkout_field_keys |
Configuration file (pre-Vinson) |
Configuration.js |
Checkout’s Order Items
This array lists the item fields the Commerce API returns in the Checkout application.
ID |
orderCheckoutFieldKeys.items |
UI location |
Advanced > Backend |
ID (pre-Vinson) |
order_checkout_field_keys.items |
Configuration file (pre-Vinson) |
Configuration.js |
Item Fields Standard
This array lists the fields the Commerce API will return. To optimize performance, only include the fields your website needs. You can also use this object to make sure your account’s custom item fields are included in the Item Search API results. Add the custom field name to the list.
ID |
fieldKeys.itemsFieldsStandardKeys |
UI location |
Advanced > Backend |
Configuration file (pre-Vinson) |
Configuration.js |