Skip to content

Commit b9db6f1

Browse files
authored
[releases/25.2] [Email] Add Last Message Only into the email filters table (#2549)
This pull request backports #2547 to releases/25.2 Fixes [AB#560756](https://dynamicssmb2.visualstudio.com/1fcb79e7-ab07-432a-a3c6-6cf5a88ba4a5/_workitems/edit/560756)
1 parent 87e4d55 commit b9db6f1

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

src/System Application/App/Email/src/Email/Inbox/EmailRetrievalFilters.Table.al

+4-1
Original file line numberDiff line numberDiff line change
@@ -48,11 +48,14 @@ table 8885 "Email Retrieval Filters"
4848
InitValue = "HTML";
4949
Caption = 'Body Type';
5050
}
51-
5251
field(7; "Earliest Email"; DateTime)
5352
{
5453
Caption = 'Earliest Email';
5554
}
55+
field(8; "Last Message Only"; Boolean)
56+
{
57+
Caption = 'Last Message Only';
58+
}
5659
}
5760

5861
keys

0 commit comments

Comments
 (0)