Hi,
I am trying to create a java program, to retrieve data using Java API.
I have done the following things.
Connect to the MDM Server
Connect to the repository
Create a user session.
Enter a Table Name.
Retrieve the Table ID
Retrieve all the field present under the table, and kept it in an array.
Now, If I want to display all the data present in the selected table, or display a set of records, with some condition in the selected table, then I have to first retrieve the record id, of all the records, and then display the corresponding data.
But, I am not able to retrieve this record id, and data.
Let me know someone can help in this.
Thanks in Advance.
Priya.