Forum Post: Getting list of data from relation

  • Thread starter Thread starter Harrie Kuijper
  • Start date Start date
Status
Not open for further replies.
H

Harrie Kuijper

Guest
Hi all, This is my situation: I'm building an app which has an object called "workorder". The object has an 1-n relationship to the "workorder line" object. Listing the workorders is no problem, just invoke the "getView_All..." service, and the list is being filled. When navigating to the detail page of the workorder object, I have list of related workorder lines. To fill the list I use the service called "getAll_R****". But this service only returns generic data (name, id), and I need more information like you can see in my attachment. Does anyone know how I can get all the data of the related objects? Thanks in advance, Harrie.

Continue reading...
 
Status
Not open for further replies.
Back
Top