399
edits
Changes
From All n One's bxp software Wixi
no edit summary
* Mass_HiddenObject
* Form_Calendar_View
* Div_Table_Export
<syntaxhighlight lang="text">
BXP Table Name
[[##SEP##]]Fields (separated by ,'s)
[[##SEP##]]Where clause Order by clause group by clause Limit
</syntaxhighlight>
Example
<syntaxhighlight lang="text">
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 ===
This procedure draws a calendar view to the page that displays events, all of the events must be in a form but can also be apart of the bxp appointment manager, this procedure allows for the calendar to be limited by a where clause allowing a person to view a calendar of items that are just assigned to themselves. The calendar can also be colour coded to highlight different events
<syntaxhighlight lang="text">
BXP Form Name
[[##SEP##]]Event Description field
[[##SEP##]]Event start date time field
[[##SEP##]]Event end date time field
[[##SEP##]]Allow click through to record
[[##SEP##]]alternative start date
[[##SEP##]]Field that contains event colour code
[[##SEP##]]Where clause Order by clause group by clause Limit
</syntaxhighlight>
Example
<syntaxhighlight lang="text">
CDA_8
[[##SEP##]]strCDA_8_field_0_1
[[##SEP##]]strCDA_8_field_0_3
[[##SEP##]]strCDA_8_field_0_4
[[##SEP##]]true
[[##SEP##]]2015-07-05
[[##SEP##]]strCDA_8_field_0_9
[[##SEP##]]WHERE strCDA_8_field_0_5 = 'True' Order BY intCDA_8_Id Group By strCDA_8_field_0_12 Limit 10
</syntaxhighlight>
<syntaxhighlight lang="text">Div on the page to export the contents of[[##SEP##]]2015-07-05Custom width for the button[[##SEP##]]Custom height for the button[[##SEP##]]CSS Class to be applied to the button</syntaxhighlight>
<syntaxhighlight lang="text">objTest[[##SEP##]]80%[[##SEP##]]50px[[##SEP##]]WHERE strCDA_8_field_0_5 = 'True' Order BY intCDA_8_Id Group By strCDA_8_field_0_12 Limit 10Master_Button</syntaxhighlight>