Can anyone provide a how to on doing an insert of data to a business object of type table?
I'm in an onButtonPress codefunction and am looping over data coming from a web service. I want to wwrite it to my business object.
Thanks
Bryan
BO is DataTable, so you can try to do almost everything Try to look at my sample at /awd/forums/questions/3403005 post. There is some code working with adding rows into BO.
But I only want this data temporarily, I don't want to save it to the database, just have avaiable for a grid.
This is exactly the same problem as I have. I was dicussing about it with jerome on post i've past link for you. It looks like bug in my opinion, that there is no possibility to delete data after form close.
To be clear:
- there is possibility to deleta data from BO
- but it is commited to DB event if you delete it from BO