JADE Environment Development Ideas

What's new in the upcoming JADE release?

IMPROVED DEVELOPER EFFICIENCY. ENHANCED SECURITY. SMOOTHER INTEGRATION

The JADE 2022 release meets tomorrow’s business demands.


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
  • Executing
  • Attach files