Is it possible to have an Alert Activity display in the default workflow container?
I am constructing a workflow that provides the user with data entry textboxes that populate an Oracle table. I would like to have a message display returning all the information they entered before the data is written to the table. I have an alert activity currently but it displays in a popup. But I would like for it to remain in the "Default" area like the form. Is there a way to do this?
Stephanie Patterson
0
-
No, you should use a second Display Form and use a runtime modification to display ther information in e.g. the description of Group1. form.Find(Of ContainerFormItem)("Group1").Description = "all entered information converted to a string"There are (more complex) alternatives, you can e.g. create DataItems for your information, add these to a DataItemList and use this list as source for a listbox on the second Display Form.0 -
Hi Stephanie,
I have been looking for a way to allow the user to edit via a form or text boxes. Would you be willing to share your workflow with me?
Thanks,
Krystal0 -
Thanks Nico, we went with first suggested idea and used a 2nd form.
Krystal, I can share if you give me your email address.
Stephanie0
Du måste logga in om du vill lämna en kommentar.
Kommentarer
3 kommentarer