Developing a PML Object with Methods
- Last UpdatedNov 10, 2025
- 1 minute read
-
Whenever you add a new method to an object, you need to run the following command to tell PML to re-read the object definition:
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.)