Hi Experts...
I have a Business Object Extension with a script Event-BeforeSave. In this script I take a parameter (text from a enhanced screen) and then run/call an external web service (using that parameter) which gives me a collection as a response.
Ideally I could pass this collection data to an advanced list pane in a embedded component (in the enhanced screen) without saving the collection data. However I don't think this is possible?
I could create a custom BO and then loop through the collection and save it to the custom BO, I could get the data from the custom BO into the list pane. However I would then need to only display the data that was "received" from the initial external web service response, how could I implement this?
Many Thanks,
Will