You are viewing limited content. For full access, please sign in.

Question

Question

Get List Field data using Workflow Query

asked on December 30, 2014

Hi,

 

How can I get List Fields data using a Workflow SQL Query activity ?

 

0 0

Answer

APPROVED ANSWER
replied on January 5, 2015

The propval table isn't guaranteed to give you all possible values of a particular list field. If that's what you are looking for, you'll need to query the lup table using the prop_id.

2 0

Replies

replied on December 30, 2014

Hi Michel,

Can you clarify your question? Are you wanting to know how to use a Workflow SQL Query to get all possible values of a list field? Are you asking about just getting the value that's set in that list field for a particular document? If you can provide more context to your request, then we'll be better able to provide an answer.

Regards

0 0
replied on January 5, 2015

Hi Alex,

I would like to know how to use a Workflow SQL Query to get all possible values of a list field.

Regards,

0 0
replied on January 5, 2015

One way to get those values is to search for a List Field name in table 'dbo.propdef' and get the value in column 'prop_id'. Then I use that value as a key in table 'dbo.propval' to get all possible values. of the List Field.

0 0
APPROVED ANSWER
replied on January 5, 2015

The propval table isn't guaranteed to give you all possible values of a particular list field. If that's what you are looking for, you'll need to query the lup table using the prop_id.

2 0
replied on January 5, 2015

Thanks Alex.

0 0
You are not allowed to follow up in this post.

Sign in to reply to this post.