Application Development Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 

Workflow Attachment transaction execution

Former Member
0 Kudos
118

I am supporting a custom business object developed around a custom transaction designed to maintain a group of custom tables. When a work item for this object is routed to an inbox, the attachment only displays the object key in a pop-up rather than calling the transaction. I am assuming that this is because the display method in the workflow calls function ‘SWO_DIALOG_OBJECT_KEY_EDIT’ which only creates a popup box with the object key, rather than doing a call transaction like the display method does for BUS2009. I can’t change my method because it is shown as inherited. Is there a way I can “un-inherit” a method so that I can change it? Or is there some other way I can use to call my custom transaction by clicking the attachment in the work item?

1 REPLY 1

Former Member
0 Kudos
40

hi charles,

I am having a same kind of scenario where I need to develop a custom transaction and link it to a standard bu object. I am not sure about the steps to be followed to create instance for the bus object whenever the custom transaction is created.

Please help,

Thanks,

steve