cancel
Showing results for 
Search instead for 
Did you mean: 

Export to network location workflow action

George_Tarasi
Star Contributor
Star Contributor

There is an action type in workflow titled Export to Network Location

One of the fields under that action is Specify Network Location.

Is this field in the database?

1 ACCEPTED ANSWER

Larissa_Armand
Elite Collaborator
Elite Collaborator

Hi George,

Try this, I think it might be what you are looking for:

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

6 REPLIES 6

George_Tarasi
Star Contributor
Star Contributor

Thank you                                                              

Thomas_Reu
Elite Collaborator
Elite Collaborator

Roger, try a case statement up in the select statement to add those as their own columns.

e.g. case

                 when <whatever condition evaluates to true> then <return this>

         end as [whatever you want to name the column]

 

As for a workflow log that logs structure changes, I would be shocked.  That is the equivalent of asking to see the structure changes in a log for the doc type.   Not that these couldn't change, but I thought that currently all the logs, just log data changes, not structure changes.  If  this has changed, someone please point me in the right direction?

Getting started

Find what you came for

We want to make your experience in Hyland Connect as valuable as possible, so we put together some helpful links.