2
0
mirror of https://github.com/frappe/books.git synced 2024-11-10 15:50:56 +00:00
books/docs/utilities/single-value.md
2018-02-22 13:07:50 +05:30

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