Inherits from: PODSObject
Accessed by: PODSAvantGo
object's submissionMgr
Available to: C, JavaScript
The PODSSubmissionMgr
attributes and methods manage form submissions. You use this object only when creating or deleting a PODSSubmission
object programmatically.
If your application is programmatically submitting forms from the same page, you may eventually encounter an out of memory error. To avoid this possibility, first determine the number of submissions at which you encounter the error. Then, in the loop that controls the programmatic submissions, insert code that uses submissions( ) in each iteration to check the number of submissions and reload the application well before the error-tripping number is reached.
The PODSSubmissionMgr
is the highest level submission-related object with which you interact. It owns all the submissions that are in the system,
whether pending or already submitted. These are the same submissions that the user sees on the Forms Manager page, plus any
that are hidden.
Summary of PODSSubmissionMgr attributes and methods
appendSubmission( )
createMdbcsSubmission( )
createSubmission( )
deleteSubmission( )
deleteSubmissionForIndex( )
saveSubmission( )
submissions( )
Send feedback about this page using email. | Copyright © 2008, iAnywhere Solutions, Inc. |