diff --git a/Apps/CZ/CashDeskLocalization/app/Src/Tables/CashDeskRepSelectionsCZP.Table.al b/Apps/CZ/CashDeskLocalization/app/Src/Tables/CashDeskRepSelectionsCZP.Table.al index df80124c17..e4a306af7f 100644 --- a/Apps/CZ/CashDeskLocalization/app/Src/Tables/CashDeskRepSelectionsCZP.Table.al +++ b/Apps/CZ/CashDeskLocalization/app/Src/Tables/CashDeskRepSelectionsCZP.Table.al @@ -27,7 +27,7 @@ table 11748 "Cash Desk Rep. Selections CZP" field(3; "Report ID"; Integer) { Caption = 'Report ID'; - TableRelation = AllObj."Object ID" where("Object Type" = const(Report)); + TableRelation = AllObjWithCaption."Object ID" where("Object Type" = const(Report)); DataClassification = CustomerContent; trigger OnValidate() diff --git a/Apps/CZ/CompensationLocalization/app/Src/Tables/CompensReportSelectionsCZC.Table.al b/Apps/CZ/CompensationLocalization/app/Src/Tables/CompensReportSelectionsCZC.Table.al index 7c73263c0d..718f0bb134 100644 --- a/Apps/CZ/CompensationLocalization/app/Src/Tables/CompensReportSelectionsCZC.Table.al +++ b/Apps/CZ/CompensationLocalization/app/Src/Tables/CompensReportSelectionsCZC.Table.al @@ -28,7 +28,7 @@ table 31271 "Compens. Report Selections CZC" field(3; "Report ID"; Integer) { Caption = 'Report ID'; - TableRelation = AllObj."Object ID" where("Object Type" = const(Report)); + TableRelation = AllObjWithCaption."Object ID" where("Object Type" = const(Report)); DataClassification = CustomerContent; trigger OnValidate()