Dynamic Forms/workflow container
Hi,
This is probably a 'newbie' question but here goes.
How do I display runtime dynamic information in my workflow container, and have a button choice?
i.e. instead of having a 'do you want to proceed' type dialog window, I want it to be in my workflow container.
If I just want to show a message I can use 'Configure Workflow Container' - but you can't add buttons.
If I want buttons, I geuss i use a form? However I can't see how you put dynamic message text onto it nicely (without textbox borders etc?)
all pointers/suggestions welcome, thankyou.
-
You need to use 'Display Form' to add a Button as you said.
(1) Add a Group control on the Form
(2) At the RunTimeModification , set the Description of the Group control using Assign:
- form.Find(Of ContainerFormItem)("Group1").Description = 'You dynamic text here'
0 -
Thanks Munwhan, just the ticket.
I didn't think to assign text to the group description, a was looking for a label control or something like that.
Thanks for you swift response and help.
0 -
Hi Nick,
I too am a 'newbie' when it comes to workflow. I have found the sample LA County site included with the install has great examples of workflow. It is a good starting point.
\Latitude Geographics\Geocortex Essentials\sample\REST Elements\Sites\LA_County\Resources\Workflows
0 -
Thanks for the pointer Mark.
I'll take a look.
Nice to know there is an active forum available too. I'll try not to ask too many basic questions (although my time to develop workbenches is limited, it's more of a work-hobby than part of my primary role!)
Nick
0
Please sign in to leave a comment.
Comments
4 comments