Think-time functions in PeopleSoft


Think-time functions are those functions in PeopleSoft that suspend processing until the user has taken some action or until an external process has run to completion. In either of these cases, the component processing is suspended for a while. Following are the think-time functions in PeopleSoft:
DoCancel
DoModal
DoModalComponent
Calls to an external DLL
File attachment functions
InsertImage
Prompt
RemoteCall
RevalidatePassword
Exec (think-time only when synchronous)
WinExec (think-time only when synchronous)
WinMessage and MessageBox (think-time depending on the style parameter)
Object functions, such as CreateObject, ObjectDoMethod, ObjectSetProperty, and ObjectGetProperty (think-time only when the object requires user action)
PeopleBooks advice us not to use think-time functions during save processing and within certain otherPeopleCode events. Using think time functions in the below events can cause application failure.
SavePreChange
Workflow
SavePostChange
RowSelect
Events that executes as a result of a Select or SelectNew rowset method
Events that executes as a result of a ScrollSelect, ScrollSelectNew, RowScrollSelect, or RowScrollSelectNew function call
SHARE

peoplesoft

  • Image
  • Image
  • Image
  • Image
  • Image
    Blogger Comment
    Facebook Comment

0 comments:

Post a Comment

Phaniraavi@gmail.com