The “Record/Payment Submission” page is used to configure a special type of data view that allows the user to select records for additional processing by Bizweaver. In addition, payment processing is supported via Authorized.net if the Payment Gateway has been configured in the Settings page.
The record submission table is created during the initial setup of the data view. Changes to the data view's result set require the manual update of the table definition.
| Column Name | Type and Size | Notes |
|---|---|---|
| User columns from data view appear first | ||
| vgo_PaymentDate | DateTime | For payment processing |
| vgo_PaymentDetails | nvarchar(100) | For payment processing |
| vgo_CC_RespCode | nvarchar(50) | For payment processing |
| vgo_TransID | nvarchar(50) | For payment processing |
| vgo_PaymentType | Int | For payment processing |
| vgo_CreatedBy | nvarchar(50) | Creation information |
| vgo_CreateDate | DateTime | Creation information |
| vgo_CreatedById | Int | Creation information |
| vgo_PostingStatus | Int | Processing control |
| vgo_PostingDate | DateTime | Processing control |
| vgo_PostingId | Int | Processing control |
| vgo_BatchId | Int | Processing control |