Hello Community
The InitialExpression keyword values does not to set default values for properties in classes that extend %CSP.Page, unlike in other class types such as %Persistent or %RegisteredObject, where it works as expected during object instantiation (typically via %New()).
- Is %CSP.Page instantiated using %New() under the hood, or does it use a different initialization mechanism?
- Are there specific limitations or behaviors in CSP pages that prevent InitialExpression from working as expected?
Thank you!
Hello!