The OnSave() method will call the Save() method from the BusinessObject, because the WHO inherits xWindowHandlingObjectGeneric.
The βSaveβ action will trigger the following Methods: OnPreSave() -> OnSave() -> OnPostSave()
Last updated 4 years ago