Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations IamaSherpa on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

How to get MapID with a Workflow ID...?

Status
Not open for further replies.

nicolas46

Programmer
Mar 4, 2010
33
FR
Hi,

Everything is in the title. I have the ID of a Workflow and i want the id of the workflow map.


Thanks for helping me.
 
I have written this for another purpose but I am sure the relations/tables are in there as well

Well, if I called the wrong number, why did you answer the phone?
James Thurber, New Yorker cartoon caption, June 5, 1937
Certified OT Developer,Livelink ECM Champion 2008,Livelink ECM Champion 2010
 
Thanks appnair.

The request i use now is just :

(select MAP_MAPOBJID from WMap where
map_MapID=(SELECT SubWork_MapID
FROM WSubWork where SubWork_WorkID=112665 and subwork_subworkid=112665))


I thinks it is ok.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top