Hi,
i would like to get a name of document that has bee attached .
regards
Hi,
i would like to get a name of document that has bee attached .
regards
Here you go:
providing you have the docID
Document d1 = apiAccessor.getProcessAPI().getDocument(docID);
String documentname = d1.getContentFileName();
regards
Seán
PS: If this reply answers your question, please mark as resolved.