Join this online group to communicate across IBM product users and experts by sharing advice and best practices with peers and staying up to date regarding product enhancements.
wm.tn.doc:view— “internalId is required” But I don’t know how to extract the internal ID?
Any suggetsion
Thanks Kris
Step through your service and note the results returned from the documentQuery call. I can’t remember the field name, but the internal ID is returned in the results. Pass that to the view call and it should work.
Kris, After the ‘wm.tn.query: docuumetquery’ step you have a document list in the pipeline - ‘results’ You can get the internal id by referncing - %results/DocID%
Regards Shantanu
Kris,
You will have the documentQuery %results/DocumentId" step thru and check the pipeline (this is a doclist so map the required index to extract docid and map the same to tn.doc:view (InternalId) input.
HTH, RMG
Thanks Rob, Shantanu and RMG.
in create document querry call, I didn’t pass the internal sender and receiver ids. Thats the reason I didn’t get any results, so as result count as 0.