Your achievements

Level 1

0% to

Level 2

Tip /
Sign in

Sign in to Community

to gain points, level up, and earn exciting badges like the new
Bedrock Mission!

Learn more

View all

Sign in to view all badges

Adobe Summit 2023 [19th to 23rd March, Las Vegas and Virtual] | Complete AEM Session & Lab list

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