Wednesday, March 23, 2011

PeopleCode Help Bits 2

How to delay the Service Operation?
  • Solution1): Routing Configuration has a "Delay Processing" in 8.51 Tools which takes rounded numbers whose minimum is one Min. In Real time one minute time is too much. But however this dealy Processing Configuration value can not used if the Service Operation Processing needs to be conditionally controlled.
  • Solution 2:  a) Make sure that Service configuration routing delay processing value is blank.  b)Function TimeCapsule (http://peoplesofttechworld.blogspot.com/2011/03/codebits1.html) can be used in Handler Code Just in case Service Operation Delay processing needs to be controlled.