Hi Community.
I have a question regarding calculated attributes in freedomUI.
Below is the mock of what I mean
"ActualModelAttribute": { "modelConfig": { "path": "PDS.AttributeName" } }, "CalculatedAttribute": { "from": "ActualModelAttribute", "converter": "usr.MyCustomConverter" }
If I define my customConverter directly in page schema I get an error that the converter is not found in converterRegistry. Is there any way to add it?
Like
2 comments
17:42 Feb 19, 2026
Hello Yurii Sokil,
Support for custom converters in calculated attributes was added in the 8.3.2 release. Prior to this version, calculated attributes support only built-in converters, such as the base converters provided by the platform.
Show all comments