Sunday, July 22, 2018

AR_MISC_CASH_DISTRIBUTIONS table overview


AR_MISC_CASH_DISTRIBUTIONS
misc_cash_distribution_id 
cash_receipt_id 
code_combination_id 

AR_MISC_CASH_DISTRIBUTIONS stores the accounting distribution for miscellaneous cash receipts.

Each distribution is stored as a unique record, based on the primary key, misc_cash_distribution_id.

The distributions are linked to the receipt by the column cash_receipt_id. The code_combination_id column stores the general ledger account assigned to this receipt.



No comments:

Post a Comment

currentAppUi built in variable in VBCS

$global.currentAppUi.id :- The id of the App UI $global.currentAppUi.urlId :-The id of the App UI as shown in the URL $global.currentAppUi.d...