16-11-22 03:12 AM
Answered! Go to Answer.
16-11-22 01:36 PM
Hi Nagarjuna,
We have worked on several of these as below
1. For monitoring a Bot password expiry you can do the following
- rather than monitor the expiry using the 'Expires' you can create an additional property called expiry and set this to be a date. Then when you call the password you can check the property and see if is expired or due to expire and create a process flow from that. On top of this you can then update this property when you update the password
2. Send email notifications - This can be done using the Outlook Email VBO available on the DX - https://digitalexchange.blueprism.com/dx/entry/3439/solution/ms-outlook-vbo
3. Define password intervals - Assuming all 3 of these are connected to an "email expiry notification" process, you can use the part of process 1 to read if expiry - Now() < 10 days send reminder email using process 02
Let me know if you have any more questions
16-11-22 01:36 PM
Hi Nagarjuna,
We have worked on several of these as below
1. For monitoring a Bot password expiry you can do the following
- rather than monitor the expiry using the 'Expires' you can create an additional property called expiry and set this to be a date. Then when you call the password you can check the property and see if is expired or due to expire and create a process flow from that. On top of this you can then update this property when you update the password
2. Send email notifications - This can be done using the Outlook Email VBO available on the DX - https://digitalexchange.blueprism.com/dx/entry/3439/solution/ms-outlook-vbo
3. Define password intervals - Assuming all 3 of these are connected to an "email expiry notification" process, you can use the part of process 1 to read if expiry - Now() < 10 days send reminder email using process 02
Let me know if you have any more questions
16-11-22 01:58 PM
16-11-22 03:23 PM
16-11-22 07:04 PM