Hi ,I need your help
i created a default method in my BO and used the below code to display DMS as a hyperlink in the workitem :
SET PARAMETER ID 'CV2' FIELD OBJECT-KEY-DOCUMENTTYPE.
SET PARAMETER ID 'CV1' FIELD OBJECT-KEY-DOCUMENTNUMBER.
SET PARAMETER ID 'CV3' FIELD OBJECT-KEY-DOCUMENTVERSION.
SET PARAMETER ID 'CV4' FIELD OBJECT-KEY-DOCUMENTPART.
CALL TRANSACTION 'CV03N' AND SKIP FIRST SCREEN.
and I bind the container from my workflow (DRAW) referenced to my BO and bind it with adhoc_objects container but no link shows in the workitem i tried to choose instance method and bind it with adhoc_objects but it gives me and error ?

I found the reply but i couldnt understand the link between the 2 steps :
( First thing, it must not be "Background processing" --> So please uncheck this, as the transaction need to executed in foreground. Second thing, Are u having the Activity step as a outcome of the decision step OR are u having it before the decision step. If you want 'MK03' displayed at user decision step, you need to have a Outcome for this & place under that which executes the custom method depending on the User decision step. Let, me know if it is not clear.)