submissionGUID equivalent in 06
Hi,
I'm trying to figureout if there is something equivalent to the submissionGUID and some of the other transport dictionary values that were available in in 02 in custom components. These values equate to keys in the DTA tables when a message moves through the work queue. The submissionGUID was particularly handy when doing a submit synch call as the guid was retrurned to the caller application effectively giving the calling application a pointer to the record in BT 02 tables
In 02, custom COM+ components that implemented the IPipelineComponent interface would get a transport object which was just a dictionary object of these key values regarding the incoming message. We used those quite heavily to extend the BT02 DTA interchange tables for our own tracking and processing purposes. I see some parallels between this and the context properties that we get in 06 but am curious if anyone knows of the equivalents in 06 context properties for these 02 transport keys and the associated database tables
submission_id
in_interchange_key -
in_doc_key
tracking_id
Thanks

