SCHEDULE_COST_CUSTOM_CALCULATOR_LOAD_ALL_FIELDS
This registry parameter determines if the Custom Cost callout loads data for all custom
fields by making one call or by making individual calls.
- Description:
-
When this registry parameter is set to true, the Custom Cost callout loads data for all custom fields in a single call using the
getCustomScheduleCostAll()
method. This requires the callout class to contain an implementation for this method. This can improve performance in the LFSO Schedule screen by reducing the number of required calls.If the registry parameter set to false, then the callout loads custom data fields individually.
- Valid Values:
-
true or false
- Default Value:
- false
- Location:
-
system/modules/scheduleOptimization/scheduleEdit
- Effective:
-
2022.09.00