From 5b37b929e9b359b18e21613a06c9892ca51c0a44 Mon Sep 17 00:00:00 2001 From: Niklas Plakolb Date: Wed, 16 Oct 2024 08:17:26 +0200 Subject: [PATCH] fixed: product id label --- .../app/src/Tables/FSWorkOrderProduct.Table.al | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Apps/W1/FieldServiceIntegration/app/src/Tables/FSWorkOrderProduct.Table.al b/Apps/W1/FieldServiceIntegration/app/src/Tables/FSWorkOrderProduct.Table.al index bec6a653a5..9605841d5a 100644 --- a/Apps/W1/FieldServiceIntegration/app/src/Tables/FSWorkOrderProduct.Table.al +++ b/Apps/W1/FieldServiceIntegration/app/src/Tables/FSWorkOrderProduct.Table.al @@ -728,12 +728,12 @@ table 6619 "FS Work Order Product" Caption = 'Location Code'; ExternalAccess = Read; } - field(122; ProductId; Text[1024]) + field(122; ProductId; Code[20]) { ExternalName = 'bcbi_productid'; ExternalType = 'String'; - Description = 'Unique identifier of the warehouse associated with the entity.'; - Caption = 'Location Code'; + Description = 'Unique identifier of the product associated with the entity.'; + Caption = 'Product Id'; } } keys