Skip to content

Commit

Permalink
fixed: product id label
Browse files Browse the repository at this point in the history
  • Loading branch information
plakna committed Oct 16, 2024
1 parent 9f56808 commit 5b37b92
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 5b37b92

Please sign in to comment.