Multi-file with multi-parameters

If you have questions or if you want to share your opinion about Aware IM post your message on this forum
Post Reply
srufini
Posts: 33
Joined: Thu May 23, 2019 11:23 pm

Multi-file with multi-parameters

Post by srufini »

Dear community,

I am trying to accomplish the folllowing:
I have BO Inspection, BO Item, BO Album (for photo objects)

Inspection has among the other attributes:
Inspection.Items
Inspection.Album

Item has Item.Album

Be aware that Item can belong to more than one inspection, in theory.

When I open a form to edit an Inspection, I have a widget list of (inspected)Items.
Now I want to upload photos for each items. I would like to create a process within this form that use the information of the Inspection and the selected item, in order to add the photo (or multiple ones) both to Item.Album and Inspection.Album,

I tried several approach but cannot manage to pass both info to the process.
My consideration so far:
1.To upload files viwth a process I can only use the "Implement multi-file upload". Didn't find another way.
2. I see I can pass more than one input to a process, but not sure how to pass in this case, starting in the form of the inspection
3. I tried to create a button in the item list (Operation with record> Start Process) but the multi-file doesn't work in the list! When I click in the browser the upload popup never appears...

I hope the issue is clear.
Any suggestion?

Thank you very much

Sergio
Post Reply