mirror of
https://github.com/frappe/books.git
synced 2024-11-10 15:50:56 +00:00
11 lines
294 B
Markdown
11 lines
294 B
Markdown
# Single Value
|
|
|
|
The SingleValue table is where all [Single documents](../model/singles.md) are stored.
|
|
|
|
A `SingleValue` record is created for each property of the doctype
|
|
|
|
Properties:
|
|
|
|
- `parent`: name of single document
|
|
- `fieldname`: name of the field (property)
|
|
- `value`: value of the field |