I have an Order CDT with a nested Item CDT (1 order can have many items).

I have an Order CDT with a nested Item CDT (1 order can have many items).

I am trying to retrieve all items ordered by a specific customer.

local!orders: getOrdersByCustomerId (ri!customer.id,local!pagingInfo).data

from local!orders how can I get all of the items?

OriginalPostID-211136

OriginalPostID-211136

  Discussion posts and replies are publicly visible