Description Usage Arguments Value Examples
S3 Generic that returns the field description text, if available
1 | field_description(entity, field)
|
entity |
character(1) string ('cases','files','projects',
'annotations', etc.) or an subclass of |
field |
character(1), the name of the field that will be used to look up the description. |
character(1) descriptive text or character(0) if no description is available.
1 2 3 4 | field_description('cases', 'annotations.category')
casesQuery = query('cases')
field_description(casesQuery, 'annotations.category')
field_description(cases(), 'annotations.category')
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.