‎2006 Jun 27 11:16 PM
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 ?
‎2006 Jul 01 8:06 AM
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