Hi @ivyTeam
In axonivy v12, I can access variables in my codebase using the underscore notation like this:
ivy.var.get("my_namespace_myVariable");
But when I checked the documentation, I noticed it only mentions the dot notation:
ivy.var.get("my.namespace.myVariable");
Both work fine, but since the underscore approach isn't documented I'm a bit unsure about relying on it going forward. Is this intentional? Could it break in a future release?
Best regards