Skip to content

Commit

Permalink
Add remove past sections into the email filters table
Browse files Browse the repository at this point in the history
  • Loading branch information
darjoo committed Dec 16, 2024
1 parent 03aea74 commit 8888241
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; "Remove Past Sections"; Boolean)
{
Caption = 'Remove Past Sections';
}
}

keys
Expand Down

0 comments on commit 8888241

Please sign in to comment.