Table: dbo.Bank_Feeds_Assignment_Rule_Action_Distribution
This table holds the information about multiple distributions to be assigned via rules.
Columns
NameTypeConstraintsDescription
bank_feeds_assignment_rule_action_distribution_KEYint (4)NOT NULLPrimary key for the table.
bank_feeds_assignment_rule_KEYint (4)NOT NULLRule key for the distribution assignment.
assigned_value__gl_account_KEYint (4)NOT NULLKey of the GL Account used in the distribution assignment.
assigned_value__descriptionnvarchar (240)Description for the distribution assignment. If this is null or is not specified, the description of the transaction distribution to which["BR"] this rule is applied will be cleared.
assigned_value__amountdecimal (9, 2)Amount for the distribution assignment. If this is null or not specified, then the amount of the distribution of the transaction to which this["BR"] rule is applied will be modified based on the amounts set for other distributions of the same rule. If all the amounts set for the rule distributions["BR"] are zero, the amount of the transaction will be applied to the first distribution of the transaction. Otherwise, the amount will be applied to the["BR"] transaction distribution and if it the last distribution, its wmount will be modified to make the total of all distributions equal to the full["BR"] transaction amount.
assigned_value__vendor_1099_box_setup_KEYint (4)Key of the Vendor 1099 box setup for the distribution assignment. This will be null if not specified or for a non-1099 recipient type vendor.
sequence_numberint (4)NOT NULLKey of the Vendor 1099 box setup for the distribution assignment.
Primary key
NameColumnsDescription
PK_Bank_Feeds_Assignment_Rule_Action_Distributionbank_feeds_assignment_rule_action_distribution_KEY
Foreign keys
NameColumnsReferenced tableDescription
FK_Bank_Feeds_Assignment_Rule_Action_Distribution__Bank_Feeds_Assignment_Rule__bank_feeds_assignment_rule_KEYbank_feeds_assignment_rule_KEYBank_Feeds_Assignment_Rule (bank_feeds_assignment_rule_KEY)
FK_Bank_Feeds_Assignment_Rule_Action_Distribution__GL_Account__assigned_value__gl_account_KEYassigned_value__gl_account_KEYGL_Account (gl_account_KEY)
FK_Bank_Feeds_Assignment_Rule_Action_Distribution__Vendor_1099_Box_Setup__assigned_value__vendor_1099_box_setup_KEYassigned_value__vendor_1099_box_setup_KEYVendor_1099_Box_Setup (vendor_1099_box_setup_KEY)

Schema diagram