Friday, March 8, 2013

Calling BC Methods from Workflow

Okay, many of us might be knowing this. But I was unaware of the way to use a BC method without invoking a script for it.
As part of a requirement, i was required to invoke a vanilla method 'ReleaseActive' of BC 'Complex Product Locking BusComp'
Many would have guessed, this is a vanilla method which is used for releasing a new version of a locked Product under Product Administration.

The issue which i was having is to invoke this method from a workflow, and as i don't want to write a script for this. With some R&D on internet, i have found that you can invoke a BC Method using a vanilla BS method. Below are the details of that Siebel Business Service and its method.

BS : SIS OM PMT Service
Method : Invoke BC Method

Input argument of this method includes BC Name and Method Name


This is a simple bit of information but i guess it will really be helpful for script-less solutions. Hope this help !!!

No comments:

Post a Comment