cancel
Showing results for 
Search instead for 
Did you mean: 

Extract to network location

Mike_Kroner1
Star Contributor
Star Contributor

Which table has the export locations for the workflow action "export to network location"? 

1 ACCEPTED ANSWER

Mike_Kroner1
Star Contributor
Star Contributor

select A.ACTIONNUM, A.ACTIONNAME, L.LIFECYCLENAME,
rtrim(P.PROPERTYVALUE)
from ACTION A, ACTIONPROPS P, LIFECYCLE L
where A.ACTIONNUM = P.ACTIONNUM and A.SCOPE = L.LCNUM
and P.PROPERTYNAME = 'DefaultDirectory'
order by L.LIFECYCLENAME

View answer in original post

1 REPLY 1

Mike_Kroner1
Star Contributor
Star Contributor

select A.ACTIONNUM, A.ACTIONNAME, L.LIFECYCLENAME,
rtrim(P.PROPERTYVALUE)
from ACTION A, ACTIONPROPS P, LIFECYCLE L
where A.ACTIONNUM = P.ACTIONNUM and A.SCOPE = L.LCNUM
and P.PROPERTYNAME = 'DefaultDirectory'
order by L.LIFECYCLENAME