![]() |
Sending Mails to Reviewers - Printable Version +- LetoDMS Community Forum (https://community.letodms.com) +-- Forum: LetoDMS Support (https://community.letodms.com/forumdisplay.php?fid=4) +--- Forum: Technical Support (https://community.letodms.com/forumdisplay.php?fid=10) +--- Thread: Sending Mails to Reviewers (/showthread.php?tid=324) |
Sending Mails to Reviewers - kotikov_a - 07-06-2011 It seems, that when i add document and set reviewers, reviewers don't receive any mails. I try to look through code and find that sending message to reviewers is in op.SettReviewerApprovers but op.AddDocument doesn't call this function. When i change assignments of the document e-mails are sending. RE: Sending Mails to Reviewers - administrator - 07-06-2011 (07-06-2011, 07:36 PM)kotikov_a Wrote: It seems, that when i add document and set reviewers, reviewers don't receive any mails. hmmm. interesting . so when you assign to approvers its not sending email ? or op.addDocument ? can you please little more clear please Thanks LetoDMS team RE: Sending Mails to Reviewers - kotikov_a - 07-06-2011 (07-06-2011, 07:39 PM)administrator Wrote:(07-06-2011, 07:36 PM)kotikov_a Wrote: It seems, that when i add document and set reviewers, reviewers don't receive any mails. Add Document - Assign Reviewers/Approvers (while adding document) -> NO e-mail Open Document - Change Assignments -> e-mail is sending RE: Sending Mails to Reviewers - kotikov_a - 07-08-2011 (07-06-2011, 07:50 PM)kotikov_a Wrote: Add Document - Assign Reviewers/Approvers (while adding document) -> NO e-mail It's a little bit annoying. Please help. I try to fix it by myself but i can't. out.AddDocument -> op.AddDocument out.UpdateDocument -> op.UpdateDocument out.SetReviewersApprovers -> op.SetReviewersApprovers And we need such chains: out.AddDocument -> op.AddDocument -> op.SetReviewersApprovers out.UpdateDocument -> op.UpdateDocument -> op.SetReviewersApprovers RE: Sending Mails to Reviewers - steinm - 07-20-2011 (07-08-2011, 09:29 PM)kotikov_a Wrote:(07-06-2011, 07:50 PM)kotikov_a Wrote: Add Document - Assign Reviewers/Approvers (while adding document) -> NO e-mail I suppose that won't work, because each out.xxx page is followed by an op.xxx page. This problem should rather be solved by modifying op.AddDocument.php which currently only sends mails to those having registered a notification with the folder. I have to check what it takes to implement this. Uwe RE: Sending Mails to Reviewers - kotikov_a - 07-21-2011 (07-20-2011, 07:48 PM)steinm Wrote: I suppose that won't work, because each out.xxx page is followed by an op.xxx page. Thank you, Uwe. I'm waiting for this release. |