This shows you the differences between two versions of the page.
| Both sides previous revision Previous revision Next revision | Previous revision | ||
|
versago3:dataview_payment [2022/09/15 10:26] dlee |
versago3:dataview_payment [2024/03/12 11:14] (current) dlee |
||
|---|---|---|---|
| Line 1: | Line 1: | ||
| ====== Record/ | ====== Record/ | ||
| - | The “Record/ | + | The “Record/ |
| Line 8: | Line 8: | ||
| * **Enable** the record submission switch to activate the page. | * **Enable** the record submission switch to activate the page. | ||
| - | * Activate the **Payment* switch if you intend payment processing. | + | * Activate the **Payment** switch if you intend payment processing. |
| * Select **Editable Column** to allow the user to edit the value of the selected column. | * Select **Editable Column** to allow the user to edit the value of the selected column. | ||
| * Typically used for payment processing to change the amount to pay. | * Typically used for payment processing to change the amount to pay. | ||
| - | * Select the (first) linking column for the parent | + | * Select |
| - | * Select | + | * Select the connection and enter the table name where the user selected data will be saved. |
| - | * In some cases, there may be multiple | + | * 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 | ||
| + | * Workflow id | ||
| + | * Bizweaver Service address | ||
| + | * BW variable name that will receive | ||
| + | |||
| + | ===== 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 | ||
| + | - **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**: | ||
| ---- | ---- | ||