Link Document Notification

V

Vincent

Can we send notification when user link document to the task? or Can we
create custom notification at certain condition programmatically. I have read
at some code in PWA, they use code like this :

oMgrNotif.CheckProject(rsAssns.GetColumnAsNumber(const_dbWPROJ_ID),rsAssns.GetColumn(const_dbPROJ_NAME));
oMgrNotif.CheckReceiver(rsAssns.GetColumnAsNumber(const_dbWRES_ID));
oMgrNotif.AddListItem(rsAssns.GetColumnAsNumber(const_dbWASSN_ID));

Want to know if there's any documentation about this object?
Please help.

Gunady
 
E

Ed Morrison

Since you are using Project Server, I assume the users are adding the
documents to sharepoint. Sharepoint has a build in feature called Alert me.
This is an subscription service that sends an email whenever a new document
is added, deleted, or modified in the project's WSS site. The only downside
is that each user must subscribe to each site. But I'm sure you could
create manipulate the database to subscribe all users to all document
libraries.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top