tektipsuser100
Programmer
I am trying to update the File Number in the 'Records Details' of a document in the Content Server using Java livelink api. My question is, do the File Number and the Classification have a one to one relationship between them?
I am able to update the classification which automatically updates the File Number with the below code, but not the other way(not able to update the file number directly).
recManClient.rmApplyClassification(nodeID, Long.parseLong(newClassificationID), null, null);
Appreciate your help.
Thanks!
I am able to update the classification which automatically updates the File Number with the below code, but not the other way(not able to update the file number directly).
recManClient.rmApplyClassification(nodeID, Long.parseLong(newClassificationID), null, null);
Appreciate your help.
Thanks!