| Key | Value | Description |
|---|---|---|
| SHIP_SHIPTYP_PICK** | true/false | Allow Device Users To Change Shipping Type in Ship Screen |
| LOOKUP‡ | true/false | Allow Main Menu Lookup Button (Custom Lookups) |
| PREVENT_OVERREC† | true/false | Prevent over receiving |
| INTEGRATE_QTY_ONLY* | true/false | Integrate all part types as QTY only |
| PREVENT_OVERPICK† | true/false | Prevent over picking |
| RECEIVING_PART_LOOKUP*‡ | true/false | Part XRef lookup in Receiving (btn w/separate screen) |
| ADDINVENTORY_PART_LOOKUP‡ | true/false | Part XRef lookup in Add Client Inventory (btn w/separate screen) |
| BINMOVE_PART_LOOKUP‡ | true/false |
Part XRef lookup in Bin Move (btn w/separate screen) |
| BACK_TO_PART_ON_QTY_SCAN‡ | true/false | Return to Part Select after non-serial qty enter |
| ORDER_DOC_BY_INTEGRATIONID* | true/false | (Use ORDER_DOC_BY in version 3.1+)Order document lines by IntegrationID in Pick & Receive |
| LOAD_PART_XREF†‡ | true/false | Load part XRef using part custom 2-4 (Used in SmartComboBoxes) |
| PICK_DISCREPANCY‡ | true/false | Show discrepancy screen after picking |
| USE_FIRST_DISCREPANCY‡ | true/false | Don't ignore discrepancies using first available discrepancy reason |
| CYCLE_COUNT_NO_SIGN‡ | true/false | Don't prompt user to sign cycle counts |
| CYCLE_COUNT_REPEAT‡ | true/false | Don't return to menu after cycle count (ready to perform another) |
| AUTO_FILL_WH‡ | true/false | Fill in Bin with PONumber from DocumentDetail in Pick & Rec |
| WAVE_PICK_CONFIRM | true/false | Require PN Scan to confirm correct part was picked from bin. |
| SHOW_ORD_PICK_DESC†‡ | true/false | Show the part descriptions in order pick screen. |
| SHOW_RECEIVING_DESC†‡ | true/false | Show the part descriptions in PO receiving screen. |
| ENABLE_WAVE_PICK_BIN_TYPE_FILTERING | true/false | Prompt for BinType filter during wave pick session setup. |
| ENABLE_WAVE_PICK_TOTES | true/false | Prompt for optional Tote Identifier while adding orders to a wave pick session. Allows for order presorting on a pick cart. |
| WAVE_PICK_COLUMNS_TO_HIDE | string | A comma delimited list of columns that the users don't want to see. (processed on device) |
| ENABLE_WAVE_PICK_TOTES | true/false | Allow users to wave pick to totes |
| ENABLE_WAVE_PICK_MASS_MOVE | true/false | Allow users to "offload" their wave pick cart to another bin such as a packing table. |
| MULTIPLE_LOT_RECEIVE** | true/false | Allow a lots to be received more than once. |
| ORDER_DOC_BY† | string |
Sort Pick & Rec Detail (See SCOUT_eTrack_ws\transactions.asmx) Format: COLUMNNAME followed by ASC or DESC |
| PICK_ITEM_WITH_PART_SCAN | true/false | Picking items by repeatedly scanning part number instead of entering qty (may not want BACK_TO_PART_ON_QTY_SCAN) |
| RECEIVE_ITEM_WITH_PART_SCAN | true/false | Receiving items by repeatedly scanning part number instead of entering qty (may not want BACK_TO_PART_ON_QTY_SCAN) |
| TRACKINGNOTES | true/false | Show user prompt for notes on tracking number. |
| TRACKINGNOTES_PROMPT | string | Prompt to show user for TRACKINGNOTES |
| TRACKINGNOTES_REGEX | string | Regular expression to validate TRACKINGNOTES |
| QTY_CHARS_REMOVE | string | String To Be Removed From QTY Field After Input Is Complete. Using String.Replace() This is mainly for scanning when the customer needs to scan a non numeric bar-code. Ex. Q-100 is scanned in then "Q-" (minus quotes) would be the value for this setting. |
| APP_BARK_ENABLE | true/false | Turns On or Off new Instant Messenger feature "BARK" |
| APP_ALLOW_ADD_WOLINE | true/false | Allows Users To Add Items To Work Orders From The Device. FALSE by Default !!!! |
| APP_ALLOW_ADD_SOLINE | true/false | Allows Users To Add Items To Shipping Transactions From The Device. FALSE by Default !!!! |
| APP_ALLOW_ADD_POLINE | true/false | Allows Users To Add Items To Receiving Transactions From The Device. false by default!!!!! |
| WARN_LOT_LIFO_FIFO | true/false | Allows System To Only Warn User about Picking Lot Quantities First based on LIFO or FIFO settings. |
| FORCE_LOT_LIFO_FIFO | true/false | Allows System To Force User To Pick Lot Quanties First based on LIFO or FIFO Settings For Part. If NO LIFO or FIFO is set for Part the system will always return true when verifying. WARN_LOT_LIFO_FIFO must be set to "true" in order for this setting to have any effect. |
| INVENTORY_REQUIRE_LOCATION | true/false | Allows System to force User to have a Location assigned to them. Or pick a location before Picking for Bin filtering. This will also come into play when doing Bin Moves, Kit Building, Kit Break Down, and Other Bin related tasks. For Shipping the "From Location" will be used first, then the User Location. If neither of these exist, the User will be prompted to choose a Client and Location before doing the work. IK. |
| CLIENT_NEWLINE_INTEGRATION_FIRST | true/false | This setting is for when system is used with an external Integration System (ex Quick Books) and we need to data (if new) to flow into the Integration system first and then come over into Top Shelf. This is only for adding lines to Shipping and Receiving transactions from the Device or Mobile interface. |
| PREVENT_DOC_ITEM_ADD | true/false | This setting is used to block users from adding items to a transaction through the mobile app/site. |
| ALLOW_PICK_TO_CONTAINER | true/false | This setting is to hide or show a container field when picking parts in an order. |
| QUICKBOOKS_LINE_ITEM_TRACKING | true/false | This setting will allow for tracking numbers to be added to the invoice in quickbooks as a description-only line item |
| ALLOW_CHILD_BIN_CREATE | true/false | This setting will hide/show the ability to create a new bin on receiving |
| PROMPT_FOR_DISCREPANCY | true/false | This setting will change whether or not the person is able to pass over any discrepancy without being shown the discrepancy page |
| DEFAULT_LOT_QTY_VALUE | String | This setting will set the default lot quantity value |
| UNCHECK_REC_PRINT | String | This setting will prevent the Print checkbox from reverting to Unchecked after every receive action. Therefore a user can check it and it will stay checked. |
* Superseded by newer code.
** Not fully implemented.
† Used Server Side Only
‡ Used Device Side Only
†‡ Used Device and Server Side