Tuesday 20 May 2014

Siebel Requirements Sample

There is a requirement from the customers wherein the expectation is to implement few complex calculations based on some defined formula and they also have a requirement which states that the formula should be open for changes at any time without SRF replacement ???

How will you do this ?? ..First answer which comes to mind is -Calculated Field. But calculated fields are defined at the BC level and any formula change requires SRF replacement. So what next ??


What are the other options???


Run Time Events ?

Run Time Business Service?
Smart Script?

Solution:


Runtime Events is a good option for ever changing equations.The equations can be changed without going for SRF replacement,only the object Manager needs to be bounced in order to activate the changes.


Please refer to the bookshelf for more details on the Runtime Events.



Continued .....