Expand my Community achievements bar.

Dive into Adobe Summit 2024! Explore curated list of AEM sessions & labs, register, connect with experts, ask questions, engage, and share insights. Don't miss the excitement.
SOLVED

ActivityGuideRenderSpec Variable

Avatar

Level 2

Where can we use variable of datatype "ActivityGuideRenderSpec"?

Can it be used as a variable for saving input data of an .xdp form?

If so, what are the properties we need to specify for that variable?

What about the Render & Submit services for that variable?

Any help would be appreciable.

-Aswani.

1 Accepted Solution

Avatar

Correct answer by
Level 8

The only thing the ActivityGuideRenderSpec variable is used for is for configuring the renderFormGuide operation.

To configure the render and submit services, you use the properties of the xfaForm variable.

See this for more info:

http://livedocs.adobe.com/livecycle/8.2/wb_help/000928.html

That will probably answer some questions....

scott

View solution in original post

4 Replies

Avatar

Level 2

Thanks Scott,

But even after referring the Workbench Help, I couldn't get things clear.

Its given like...

"A variable of this type can be used as the value for the Activity Guide Render Options property of the renderFormGuide operation."

ya.. so.. is it not a variable like xfaform?

can we use the values of the ActivityGuideRenderSpec only to fill in the properties of renderFormGuide operation?

if it is a variable, does it mean that, this variable can be used only when we use renderFormGuide operation?

not any other (like, assign task or execute operations) ?

also.. no information is given regarding rendering & submitting services... of that variable...

no advanced settings are there for this type of variable...

so.. will it render & submit a form, even without specifying the render & submit services?

Pls explain me in detail.

Aswani.

Avatar

Correct answer by
Level 8

The only thing the ActivityGuideRenderSpec variable is used for is for configuring the renderFormGuide operation.

To configure the render and submit services, you use the properties of the xfaForm variable.

See this for more info:

http://livedocs.adobe.com/livecycle/8.2/wb_help/000928.html

That will probably answer some questions....

scott

Avatar

Level 2

Thanks a lot Scott...

Ur reply was really helpful. Now I got clear with usage of that variable.

Aswani.