Skip to content

Commit

Permalink
[releases/25.x] [Email] Add Last Message Only into the email filters …
Browse files Browse the repository at this point in the history
…table (#2548)

This pull request backports #2547 to releases/25.x

Fixes
[AB#560755](https://dynamicssmb2.visualstudio.com/1fcb79e7-ab07-432a-a3c6-6cf5a88ba4a5/_workitems/edit/560755)
  • Loading branch information
darjoo authored Dec 16, 2024
1 parent 208d388 commit e1f7dce
Showing 1 changed file with 4 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -48,11 +48,14 @@ table 8885 "Email Retrieval Filters"
InitValue = "HTML";
Caption = 'Body Type';
}

field(7; "Earliest Email"; DateTime)
{
Caption = 'Earliest Email';
}
field(8; "Last Message Only"; Boolean)
{
Caption = 'Last Message Only';
}
}

keys
Expand Down

0 comments on commit e1f7dce

Please sign in to comment.