Property reference
com.glide.cs.rich_converter_case_html
The com.glide.cs.rich_converter_case_html property defines the HTML structure for displaying case information in a formatted table. Admins should review this property to customize the appearance of case details presented to users.
Default: <table class="card" style="background-color:var(--button-background-color);padding-top:10px;padding-bottom:10px;padding-right:10px;padding-left:10px;width:80vw;max-width:500px;" >
<tr><td class="name" style="font-family: 'SourceSansProBold'; font-weight:bold;" >@@@number@@@</td><td class = "value"><a class = "link" target="_blank" href="___href___" style="color:--client-link-color;" >###number###</a></td></tr>
<tr><td class="name" style="font-family: 'SourceSansProBold'; font-weight:bold;" >@@@contact_type@@@</td><td class = "value">###contact_type###</td></tr>
<tr><td class="name" style="font-family: 'SourceSansProBold'; font-weight:bold;" >@@@state@@@</td><td class = "value">###state###</td></tr>
<tr><td class="name" style="font-family: 'SourceSansProBold'; font-weight:bold;" >@@@priority@@@</td><td class = "value">###priority###</td></tr>
<tr><td class="name" style="font-family: 'SourceSansProBold'; font-weight:bold;" >@@@sys_updated_on@@@</td><td class = "value">###sys_updated_on###</td></tr>
</table>
Type: string
Application: Global