Author |
Message
|
kotha |
Posted: Thu Apr 07, 2005 12:40 pm Post subject: Staff definitions and Notification property |
|
|
Partisan
Joined: 12 Mar 2005 Posts: 333
|
is there any way to import the staff into runtime, without defining the staff in build time and import.
I dont know about LDAP, JNDI. are these helpful to define staff in runtime?
If one person not acting on his worklist, we can notify to other user or role but the other person should login to webclient and see the notification. so is there any way he can get a mail if the notification occurs?? |
|
Back to top |
|
 |
Ratan |
Posted: Thu Apr 07, 2005 2:04 pm Post subject: |
|
|
 Grand Master
Joined: 18 Jul 2002 Posts: 1245
|
IF you have an LDAP directory that has users defined you can use the LDAP bridge to import the users into WF runtime.
To send an Email on notifications you should write a program to constanty look for notification items and send emails. _________________ -Ratan |
|
Back to top |
|
 |
jmac |
Posted: Thu Apr 07, 2005 3:33 pm Post subject: |
|
|
 Jedi Knight
Joined: 27 Jun 2001 Posts: 3081 Location: EmeriCon, LLC
|
Ratan wrote: |
To send an Email on notifications you should write a program to constanty look for notification items and send emails. |
Ratan... just FYI, lately I have taken the approach of writting the appropriate Audit record to a Queue and just listening on the queue... Very similar to what you suggest, just another way to do it. _________________ John McDonald
RETIRED |
|
Back to top |
|
 |
kotha |
Posted: Fri Apr 08, 2005 7:19 am Post subject: |
|
|
Partisan
Joined: 12 Mar 2005 Posts: 333
|
Ratan wrote: |
To send an Email on notifications you should write a program to constanty look for notification items and send emails. |
Do u hav any example code to send email from an activity? or where can I get the information about writing code? is it Programming guide?
could u plz help me in developing above concept
Thanx a lot |
|
Back to top |
|
 |
Ratan |
Posted: Fri Apr 08, 2005 3:38 pm Post subject: |
|
|
 Grand Master
Joined: 18 Jul 2002 Posts: 1245
|
John, That is a great way of doing it. Thanks for the info. _________________ -Ratan |
|
Back to top |
|
 |
|