Displays the Case search results from a search form submission.
This module supports Liquid.
Syntax
{bb_caseresults render="" emptyMessage="" collectionName="" layout=""}
Properties
- render - The Render parameter selects whether module content is render as a collection or single item. Possible values are item and collection, with default being item.
- emptyMessage - Custom message value that is rendered. Default text is "No items found.".
- collectionName - The parameter is used to access the collection the Liquid tags.
- layout - Renders the module output using:
layout="Default"
- sets the layout to the Default module layout;layout="My Custom Layout"
- set the layout to use a custom layout template;layout=""
- allows you to code a custom layout right within the web page HTML.
Liquid Tags
- {{caseAssignedTo}} – Team member the case is assigned to.
- {{caseNumber}} – Case number created by the platform.
- {{caseCreateDate}} – Date and time the case was first created.
- {{caseLastUpdate}} – Date and time the case was edited.
- {{caseOwnerName}} – Full name of the owner who submitted the case.
- {{caseDescription}} – Description of the case.
- {{caseFileList} – List of files attached to a case. Files can be downloaded.
- {{caseStatus}} – Status of the case. Possible values are: New, Open, Escalated, Closed, Re-Opened.
- {{caseSubject}} – Subject of the case.
Comments
0 comments
Please sign in to leave a comment.