Table 14 Location in 22
- App
- Base Application
Fields, 51Keys, 3Procedures, 15Events, 13
Versions171819202122232425262728latest
Source29
Fields, 51
| Id | Name | Type | Obsolete |
|---|---|---|---|
| 1 | Code | Code[10] | - |
| 2 | Name | Text[100] | - |
| 130 | Default Bin Code | Code[20] | - |
| 5700 | Name 2 | Text[50] | - |
| 5701 | Address | Text[100] | - |
| 5702 | Address 2 | Text[50] | - |
| 5703 | City | Text[30] | - |
| 5704 | Phone No. | Text[30] | - |
| 5705 | Phone No. 2 | Text[30] | - |
| 5706 | Telex No. | Text[30] | - |
| 5707 | Fax No. | Text[30] | - |
| 5713 | Contact | Text[100] | - |
| 5714 | Post Code | Code[20] | - |
| 5715 | County | Text[30] | - |
| 5718 | Text[80] | - | |
| 5719 | Home Page | Text[90] | - |
| 5720 | Country/Region Code | Code[10] | - |
| 5724 | Use As In-Transit | Boolean | - |
| 5726 | Require Put-away | Boolean | - |
| 5727 | Require Pick | Boolean | - |
| 5728 | Cross-Dock Due Date Calc. | DateFormula | - |
| 5729 | Use Cross-Docking | Boolean | - |
| 5730 | Require Receive | Boolean | - |
| 5731 | Require Shipment | Boolean | - |
| 5732 | Bin Mandatory | Boolean | - |
| 5733 | Directed Put-away and Pick | Boolean | - |
| 5734 | Default Bin Selection | Enum Location Default Bin Selection | - |
| 5790 | Outbound Whse. Handling Time | DateFormula | - |
| 5791 | Inbound Whse. Handling Time | DateFormula | - |
| 7305 | Put-away Template Code | Code[10] | - |
| 7306 | Use Put-away Worksheet | Boolean | - |
| 7307 | Pick According to FEFO | Boolean | - |
| 7308 | Allow Breakbulk | Boolean | - |
| 7309 | Bin Capacity Policy | Option | - |
| 7311 | Check Whse. Class | Boolean | - |
| 7313 | Open Shop Floor Bin Code | Code[20] | - |
| 7314 | To-Production Bin Code | Code[20] | - |
| 7315 | From-Production Bin Code | Code[20] | - |
| 7317 | Adjustment Bin Code | Code[20] | - |
| 7319 | Always Create Put-away Line | Boolean | - |
| 7320 | Always Create Pick Line | Boolean | - |
| 7321 | Special Equipment | Option | - |
| 7323 | Receipt Bin Code | Code[20] | - |
| 7325 | Shipment Bin Code | Code[20] | - |
| 7326 | Cross-Dock Bin Code | Code[20] | - |
| 7330 | To-Assembly Bin Code | Code[20] | - |
| 7331 | From-Assembly Bin Code | Code[20] | - |
| 7332 | Asm.-to-Order Shpt. Bin Code | Code[20] | - |
| 7333 | To-Job Bin Code | Code[20] | - |
| 7600 | Base Calendar Code | Code[10] | - |
| 7700 | Use ADCS | Boolean | - |
Keys, 3
| Name | Fields | Obsolete |
|---|---|---|
| Key1, clustered | Code | - |
| Key2 | Name | - |
| Key3 | Use As In-Transit, Bin Mandatory | - |
Procedures, 15
| Name | Parameters | Returns | Access | Obsolete |
|---|---|---|---|---|
| RequireShipment | (Code[10]) | Boolean | public | - |
| RequirePicking | (Code[10]) | Boolean | public | - |
| RequireReceive | (Code[10]) | Boolean | public | - |
| RequirePutaway | (Code[10]) | Boolean | public | - |
| GetLocationSetup | (Code[10], var Record Location) | Boolean | public | - |
| GetRequirementText | (Integer) | Text[50] | public | - |
| DisplayMap | () | public | - | |
| IsBWReceive | () | Boolean | public | - |
| IsBWShip | () | Boolean | public | - |
| IsBinBWReceiveOrShip | (Code[20]) | Boolean | public | - |
| IsInTransit | (Code[10]) | Boolean | public | - |
| GetLocationsIncludingUnspecifiedLocation | (Boolean, Boolean) | public | - | |
| CheckEmptyBin | (Code[10], Code[20], Text[30]) | public | - | |
| BinMandatory | (Code[10]) | Boolean | public | - |
| PickAccordingToFEFO | () | Boolean | public | - |
Events, 13
| Kind | Name | Parameters | Obsolete |
|---|---|---|---|
| Integration event | OnBeforeValidateUseCrossDocking | (var Record Location, Record Location, Integer, var Boolean) | - |
| Integration event | OnGetLocationSetupOnAfterInitLocation | (var Record Location, var Record Location) | - |
| Integration event | OnBeforeWMSCheckWarehouse | (var Record Location, var Boolean) | - |
| Integration event | OnValidateBinMandatoryOnBeforeItemLedgEntrySetFilters | (var Record Location) | - |
| Integration event | OnValidateBinMandatoryOnAfterItemLedgEntrySetFilters | (var Record Location) | - |
| Integration event | OnValidateBinMandatoryOnAfterWhseEntrySetFilters | (var Record Location, var Record Warehouse Entry) | - |
| Integration event | OnAfterLookupCity | (var Record Location, var Record Post Code) | - |
| Integration event | OnAfterLookupPostCode | (var Record Location, var Record Post Code) | - |
| Integration event | OnAfterValidateCity | (var Record Location, var Record Post Code) | - |
| Integration event | OnAfterValidatePostCode | (var Record Location, var Record Post Code) | - |
| Integration event | OnBeforeValidateCity | (var Record Location, var Record Post Code, Integer, var Boolean) | - |
| Integration event | OnBeforeValidatePostCode | (var Record Location, var Record Post Code, Integer, var Boolean) | - |
| Integration event | OnBeforeIsBinBWReceiveOrShip | (Record Location, Code[20], var Boolean, var Boolean) | - |