EWA Posted February 2 Share Posted February 2 Is there a way to find out which intelligent captures a simple list is used? Link to comment Share on other sites More sharing options...
James Ainsworth Posted February 2 Share Posted February 2 Hi Ewa, You should be able to find this out using Database Direct. I used the following query to locate captures that use a simple list with the ID of assetStatus. Just replace assetStatus with the ID of the simple list that you are looking for. SELECT * FROM h_bpm_procapture where h_capture like ('%<dataProvider>assetStatus</dataProvider>%') 1 Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now