Data Collection List Layout
The Data Collection List Layout is used to render a list of Data Collection items. The data items list can have links to a detail view page or not.
- Used by these modules: {bb_datacollection}
- Accessible by: Content > Design > Data Collection > Collection > Layout tab > List View Layout
Available Tags
- {{dataId}} – System generated ID for the data collection item.
- {{dataCommentCount}} – Number of comments for the collection item. (future release)
- {{dataCounter}} – Incremental count of the items in the data collection returned.
- {{dataDeleteUrl}} – Renders the URL that allows the user to delete a data collection item they previously submitted. Only available in a secure zone.
- {{dataEditUrl}} - Renders the URL that allows the user to edit a data collection item they previously submitted. Only available in a secure zone.
- {{dataContent}} – Content of the data collection item.
- {{dataPublishDate}} – Date and time the data collection item was published.
- {{dataExpiryDate}} – Renders the expiry date to stop displaying the data collection item.
- {{dataLastUpdated}} – Date and time the data collection item was last updated.
- {{dataName}} – Name of the data collection item with a hyperlink to the details.
- {{dataNameNoLink}} – Name of the data collection item without a hyperlink.
- {{dataSortOrder}} – Ordering weight of the data collection.
- {{dataTags}} – Renders a list of Tags that this data collection item is assigned to.
- {{dataUrlWithHost}} – Full URL of the data collection item including host.
- {{dataUrl}} – Relative URL of the data collection item.
- {{dataDataSource}} – Used to link two data collections together.
- {{dataParentId}} – Used to identify the parent collection connected to the collection.
- {{dataGeoLocation}} - Used to identify whether GEO mapping is enabled.
- {{dataLatLng}} - Latitude and Longitude of the collection item. Format: (LAT,LONG). If GEO mapping is enabled.
- {{dataLatitude}} – Latitude of the collection item. If GEO mapping is enabled.
- {{dataLongitude}} – Longitude of the collection item. If GEO mapping is enabled.
- {{dataAddress1}} – Street address of collection item. If GEO mapping is enabled.
- {{dataAddress2}} – Additional street address line for the collection item. If GEO mapping is enabled.
- {{dataCity}} – City of collection item. If GEO mapping is enabled.
- {{dataState}} – State of the collection item. If GEO mapping is enabled.
- {{dataZipCode}} – Zip code of the collection item. If GEO mapping is enabled.
- {{dataCountry}} – Country of the collection item. If GEO mapping is enabled.
Data Collection Detail Layout
The Data Collection Detail Layout is the layout template that displays a Data Collection item's complete details. This page is visible to users who click the hyperlinks rendered by the {{dataUrl}}
and {{dataName}}
.
- Used by these modules: {bb_datacollection}
- Accessible by: Content > Design > Data Collection > Collection > Layout tab > Detail View Layout
Available Tags
- {{dataId}} – System generated ID for the data collection item.
- {{dataCommentCount}}– Number of comments for the collection item.
- {{dataCounter}} – Incremental count of the items in the data collection returned.
- {{dataContent}} – Content of the data collection item.
- {{dataPublishDate}} – Date and time the data collection item was published.
- {{dataExpiryDate}} – Renders the expiry date to stop displaying the data collection item.
- {{dataLastUpdated}} – Date and time the data collection item was last updated.
- {{dataNameNoLink}} – Name of the data collection item without a hyperlink.
- {{dataSortOrder}} – Ordering weight of the data collection.
- {{dataTags}} – Renders a list of Tags that this data collection item is assigned to.
- {{dataUrlWithHost}} – Full URL of the data collection item including host.
- {{dataUrl}} – Relative URL of the data collection item.
- {{dataDataSource}} –Used to link two data collections together.
- {{dataParentId}} – Used to identify the parent collection connected to the collection.
- {{dataGeoLocation}} - Used to identify whether GEO mapping is enabled.
- {{dataLatLng}} - Latitiude and Longitude of the collection item. Format: (LAT,LONG). If GEO mapping is enabled.
- {{dataLatitude}} – Latitude of the collection item. If GEO mapping is enabled.
- {{dataLongitude}} – Longitude of the collection item. If GEO mapping is enabled.
- {{dataAddress1}} – Street address of collection item. If GEO mapping is enabled.
- {{dataAddress2}} – Additional street address line for the collection item. If GEO mapping is enabled.
- {{dataCity}} – City of collection item. If GEO mapping is enabled.
- {{dataState}} – State of the collection item. If GEO mapping is enabled.
- {{dataZipCode}} – Zip code of the collection item. If GEO mapping is enabled.
- {{dataCountry}} – Country of the collection item. If GEO mapping is enabled.
Data Collection Edit Layout
The Data Collection Edit Layout is only visible after clicking the hyperlink that is rendered from {{dataEditUrl}} which can only be used on the "List Layout".
- Used by these modules: {bb_datacollection}
- Accessible by: Content > Design > Data Collection > Collection > Layout tab > Edit Layout
Available Tags
- {{dataId}} – System generated ID for the data collection item.
- {{dataContent}} – Content of the data collection item.
- {{dataPublishDate}} – Date and time the data collection item was published.
- {{dataExpiryDate}} – Renders the expiry date to stop displaying the data collection item.
- {{dataLastUpdated}} – Date and time the data collection item was last updated.
- {{dataNameNoLink}} – Name of the data collection item without a hyperlink.
- {{dataTags}} – Renders a list of Tags that this data collection item is assigned to.
- {{dataUrlWithHost}} – Full URL of the data collection item including host.
- {{dataUrl}} – Relative URL of the data collection item.