Expand my Community achievements bar.

Learn about Edge Delivery Services in upcoming GEM session

Access process variable from designer

Avatar

Level 2

Hi, I am creating an application with LiveCycle ES4.

I have a form in wich I want to access a certain variable created in the process.

How can I do this?

Thanks in advance,

Mauro

1 Reply

Avatar

Level 2

I haven't found any direct solution yet, but I solved the problem in an unconventional way.

I write here the solution I have adopted, it may be useful for other people.

- I put the variable name and value in an XML file that it is read at process invokation (this file is already read 'cause contains the process logic for various task):

- That "node" in XML is then appended in the input XML file feeded into form;

- Now in form I'm able to get the value and use it in javascript.

Mauro