BizDocType

Does anyone know why the document type wm.tn.rec:BizDocType is only defined as:
TypeID
TypeName
TypeDescription
Deleted
LastModified
PreProcessingFlags
while during run-time this document type contains far more elements? (Run wm.tn.doctype:view for an example.)

I would like to be able to map these run-time elements using a Flow service, particularly, BizDocType.elementIData.ReceiverID.query, but I have not been able to figure out a way to do that yet. Any ideas?

Thanks,
Percio

Add a step, savePipelineToFile, and another, restorePipelineToFile. After you save the pipeline, you can disable save and enable restore. This will allow you to capture the runtime IData object and map the necessary elements.

There is some documentation on the bizdoc in the TN programmers guide.

HTH

Ray