Calculated field value in the list with inline editing in Freedom UI.
Is there any way to set calculated value in the newly added row in the list with inline editing?
In classic ui we had initEntity function that allowed us to do any custom logic with values in editable detail. Is there Freedom UI analog?

Like
Greetings,
You can implement the required logic using either business processes or business rules.
With a business process, the value of the calculated field is applied when the record is saved (after the other fields, which are part of the formula, are saved). More details: https://academy.creatio.com/docs/8.x/no-code-customization/bpm-tools/bu…
With business rules, the calculated field value is updated in real time. More details: https://academy.creatio.com/docs/8.x/no-code-customization/customizatio…
Unfortunately, Classic UI components are not compatible with Freedom UI, so the Classic UI approach cannot be reused in Freedom UI.
Also, the following article might be helpful for you: https://academy.creatio.com/docs/8.x/dev/development-on-creatio-platfor…
Please let us know if you have other questions.
Thank you for reaching out!