Skip to content

Commit

Permalink
adding logs
Browse files Browse the repository at this point in the history
  • Loading branch information
skaur50 committed Jul 24, 2024
1 parent 5a55471 commit c0335f7
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -403,6 +403,7 @@ public async Task<JsonObject> CreateAllowanceEmail(SupplementaryApplication allo
recipientsList.Add(applicationPrimaryContact);
}
await CreateAndUpdateEmail(subject, emaildescription, recipientsList, senderId, communicationType, appUserService, _d365webapiservice, processId,string.Concat(allowance.ofm_allowanceid, "#", SupplementaryApplication.EntityLogicalName));
_logger.LogInformation("Email Created : ", string.Concat(allowance.ofm_allowanceid, "#", SupplementaryApplication.EntityLogicalName));
}

#endregion Create the Supp email notifications
Expand Down

0 comments on commit c0335f7

Please sign in to comment.