This extension implements customized data types into tooling, such as Constant selection list of Expression Editor.
By default, BTT provides String, Number, Boolean and NULL type and data for Constant Editor (includes ECA and Mapping), Global Function and Common Condition at tooling.
For this, BTT provides flexible extension support to enable customer create new specific data type at project level. And all the new data types can be used like above native data type. This can reduce the efforts of data input and validation for beta developer.
For reference, we will provide a sample of extending DateTime and Char for tooling. Please download the sample code from here.