-
Type:
Improvement
-
Status: Resolved
-
Priority:
Major
-
Resolution: Fixed
-
Affects Version/s: None
-
Fix Version/s: 6.4.0
-
Component/s: Code Generator
-
Labels:
-
Pull Request URL:
-
Compatibility:Point
Currently the type of a transform is derived from the record that is supplied - including its default values. Sometimes (often) these can be dependent on parameters, leading to transforms being rebound more often than they need to.
Using the unadorned record will help - but the adorned record needs to be saved as well so that default field values can be correctly supported.