Monday, July 13, 2009

Digital Signatures and Process Flows

Learning something new, when using digital signatures in a document, the data type of the form should be Document Form. This is exactly like an xfaForm, except you hve the ability to render the form just once and then once submitted the form as a whole document gets transferred over.

Read http://livecycleapps.wordpress.com/2009/02/11/livecycle-process-variable-cheat-sheet/ for more info

The only thing is trying to access field values of a document form type. I'll update when i have that figured out.

update* Looks like i'll have to use the export data service, then use xpath on that xml to access the different values. So you'd have to use something like this in the xpath;
/process_data/formVar//nameOfField

Its also helpful to get values from the form if you don't happen to have a schema attached.

No comments: