- Overview
- Adding a Column to a Calendar
- Changing the Order of Columns on a Calendar
- Removing a Column from a Calendar
Overview
You can add custom columns to each of your calendars in addition to the default columns that are already shown. Some examples of custom columns include:
- Client on a Quote
- Account Manager
- Total price of a Quote
- Venue being used on a Quote
- Total weight of gear on a Pull Sheet
Adding a Column to a Calendar
- Open the calendar that you want to edit.
- Click the EDIT button (next to the calendar drop-down menu).
- In the List Columns section, enter the name of the new column in the Caption box.
- Choose an expression to put into the Column Expression box. The expression is the code that will pull information from Flex to display on the calendar.
- When the Column Expression box turns green (signaling that a valid expression has been entered), click the Plus button to add the column to the calendar.
- Click SAVE.
You can click the expression suggestions icon to show a list of most of the valid expressions that you can use. Double-click any expression in the expression suggestions window to put that expression into the Column Expression box. Some examples include:
- Total price of a job =
element.totalPrice
- Parent element name =
element.parentElementName
- Deposit percentage for a job =
element.depositPercentage.PERCENT
Expressions must be entered exactly as shown. If an expression is entered incorrectly, the box will turn red and you will not be able to add it.
You can edit the caption and column expression of any existing column entry by clicking on the name.
Changing the Order of Columns on a Calendar
- Open the calendar that you want to edit.
- Click the EDIT button (next to the calendar drop-down menu).
- In the List Columns section, drag and drop the calendar column names by clicking and holding the small dots (found in the far left section of the row).
- Click SAVE.
Removing a Column from a Calendar
- Open the calendar that you want to edit.
- Click the EDIT button (next to the calendar drop-down menu).
- In the List Columns section, click the X in the row of the list column that you want to delete.
- Click SAVE.