Skip to content

Commit

Permalink
removed: product id on work order service (only necessaryfor product)
Browse files Browse the repository at this point in the history
  • Loading branch information
plakna committed Oct 3, 2024
1 parent ce80929 commit 371717e
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 14 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -888,13 +888,6 @@ codeunit 6611 "FS Setup Defaults"
IntegrationFieldMapping.Direction::Bidirectional,
'', true, false);

InsertIntegrationFieldMapping(
IntegrationTableMappingName,
ServiceLine.FieldNo("No."),
FSWorkOrderService.FieldNo(ProductId),
IntegrationFieldMapping.Direction::ToIntegrationTable,
'', true, false);

InsertIntegrationFieldMapping(
IntegrationTableMappingName,
ServiceLine.FieldNo(Description),
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -769,13 +769,6 @@ table 6620 "FS Work Order Service"
Caption = 'Location Code';
ExternalAccess = Read;
}
field(122; ProductId; Text[1024])
{
ExternalName = 'bcbi_productid';
ExternalType = 'String';
Description = 'Unique identifier of the warehouse associated with the entity.';
Caption = 'Location Code';
}
}
keys
{
Expand Down

0 comments on commit 371717e

Please sign in to comment.