bo and process design problem

If you have questions or if you want to share your opinion about Aware IM post your message on this forum
Post Reply
marc
Posts: 109
Joined: Wed Nov 07, 2007 3:16 pm
Location: Austria
Contact:

bo and process design problem

Post by marc »

AwareIM 3.0 Build 1027

the cuurrent design is as follows:

BO Object1 with various fields and a Form which contains the following child objects as inline form

BO Object2
Fields: field1 (PlainText) and a reference to Object1 (OwnedBy)

BO Object3
Fields: type (PlainText) select_printing (Yes/No) and a reference to Object1 (OwnedBy)
+ rule to start an process if Object3 was changed
in object3, field: type there are 2 entries Contract and Autorisation

the process should evaluate if select_printing = Yes and if Yes is selected then a specific DOCUMENT (Contract or/and Autorisation) from an template (pdf) should be displayed.

The problem is, when i check the select_printing value for all to entries only one value is saved. how can i save the values before starting the process and how to show only the selected documents?

The problem now is that only one value
marc
Posts: 109
Joined: Wed Nov 07, 2007 3:16 pm
Location: Austria
Contact:

Post by marc »

To bee more clear, in the first form should be selected one or more documents to print
Image

In this image there sould be the selcted document type and after clicking continue the next document type if selected
Image
Post Reply