I've created a form with a ListView and associated a child form used the business object translations to map the parent BO to the child BO. So far I've only got the edit bit working but you can go in and change the details and it all works ok.
I have a couple of issues which I'm stuggling with a bit:
I've added an Ok and Cancel button onto the child form but when I click the cancel it still asks me to save the changes. Looking at this further it seems the child form bo is dirty before we make any changes on the form. What would be causing this? Am I going about this in the correct way?
Also when I go back to my Parent form one of the other BO's seems to have been cleared out? Any hints on what this could be?
Thanks
Jon
Glad you find the fix. Now just to be clear, the StrataFlix approach of handling the data is not the same as the regular SF Maintenance Form would do, but it is a very good resource of seeing a different approach as one would call the standard/normal approach.