Query to get a list of resources which are retired from BluePrism database
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
30-04-22 05:13 PM
Hi All,
Can anyone help me with the query that can be executed to get the list of resources which are retired from BluePrism database.
Thanks,
Yash
------------------------------
Yashaswini B
------------------------------
Can anyone help me with the query that can be executed to get the list of resources which are retired from BluePrism database.
Thanks,
Yash
------------------------------
Yashaswini B
------------------------------
3 REPLIES 3
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
30-04-22 06:07 PM
@Yashaswini B,
Give this a try. If you check the BPAResourceAttribute table you'll see that AttributeID 1 = Retired.
Cheers,
------------------------------
Eric Wilson
Director, Integrations and Enablement
Blue Prism Digital Exchange
------------------------------
Give this a try. If you check the BPAResourceAttribute table you'll see that AttributeID 1 = Retired.
SELECT * FROM <YOUR DB NAME>.[dbo].[BPAResource] WHERE [AttributeID] = 1;
Cheers,
------------------------------
Eric Wilson
Director, Integrations and Enablement
Blue Prism Digital Exchange
------------------------------
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
30-04-22 06:48 PM
Thank you Eric, I will try and let you know the outcome
------------------------------
Yashaswini B
------------------------------
------------------------------
Yashaswini B
------------------------------
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
02-05-22 09:08 AM
Thanks @ewilson for the valuable information.
------------------------------
Manpreet Kaur
Manager
Deloitte
------------------------------
------------------------------
Manpreet Kaur
Manager
Deloitte
------------------------------
