Data Model
Overview
This section shows the available API objects and provides more information on executing SQL to Tally APIs.
Key Features
- The add-in models Tally entities like documents, folders, and groups as relational views, allowing you to write SQL to query Tally data.
- Stored procedures allow you to execute operations to Tally
- Live connectivity to these objects means any changes to your Tally account are immediately reflected when using the add-in.
Views
Views describes the available views. Views are statically defined to entities such as Company, Employees, and Ledgers.
Stored Procedures
Stored Procedures are function-like interfaces to Tally. Stored procedures allow you to execute operations to Tally, including downloading documents and moving envelopes.