V3.4
Overview
As a member of the implementation team, you can customize the display of the custom client properties in the portal grids.
- Go to Administration site > Solutions > Ops Manager > Manage Unsigned Solution Variables.
- For each property that you want to display in the grid, create a matching variable.
- Go to your custom properties workflow, and edit the activity that holds the custom client properties grid.
Follow this convention for the control ID value:opm_<solution variable name>
.
Example
<sq8:Label runat="server" Text="FirstName" />
<sq8:TextBox runat="server" ID="opm_FirstName" ></sq8:TextBox>
<sq:BindableControl runat="server" TargetControlID="opm_FirstName" DataField="FirstName"></sq:BindableControl>
NOTE
Supported controls are Textbox, Checkbox, Combobox (text property), Datepicker, Text area, and Numeric textbox.