Hi,
If you have complex business logic to be executed on opening the form then one way is to write code in the static method of the class(to fill the required data) in the init method of the form/form data source and call it before super.
Hi,
If you have complex business logic to be executed on opening the form then one way is to write code in the static method of the class(to fill the required data) in the init method of the form/form data source and call it before super.