Hello everyone,
I would like to know if it's possible to send information from a dataservice to an iview, and end the whole transaction once the person closes the iview.
In details, I have a form iview where the user enters data. This data is sent to a dataservice as parameters.
The data service will output the order number.
What i would like, is to show this order number in a popup iview with a label such as "your order as been processed and the order number is xxxxx". The user can then click on a pushdown button labeled end, ending by the same way the whole process.
I've tried a few things but i can't seem to be abble to do this. Could someone please tell me if it can be done? And if yes, explain in details how it's done.
Thank you very much in advance for your help.
Regards.