Application Development and Automation 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: 
Read only

Create Event in Object Type

Former Member
0 Likes
784

How can i change the definition of a Zobject (BOR) .

The object has an Event and that event inherits the property of its superobject (BUS2005).

The Event also has all the FM ( that will trigger the event ) attached to it from the definition of the superior object !! I want to remove some FM from this new event in my object ie I want that this event xyz should be triggered only when my set of FM are called and not the Superior objects.

Is this possible ?

1 REPLY 1
Read only

Former Member
0 Likes
428

Hey,

If you want ur webflow engine to address your custom object rather than the standard object, you`ll have to delegate the standard object. Tcode - swe_delegate / swo1 and navigate through the menu.

After delegating the object, you`ll have to maintain the standard events as part of the triggering mechanism for your wf.

Reward points if the answer serves purpose.

Regards