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
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