What are Details?

Learn what are the Details.

Details in eLegere applications are secondary tables associated to the Master Table rows. The Master table is the main table of the application. I.e. The table you find when accessing the application.

Example

Some examples of Details could be:

  • In an Address Book, each row of the Master Table will be a person and their info: Name, Surname, Email, Address, and Phone. The Detail could be the log of meetings that you had or will have with that particular person.
  • In a Project Management application, each row of the Master Table will be a project. The Details could be two additional info tables:
    • The list of the employees assigned.
    • The list of all the tasks required towards the completition.
  • In an e-Commerce Order Manager application, each row of the Master Table will be the Order Id and the info of customer and shipping address. The Detail would be the table listing the ordered items and the quantity.

If the application has Details, a Master Table could have one or more Details with secondary data.