LiveCycle LifeLine Weblog

Entries from October 2008

Creating DDX from list of file names

October 31, 2008 · 1 Comment

Hi

I have written a simple component which creates a DDX from a list of file names. It is very common to create a package or assemble a map of documents. To do this you would have to create a DDX which needs to match the file names of documents in the map. To avoid all that hard work, I have a component which creates a DDX from list of file names.

The process also makes use of another component which writes out map contents to the file system

I have attached the process in the PDF file
Click here to access the PDF file
Click to get the PDF

Categories: create DDX
Tagged: , , ,

Accessing Process Variable Names and Values

October 6, 2008 · 5 Comments

Hi
I have written a simple component which lets you access process variable names and values for a given task. The component takes a taskID as an input parameter and return a HashMap of string which contains the process variables names and its values. Click the link below to access sample process which uses the custom component
Click to get the pdf file

Categories: Uncategorized
Tagged: ,