Till siebel 7.5 the only method know to invoke workflows were
- Runtime Events in start step of workflow
- Business Service
- Business Component Script
- Workflow Policies
Name: Named Method
Value:[Event Name]
The below mentioned will invoke a workflow named 'Example Workflow' when a new record is created in Example BC.
Name: Named Method 1
Value: "New Record", "INVOKESVC", "Example", "Workflow Process Manager", "RunProcess", "'ProcessName'", "Example Wrokflow", "'RowId'", "[Id]"Hope this post helps you. If yes, Please post your comments.
4 Comments:
Hai
what u have explained about named method is very good and helpful to me.But one question in my mind is Named method used only to invoke a workflow
Chaitanya, thanks for posting a comment. Named method property can be used for invoking business services and also to enable button without use of CanInvoke Scripting. Will be adding a full post explaining Name Method User Property soon. So come back.
Hi Neel,
This is really usefull and worthfull.
Thanks
Post a Comment