Hello,
When i am trying to fetch the custom(attr_comment) attribute value,i am getting the following error message
Quote:
| Exception Occured : DfTypedObjectException:: THREAD: http-9090-2; MSG: [DM_API_E_BADATTRINDX]error: "Attribute name attr_comment' for document/object has incorrect index '-1'"; ERRORCODE: 100; NEXT: null |
Code:
IDfPersistentObject commentsObj = dfSession.getObject(tempCollection.getId("r_object_id"));
reviewComments = commentsObj.getRepeatingString("attr_comment", commentsObj.getValueCount("attr_comment") - 1);Please give me suggesstion to solve the issue.
Thanks
Senthil