FieldId is not defined in xml

Noticed that, while creating Generic UI no field Id is created. As a result, the field can’t be injected in controller with it’s name reference. Can we have an option in future to specify in the studio while creating the screen?

fieldId_missing

This is a new feature of the release 6.5 - “property” attribute is used instead of “id”. Try to update your CUBA plugin for IntelliJ IDEA, the last version supports the new notation.

Thank you Konstantin.