Do you want to Search Something?
Scripting event flow in Siebel
Above figure shows the flow of events when a usual UI action (Click of New Record Button) takes place. The dotted lines shows the boundary between browser side scripting and server side scripting.
The sequence of events starts from Applet_PreInvokeMethod at Browser Script followed by pre runtime and pre Bus_Comp events. Soon after the pre events are fired the class level C++ code is executed where the Business Component User Property(Named Method n) is fired.As seen in the figure all the Post events lie on the right hand side.The last event to fire is the Applet_Invoke method.
Hope this post was informative.Stay tuned
2 comments:
Really Useful.....and very informative
Useful info..It is often confusing....Thanks
Post a Comment