Hi Experts,
I have a Measuring Point History object array which is a property of Measuring Point Object. This Measuring Point History property is a collection of Measuring Point History objects with properties under it. I want to display all the Measuring Point History objects for a particular Measuring Point Object.
From the Java end all the Measuring Point History objects for a particular Measuring Point Object are being retrieved. But when trying to display them on screen only one Measuring Point History object is being retrieved. In my screen i used a field of type List View to display the values in the form of a table with 4 columns.
Please let me know how to displayall the Measuring Point History objects for a particular Measuring Point Object. Below are the code details.
Measuring Point Java class with Measuring Point History object array as a property
Measuring Point History Java class with its properties
Measuring Point Object and its properties defined in Agentry
Measuring Point History and its properties defined in Agentry