CREATENEW
Name | CREATENEW |
---|---|
Layer | Front-end |
Description | Occurs immediately after creating a new object. |
Version | Introduced: 2022 Updated: - |
This event occurs immediately after the following core events:
- The object creation
- Initialization of its system attributes
This is the earliest possible point in the object's life cycle.
A typical use case is when you need to initialize one or more object attributes with user-defined values.
Note
The object has not yet been saved and has never been. I.e., its first commit is coming up.