- In WFM, select .
- To add a custom data group, click Create a New Entry.
- Specify this information:
-
Del
-
Select this check box to delete the group.
-
Group Name
-
Specify the name of the data group. This is a required field.
-
Group Description
-
Provide a description of the data group.
-
Maintenance Form
-
Specify or search for the Form Name where the custom data group should be displayed. This is a required field.
- Click Save.
Each group can have multiple columns and what maintenance forms it belongs to.
- In the Custom Data Columns Form sub-section, specify this information:
-
Del
-
Select this check box to delete the group.
-
Custom Data Column
-
Specify the name of the schedule data column. This is a required field.
-
Display Order
-
Specify the order the field is visible in the targeted location. This is a required field.
- Click Save.
- Optionally, you can click Return to form listing to go back to the Schedule Data Groups page.
- In the Custom Data Columns Callout sub-section, specify this information:
-
Del
-
Select this check box to delete the row.
-
Extension Script Callout
-
Displays list of extension scripts with script type = Custom Schedule Data Columns callout. If the field is blank, use core data calculations.
-
Java Callout
-
A Java callout hook should be created for the Custom Data Columns in ASV/MR/OTS so that you can replace this with custom calculated values.
-
Team
-
Specify or search for the team in the database lookup. This is a required field.
- Click Save.
- Optionally, you can click Return to form listing to go back to the Schedule Data Groups page.
As of the 2025.12 release, you can define Custom Data Columns logic using either a Java callout or a Groovy extension script. The new script type, mvs-custom-data-columns-calculation, enables the same calculation capabilities that were previously limited to Java callouts.
This feature is available for Manage Schedule, Advanced Schedule View, and MR/OTS, enabling multi-tenant and cloud customers to configure Custom Data Columns without deploying custom Java code.