Skip to Content
0
Aug 04, 2016 at 03:16 PM

Is it possible to create global impex variables in Hybris, or access an impex variable from another extension?

236 Views

If I have extensions A and B (and B depends on A), can I create a global impex variable in extension A and access it in extension B? Is this even possible?

For example, in extensionA/hello.impex, I have: $extnAVariable=Hello

In extensionB/world.impex, I want to do: $extnBVariable=$extnAVariable World!

Is this possible?