Parent form

Hi,

If on form A that is displayed in a tab of form B, can I get the name of form B in a method ?

Regards,

Hi Hans,

You can call controller.getFormContext() on form A. This will return a dataset with the structure all the way to the main controller (top form).

Hope this helps.

Thanks !!

That’s what I was looking for.