---
title: "Table 99000754 Work Center"
author: "Jonas Paprotka"
url: https://jonas-paprotka.de/ref/table/99000754-work-center/
type: table
id: 99000754
name: "Work Center"
app: "Base Application"
namespace: Microsoft.Manufacturing.WorkCenter
versions: "17-28"
build: 28.5.54151.54365
source: "https://jonas-paprotka.de/ref/table/99000754-work-center/source/29/"
checked: 2026-09-20
subject: "Microsoft Dynamics 365 Business Central"
license: "Content © 2026 Jonas Paprotka. Quote freely with attribution and a link."
---

# Table 99000754 Work Center

Jonas Paprotka, https://jonas-paprotka.de/ref/table/99000754-work-center/

| | |
| --- | --- |
| App | Base Application |
| Namespace | Microsoft.Manufacturing.WorkCenter |
| Versions | 17-28 |
| Source file | Manufacturing/WorkCenter/WorkCenter.Table.al |

## Fields

| Id | Name | Type | Versions | Obsolete | Reason |
| --- | --- | --- | --- | --- | --- |
| 1 | No. | Code[20] | 17-28 | - | - |
| 3 | Name | Text[100] | 17-28 | - | - |
| 4 | Search Name | Code[100] | 17-28 | - | - |
| 5 | Name 2 | Text[50] | 17-28 | - | - |
| 6 | Address | Text[100] | 17-28 | - | - |
| 7 | Address 2 | Text[50] | 17-28 | - | - |
| 8 | City | Text[30] | 17-28 | - | - |
| 9 | Post Code | Code[20] | 17-28 | - | - |
| 12 | Alternate Work Center | Code[20] | 17-28 | - | - |
| 14 | Work Center Group Code | Code[10] | 17-28 | - | - |
| 16 | Global Dimension 1 Code | Code[20] | 17-28 | - | - |
| 17 | Global Dimension 2 Code | Code[20] | 17-28 | - | - |
| 18 | Subcontractor No. | Code[20] | 17-28 | - | - |
| 19 | Direct Unit Cost | Decimal | 17-28 | - | - |
| 20 | Indirect Cost % | Decimal | 17-28 | - | - |
| 21 | Unit Cost | Decimal | 17-28 | - | - |
| 22 | Queue Time | Decimal | 17-28 | - | - |
| 23 | Queue Time Unit of Meas. Code | Code[10] | 17-28 | - | - |
| 26 | Last Date Modified | Date | 17-28 | - | - |
| 27 | Comment | Boolean | 17-28 | - | - |
| 30 | Unit of Measure Code | Code[10] | 17-28 | - | - |
| 31 | Capacity | Decimal | 17-28 | - | - |
| 32 | Efficiency | Decimal | 17-28 | - | - |
| 33 | Maximum Efficiency | Decimal | 17-28 | - | - |
| 34 | Minimum Efficiency | Decimal | 17-28 | - | - |
| 35 | Calendar Rounding Precision | Decimal | 17-28 | - | - |
| 36 | Simulation Type | Option | 17-28 | - | - |
| 37 | Shop Calendar Code | Code[10] | 17-28 | - | - |
| 38 | Blocked | Boolean | 17-28 | - | - |
| 39 | Date Filter | Date | 17-28 | - | - |
| 40 | Work Shift Filter | Code[10] | 17-28 | - | - |
| 41 | Capacity (Total) | Decimal | 17-28 | - | - |
| 42 | Capacity (Effective) | Decimal | 17-28 | - | - |
| 44 | Prod. Order Need (Qty.) | Decimal | 17-28 | - | - |
| 45 | Prod. Order Need Amount | Decimal | 17-28 | - | - |
| 47 | Prod. Order Status Filter | Enum Production Order Status | 17-28 | - | - |
| 50 | Unit Cost Calculation | Enum Unit Cost Calculation Type | 17-28 | - | - |
| 51 | Specific Unit Cost | Boolean | 17-28 | - | - |
| 52 | Consolidated Calendar | Boolean | 17-28 | - | - |
| 53 | Flushing Method | Enum Flushing Method Routing | 17-28 | - | - |
| 80 | No. Series | Code[20] | 17-28 | - | - |
| 81 | Overhead Rate | Decimal | 17-28 | - | - |
| 82 | Gen. Prod. Posting Group | Code[20] | 17-28 | - | - |
| 83 | County | Text[30] | 17-28 | - | - |
| 84 | Country/Region Code | Code[10] | 17-28 | - | - |
| 7300 | Location Code | Code[10] | 17-28 | - | - |
| 7301 | Open Shop Floor Bin Code | Code[20] | 17-28 | - | - |
| 7302 | To-Production Bin Code | Code[20] | 17-28 | - | - |
| 7303 | From-Production Bin Code | Code[20] | 17-28 | - | - |
| 7304 | Calendar Entries Avail. Until | Date | 28 | - | - |

