Get Parent
To carry out actions specific to the parent form.
When working at the row level, use this method to refer to data from the primary parent form. Through the form’s interface that is returned, you can perform actions directly on the main form.
Syntax
Returns
Returns an instance of Form
class using which we can perform any action on the
main form
Example
The accumulated years of experience in each organization is extracted from the employee work experience table, and subsequently, the total years of experience field in the parent form is updated.