Developing a PML Object with Methods
- Last UpdatedOct 21, 2022
- 1 minute read
Whenever you add a new method to an object, you need to tell PML to re-read the object definition, by giving the command:
pml reload object life
It is not necessary to use this command if you are simply editing an existing method (although you will have to use it if you edit a form definition file, and change the default constructor method, described in Form Definition File.)