* Form_Calendar_View
* Div_Table_Export
* Div_Email_Export
i.e. UserName,Status,Department,Role,CostCenter,Email
=== Mass_HiddenObject ===
CDA_5[[##SEP##]]intCDA_5_Id,strCDA_5_field_0_4,strCDA_5_field_0_5,strCDA_5_field_0_8,strCDA_5_field_0_11,strCDA_5_field_0_12,strCDA_5_field_0_10[[##SEP##]]WHERE strCDA_5_field_0_4 = 'True' Order BY intCDA_5_Id Group By strCDA_5_field_0_11 Limit 10
</syntaxhighlight>
=== Form_Calendar_View ===
[[##SEP##]]WHERE strCDA_8_field_0_5 = 'True' Order BY intCDA_8_Id Group By strCDA_8_field_0_12 Limit 10
</syntaxhighlight>
=== Div_Table_Export ===
This procedure allows for a custom button to be drawn on screen that when clicked simply exports the contents of a div to an excel file.
<syntaxhighlight lang="text">
Div on the page to export the contents of
[[##SEP##]]Custom width for the button
[[##SEP##]]Custom height for the button
[[##SEP##]]CSS Class to be applied to the button
</syntaxhighlight>
Example
<syntaxhighlight lang="text">
objTest
[[##SEP##]]80%
[[##SEP##]]50px
[[##SEP##]]Master_Button
</syntaxhighlight>
=== Div_Table_Export ===
[[##SEP##]]50px
[[##SEP##]]Master_Button
</syntaxhighlight>
Also the following hidden HTML element needs to appear on the page:
<syntaxhighlight lang="text">
<input type="hidden" name="keyStatsEmailTable" id="keyStatsEmailTable" value="" />
</syntaxhighlight>