Document toolboxDocument toolbox

User Storage Location Object

This object contains specific details about user's storage location and can be retrieved by the User REST API.


On this page:

Related pages:

User Storage Location Object Formats

JSON Format
{
	"Options": {
    	"MigrateInventory": false,
    	"MigrateOpenCountRequests": false,
    	"MigrateOpenInventoryLoads": false,
    	"MigrateOpenStockLevels": false,
    	"MigrateStockLevelsData": false
  	},
	"StorageLocationID": "",
   	"UserID": ""
}

User Storage Location Object Properties

(info) Required properties are in Bold.

PropertyTypeDescription
Optionsobject

Identifies settings to handle Storage Location (Inventory) changes for the mobile worker. These settings control the migration of Inventory, open Inventory Loads, open Physical Inventory Requests, open Stock Level Recommendations and Stock Level Recommendations Usage Data for a change in mobile worker's Storage Location.

PropertyTypeDescription
MigrateInventoryboolean

Enable migration of inventory to mobile worker's new Storage Location. 

Valid values are:

  • true - System will migrate inventory from old Storage Location to new Storage Location. Mobile application will receive Automatic Inventory Adjustment load for migrated inventory items. Any inventory associated with the new StorageLocationID will be sent to the mobile application.
  • false - System will remove old inventory items from mobile application. Any inventory associated with the new StorageLocationID will be sent to the mobile application.

Default value is false. This is the default value if this property is not specified.

MigrateOpenCountRequestsboolean

Enable migration of incomplete Physical Inventory Count Requests (Status = "1001") to mobile worker's new Storage Location. 

Valid values are:

  • true - System will migrate incomplete Physical Inventory Count Requests from old Storage Location to new Storage Location. System will update StorageLocationID field of incomplete Physical Inventory Count Requests. Any incomplete Physical Inventory Count Requests matching UserID will be sent to the mobile application.
  • false - System will remove incomplete Physical Inventory Count Requests from mobile application. Any incomplete Physical Inventory Count Requests matching UserID will be sent to the mobile application.

Default value is false. This is the default value if this property is not specified.

MigrateOpenInventoryLoadsboolean

Enable migration of incomplete Inventory Loads (Status = "1001") to mobile worker's new Storage Location. 

Valid values are:

  • true - System will migrate incomplete Inventory Loads from old Storage Location to new Storage Location. System will update StorageLocationID field of incomplete Inventory Loads. Any open Inventory Loads associated with the new StorageLocationID will be sent to the mobile application.
  • false - System will remove incomplete Inventory Loads from mobile application. Any open Inventory Loads associated with the new StorageLocationID will be sent to the mobile application.

Default value is false. This is the default value if this property is not specified.

MigrateOpenStockLevelsboolean

Enable migration of under review Stock Level Recommendations (Status = "1001") to mobile worker's new Storage Location. 

Valid values are:

  • true - System will migrate under review Stock Level Recommendations from old Storage Location to new Storage Location. System will update StorageLocationID field of incomplete Stock Level Recommendations. Any under review Stock Level Recommendations associated with the new StorageLocationID will be sent to the mobile.
  • false - System will remove under review Stock Level Recommendations from mobile application. Any under review Stock Level Recommendations associated with the new StorageLocationID will be sent to the mobile.

Default value is false. This is the default value if this property is not specified.

MigrateStockLevelsDataboolean

Enable migration Storage Location Usage Data to mobile worker's new Storage Location. Any Stock Level Data associated with the new StorageLocationID will be sent to the mobile application.

Valid values are:

  • true - System will migrate Storage Location Usage Data from old Storage Location to new Storage Location. 
  • false - System will remove Storage Location Usage Data from mobile application.

Default value is false. This is the default value if this property is not specified.

StorageLocationIDstringIdentifies the storage location assigned to the user. When the user is using the mobile application this is the inventory location where parts will be consumed from. If this field is missing or left blank then system will un-assign a storage location.
UserIDstringThis field represents the mobile worker's logon to the system.Â