how to invoke SubmitCase method through a workflow ?
Dears,
I have to automate Create submitted case through Siebel Citizen Service Portal application by a citizen.
After citizen submit certain service Request ,automatic my workflow create a case and update its field “Approver Template Name” with a certain approval template then I need to submit it to get the regarding approvals .
by reverse engineering procedure, I found the “HLS Case Form Applet” calls method “SubmitCase” , without any configurations in the applet user property or its BC “HLS Case” user property, it seems for me it is hidden codded in BC class ”CSSBCHSCase”.
My question is :how to invoke SubmitCase method through a workflow ?