Posts: 34
Threads: 7
Joined: May 2011
Reputation:
0
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.
"Whatever you do, work at it with all your heart, as working for the Lord, not for human masters". Kol.3:23
Posts: 34
Threads: 7
Joined: May 2011
Reputation:
0
(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.
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.
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
Add Document - Assign Reviewers/Approvers (while adding document) -> NO e-mail
Open Document - Change Assignments -> e-mail is sending
"Whatever you do, work at it with all your heart, as working for the Lord, not for human masters". Kol.3:23
Posts: 34
Threads: 7
Joined: May 2011
Reputation:
0
(07-06-2011, 07:50 PM)kotikov_a Wrote: Add Document - Assign Reviewers/Approvers (while adding document) -> NO e-mail
Open Document - Change Assignments -> e-mail is sending
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
"Whatever you do, work at it with all your heart, as working for the Lord, not for human masters". Kol.3:23
Posts: 34
Threads: 7
Joined: May 2011
Reputation:
0
(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.
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
Thank you, Uwe. I'm waiting for this release.
"Whatever you do, work at it with all your heart, as working for the Lord, not for human masters". Kol.3:23