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:
Post a Comment