2
0
mirror of https://github.com/frappe/books.git synced 2024-09-20 19:29:02 +00:00
books/docs/utilities/single-value.md

11 lines
294 B
Markdown
Raw Normal View History

2018-02-22 07:36:28 +00:00
# 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