Forms are main elements of the Finance and Operations development platform. Many standard forms are already available in the application.
You can also create new forms. Each form consists of form methods, which can be classified as standard methods or custom methods. Standard methods must have a super()
call to implement the parent method. Standard and custom methods are available with all standard and custom forms. You can extend the existing form methods and include code by using chain of command.
Standard form methods
The following sections explain the standard form methods in the Finance and Operations apps development platform.
init()
The init()
method is a