JADE Environment Development Ideas

What's new in the JADE 2025 release?

IMPROVED DEVELOPER EFFICIENCY. ENHANCED INTEGRATIONS. NEW WEB DEVELOPMENT FRAMEWORK

The Jade 2025 release focuses on modernising the developer experience and helping you build faster, smarter, and more scalable applications.


Start your update to JADE's latest release

Allow Any::asString() to handle object reference properties with invalid reference values

We often use the rootSchema method Any::asString method, typically called as <object>.getPropertyValue("propertyName").asString() when the propertyName refers to an object reference property.


When this property is non-null we get the OID enclosed in square brackets or if the value is null then a literal "<null>" is returned. However if the object reference is invalid a UE 4 "object not found" error is raised. It would be beneficial if this method was a bit more run-safe and simply returned a literal "<invalid>" in this case.

  • Guest
  • Mar 15 2021
  • Shipped
  • Attach files
  • Admin
    Patrick Pritchard commented
    October 22, 2024 22:35

    Released in Jade 2022 (22.0.01)