Improvement #117883
Invoice cancellation scheduler add additional cc mails
Status: | Fixed not Tested | Start date: | 03/08/2022 | |
---|---|---|---|---|
Priority: | Normal | Due date: | 03/08/2022 | |
Assignee: | Jithin J | % Done: | 100% | |
Category: | Improvement | Spent time: | 1.00 hour | |
Target version: | - | |||
End_Date: | 03/08/2022 | Areas Affected: | B2Bweb/Handlers/ManageInvoiceBooking.ashx.cs
CommonProjects/Common/Settings.cs |
|
remarks: | nil | Files Changed: | B2Bweb/Handlers/ManageInvoiceBooking.ashx.cs
CommonProjects/Common/Settings.cs |
|
DB Changes: | nil | Initial Planned Hours: | 0 | |
Keys & Permissions: | Please add the following key <add key="CancellationRemainderCC" value="" /> |
Description
Please add option to configure additional cc mails for Invoice cancellation scheduler notification .
History
#1 Updated by Nithin George about 3 years ago
- Status changed from New to Assigned
- Assignee set to Jithin J
#2 Updated by Jithin J about 3 years ago
- Status changed from Assigned to In Progress
#3 Updated by Jithin J about 3 years ago
- Status changed from In Progress to For Review
- Assignee changed from Jithin J to Nithin George
- % Done changed from 0 to 100
- End_Date set to 03/08/2022
- remarks set to nil
- DB Changes set to nil
- Keys & Permissions set to Please add the following key <add key="CancellationRemainderCC" value="" />
- Areas Affected set to B2Bweb/Handlers/ManageInvoiceBooking.ashx.cs CommonProjects/Common/Settings.cs
- Files Changed set to B2Bweb/Handlers/ManageInvoiceBooking.ashx.cs CommonProjects/Common/Settings.cs
Completed. Added new web config key to read Cancellation Remainder CC Mails
Please add the following key
<add key="CancellationRemainderCC" value="" />
As per the code if the key "ChangeNotificationMailToBCC" is true then all the CC mails go to BCC mail
#4 Updated by Nithin George about 3 years ago
- Status changed from For Review to Fixed not Tested
- Assignee changed from Nithin George to Jithin J