## Keys

| Name | Fields | Versions |
| --- | --- | --- |
| Key1, clustered | No. | 17-28 |
| Key2 | Search Name | 17-28 |
| Key3 | Work Center Group Code | 17-28 |
| Key4 | Subcontractor No. | 17-28 |
| Key5 | Name | 17-28 |

## Procedures

| Name | Parameters | Returns | Access | Versions | Obsolete | Reason |
| --- | --- | --- | --- | --- | --- | --- |
| AssistEdit | (Record Work Center) | Boolean | public | 17-28 | - | - |
| ValidateShortcutDimCode | (Integer, var Code[20]) | - | public | 17-28 | - | - |
| GetBinCode | (Boolean, Option) | Code[20] | public | 17-23 | Pending 21.0 | Replaced by procedure GetBinForFlushingMethod() |
| GetBinCodeForFlushingMethod | (Boolean, Enum Flushing Method) | Code[20] | public | 21-28 | - | - |
| CheckBinCode | (Code[10], Code[20], Text, Code[20]) | - | public | 25-28 | - | - |

## Events

| Kind | Name | Parameters | Versions | Obsolete | Reason |
| --- | --- | --- | --- | --- | --- |
| Integration event | OnAfterValidateShortcutDimCode | (var Record Work Center, var Record Work Center, Integer, var Code[20]) | 17-28 | - | - |
| Integration event | OnBeforeAssistEdit | (var Record Work Center, Record Work Center, var Boolean) | 17-28 | - | - |
| Integration event | OnBeforeValidateShortcutDimCode | (var Record Work Center, var Record Work Center, Integer, var Code[20]) | 17-28 | - | - |
| Integration event | OnValidateWorkCenterGroupCodeBeforeModify | (var Record Work Center, var Record Work Center) | 17-28 | - | - |
| Integration event | OnAfterGetBinCodeForFlushingMethod | (Record Work Center, Enum Flushing Method, var Code[20]) | 21-28 | - | - |
| Integration event | OnBeforeValidateCity | (var Record Work Center, var Record Post Code, Integer, var Boolean) | 21-28 | - | - |
| Integration event | OnBeforeValidatePostCode | (var Record Work Center, var Record Post Code, Integer, var Boolean) | 21-28 | - | - |
| Integration event | OnValidateLocationCodeOnBeforeCheckBinMandatory | (var Record Work Center, var Record Location, var Boolean) | 28 | - | - |

## Source

Symbols: Microsoft.BaseApplication.symbols.437dbf0e-84ff-417a-965d-ed2bb9650972, https://dynamicssmb2.pkgs.visualstudio.com/DynamicsBCPublicFeeds/_packaging/MSSymbols/nuget/v3/index.json, highest build per major on 2026-09-20.
AL source 29: https://github.com/microsoft/BCApps, MIT, releases/29.x at a66254c3b8b5bb1cea290dc8f9d097aec4381153.

Jonas Paprotka, 2026-09-20.
