This shows you the differences between two versions of the page.
| Both sides previous revision Previous revision | |||
|
versago3:dataview_payment [2024/03/12 11:06] dlee |
versago3:dataview_payment [2024/03/12 11:14] (current) dlee |
||
|---|---|---|---|
| Line 1: | Line 1: | ||
| ====== Record/ | ====== Record/ | ||
| - | The “Record/ | + | The “Record/ |
| Line 12: | Line 12: | ||
| * Typically used for payment processing to change the amount to pay. | * Typically used for payment processing to change the amount to pay. | ||
| * Select up to three columns to display on the Confirmation page. | * Select up to three columns to display on the Confirmation page. | ||
| - | * Select the connection and enter the // | + | * Select the connection and enter the table name where the user selected data will be saved. |
| * The system will create the table with a set of columns that will match those of the data view plus **additional columns** for internal processing | * The system will create the table with a set of columns that will match those of the data view plus **additional columns** for internal processing | ||
| * Enable call to Bizweaver and complete fields | * Enable call to Bizweaver and complete fields | ||
| Line 18: | Line 18: | ||
| * Bizweaver Service address | * Bizweaver Service address | ||
| * BW variable name that will receive the batch id created when the selected data is saved. | * BW variable name that will receive the batch id created when the selected data is saved. | ||
| + | |||
| + | ===== Record Submission Database Table Structure Details ===== | ||
| + | <WRAP center round important 80%> | ||
| + | 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 | ||
| + | |vgo_PaymentDetails | ||
| + | |vgo_CC_RespCode | ||
| + | |vgo_TransID | ||
| + | |vgo_PaymentType | ||
| + | |vgo_CreatedBy | ||
| + | |vgo_CreateDate | ||
| + | |vgo_CreatedById | ||
| + | |vgo_PostingStatus | ||
| + | |vgo_PostingDate | ||
| + | |vgo_PostingId | ||
| + | |vgo_BatchId | ||
| + | | | | ||
| + | |||
| + | - **Payment Processing** items are used by the internal payment process. These values are only populated for payment transaction. | ||
| + | - **Creation Information** items are populated for all transactions. | ||
| + | - **vgo_CreatedBy**: | ||
| + | - **vgo_CreateDate**: | ||
| + | - **vgo_CreatedById**: | ||
| + | - **Processing Control** items can be used to manage back-end processing using tools such as Bizweaver. | ||
| + | - **vgo_PostingStatus**: | ||
| + | - **vgo_PostingDate**: | ||
| + | - **vgo_PostingId**: | ||
| + | - **vgo_BatchId**: | ||
| + | |||
| ---- | ---- | ||