H
Harrie Kuijper
Guest
Hi Anil, Thanks for your answer, most of the steps are already implemented in my current app. But your solution is not exactly what I want. At the step "List of Orders" I want a list with more information about the object, instead of a list with just the name of the object. Example: (in this case I use a grid element) Length | Width | Name 1 | 2 | test1 2 | 3 | test2 The custom fields (Length, Width) in this example are not available in the getAll_R**** service. So I tried to add the read service on the success event of getAll_R****, but it didn't work.
Continue reading...
Continue reading...