Consumable Element Overview for Mobile Inventory Management

Learn about the Consumable Element for mobile inventory in NetSuite 2026.1, including configuration and usage tips.

·3 min read·29 views·NetSuite 2026.1·View Oracle Docs

The inventory section loads whenever the mobile app is started or refreshed, and provides inventory or item data for the quote, consumables, salesorder, order, receive, and return tabs.

It loads four elements, each with a specific purpose:

  • consumable

  • kit

  • orderable

  • receivable

You can see the basic configuration shell in the code block below.

json
1"inventory": {
2 "element": {
3 "consumable": {
4 "uri": "consumable",
5 "type": "datalist",
6 "options": {
7 .... }
8 },
9 "kit": {
10 "uri": "kit",
11 "type": "datalist",
12 "options": {
13 .... }
14 },
15 "orderable": {
16 "uri": "orderable",
17 "type": "datalist",
18 "options": {
19 .... }
20 },
21 "receivable": {
22 "uri": "receivable",
23 "type": "datalist",
24 "options": {
25 .... }
26 }
27 }
28}

Kit Element

The kit element works with the consumable element on the salesorder tab and checks if all components and quantities are in the user's location. If so, the kit will appear in the available items list on the salesorder tab.

Orderable Element

The orderable element loads any items with the Field Service Show On Mobile box checked. This data is used on the quote and order tabs.

Tip:

Don't set up more than 10,000 items for the mobile quote and order tabs, since this slows down app loading and item field performance. Show only the most common parts and add a miscellaneous item for the back office to flag extra parts.

Receivable Element

The receivable option loads any transfer orders pending receipt to the employee's location, plus the lines, items, and quantities to be received. This data is used on the receive tab.

To learn more about the inventory section, see the following:

Default Configuration

Elements loaded in the inventory section can be accessed elsewhere on the mobile through user resources.

json
1"user": {
2 "employee": {
3 ...
4 "map": {
5 ....
6 },
7 "resources": [
8 {
9 "resources": [
10 "inventory"
11 ]
12 }
13 ]
14 }
15 },

You can also add new components that aren't inventory or item related and they'll be available on mobile too. For more examples, see Configuring Additional Inventory Section Searches.

Inventory Section Considerations

Here are a some things to keep in mind, including some limitations, when using the inventory section.

  • Data loaded in options is cached until you refresh the mobile app, so item quantities aren't updated automatically. Updates appear after they're saved in NetSuite and the mobile app is refreshed.

  • You can add or change elements, but inventory and item searches are used in other parts of mobile. For example, the consumable option loads available stock to fulfill sales orders. Changing these searches can cause errors or affect other FSM functions like order fulfillment, so you shouldn't modify them unless you're sure of the impact.

Related Topics

General Notices

Frequently Asked Questions (4)

What criteria must be met for an item to appear in the mobile consumable inventory section?
An item must be available in the employee's location and have the Field Service Show On Mobile box checked. Item Groups can also be included without location validation if the box is checked.
Can I modify the searches for consumable items without affecting anything else?
Modifying searches used for consumable items can cause errors or affect other FSM functions like order fulfillment. Changes should only be made if the impact is fully understood.
How do kits work within the consumable inventory section?
Kits work with the consumable element on the salesorder tab by checking if all components and quantities are available in the user's location. If they are, the kit will appear in the available items list.
What are the limitations to be aware of in the inventory section of the mobile app?
Data loaded in the inventory options is cached until the mobile app is refreshed, meaning item quantities will not update automatically. They are updated after being saved in NetSuite and the app is refreshed.

Weekly Update History (2)

Field Service Managementadded

Added the following help topics under the Inventory Section in FSM Mobile: Consumable Element in the Inventory Section Configuring Additional Inventory Section Searches

View Oracle Docs
Field Service Managementadded

Added the new topic Inventory Section under the Mobile User Guide to include information about default configuration, limitations, and configurability.

View Oracle Docs
Source: The Consumable Element Oracle NetSuite Help Center. This article was generated from official Oracle documentation and enriched with additional context and best practices.

Was this article helpful?

More in Field Service Management

View all Field Service Management articles →

Also from NetSuite 2026.1

View all NetSuite 2026.1 changes →