Scope: managed applications.
Avoid managing form controls from the code if the form controls are automatically generated by the platform.
For example:
- It is incorrect to hide the Generate group commands when opening a from from the code depending on conditions.
- Correct example: Use the Filling event handler.