Skip to content

Commit

Permalink
[Bug]: Failing Page 31169 "Report Selection Cash Desk CZP"
Browse files Browse the repository at this point in the history
  • Loading branch information
fridrichovsky committed Mar 11, 2024
1 parent 8d8b3ba commit 8bd0ead
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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()
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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()
Expand Down

0 comments on commit 8bd0ead

Please sign in to comment.