Hi,
I am trying to use the LAPI to add the classification to physical item box. Here is my code:
RecMan rmStuff = new LAPI. RecMan (session);
LLValue addInfo = ( new LLValue ()).setAssocNotSet();
if (rmStuff.RMClassify(boxDataID, classficationID, addInfo) != 0) //exception occurred at this line
{
int stat = session.getStatus();
string msg = session.getStatusMessage();
string errmsg = session.getErrMsg();
string apierr = session.getApiError();
}
The exception occurred. The error message says: get(name) not implemented for this datatype.
Does anybody know why I got this error message?
Thanks in advance!
Li