This call returns all pollable documents for a user:
“String pollIDs = BizDocStore.pollDocuments(tnid);”
“BizDocEnvelope d = BizDocStore.getDocument(pollIDs[i], false, null, null);” returns the attributes associated with the document. One of them is “d.getSystemStatus()”. Does anyone know which DB column determines whether or not the document is pollable?
I know this is internal information to TN which a program using TN should not be concerned about, but I need a quick way to make all pollable documents to no longer be pollable and was hoping I could do it via an SQL call.
#webMethods#Integration-Server-and-ESB#B2B-Integration