// get the current document
Document currentDoc = agentContext.getDocumentContext();
// get a value of a field named 'testField' from the current document
String str = currentDoc.getItemValueString("testField");
// print the value of the testField of the current document into java console
System.out.println(str);
轉自: http://www-10.lotus.com/ldd/nd6forum.nsf/55c38d716d632d9b8525689b005ba1c0/79bc69e4d4f91db085257372004fb206?OpenDocument
沒有留言:
張貼留言