cancel
Showing results for 
Search instead for 
Did you mean: 

Method in WF

Former Member
0 Kudos

Hi All,

We are calling a custom method in a WF. This is called after Work item execution. But now this method is called in all other WF, using that same Object type. Is this the Standard process.

The reply from our WF consultant is since subtype are used for custom method that custom method will get called in all WF with same object type and not possible to bypass. Is this correct?

Thanks

Bob

Accepted Solutions (1)

Accepted Solutions (1)

former_member185167
Active Contributor
0 Kudos

Hello,

I don't understand the question either. What is the problem? If a custom method has been added to an object, it won't be called in all workflows using that object, only the ones that call that method.

If you've replaced a standard method with a customised version of it, then yes, it will affect other places that the method is called. If that's not what you want then you should give the new method a different name.

regards

Rick Bakker

Hanabi Technology

Answers (1)

Answers (1)

Former Member
0 Kudos

Hi,

I didn't understand at all your question, but the process is:

  • You can create a subtype BO and delegate by menu Settings > Delegate. In this way, this BO inherit all of attributes, methods and events of the parent BO.

  • If you create custom methods, you can't name it similar to an existing method (methods inherited by parent).

Regards,