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

Question

Question

Use Entry ID to pull metadata of entry into a Form?

asked on March 17, 2014

 I was wondering if I had a field in a form that a submitter fills with an entry ID, that I can use a stored procedure or a normal lookup to grab the metadata information related to that document. 

 

I obviously would only be expecting certain fields, so I only care to grab the information for these fields if it exists and ignore any other field information.

 

Is this something I could do? Will a lookup like this quickly change between versions? I could use any advise on this matter.

0 0

Answer

APPROVED ANSWER SELECTED ANSWER
replied on March 17, 2014

You can create a view based off of the propval table from the Laserfiche repository database and just focus on the fields you want. Then Forms can look up the entry ids against that view to get the field data. The concern is that the repository database schema can change in newer versions so you'll just need to be aware of that possibility if the repository is ever upgraded.

0 0
replied on March 20, 2014

I think I will simply just create my own Database table which contains the metadata fields I need for those entries I know will be needed. 

0 0

Replies

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

Sign in to reply to this post.