Hi,
I have two objects Layer
and Option
. Layer
(via a property called options
) refers to many Option
(s). I wish to (given a Layer
objectId
) to return the related Option
with the lowest created
property. It was mentioned:
you need to send a request to the child table with a whereclause referencing the parent. Order by created with pageSize set to 1
However i’m still unsure on how to proceed in this manner.
Many thanks,
Grant.