Master and Detail in Document: Difference between revisions

From AutoCount Resource Center
Content added Content deleted
No edit summary
mNo edit summary
Line 18: Line 18:


[[Category:Programmer]]
[[Category:Programmer]]
[[Category:FAQ]]
[[Category:Programmer FAQ]]

Revision as of 08:38, 29 November 2017

Go to menu

Go to top
Resources For AutoCount Software Developers


What is MasterColumn and DetailColumn?

All document entry, whether it is Sales Invoice or AR Payment, they consist of at least 2 DataTable, master table and detail table.
Some may have more than 2 tables, such as AR Payment.
Usually the master table is where it stores the document information, such as document number, document date, company name and etc...
Whereas, detail table stores multiple records that are related to this document. Such as Items and account double entry transactions.
MasterColumn refers to the value of a field in master table.
Likewise, DetailColumn is referring to the value of a field in detail table.


Invoice Entry Form
This screen shows there are two highlighted areas in Green and Red,
which are master and detail area respectively.