IS
Hello!
I try to call macro2 from macro1. Macro1 specifies property "XYZ" to pass to macro2.
selection = Context.getSelectedDatabases();
reportInfo = Macro.createExecInfo("535abf10-006f-11ee-7bb9-5254003963f7", selection, Context.getSelectedLanguage());
reportInfo.setProperty("XYZ", "123")
result = Macro.execute(reportInfo, Context.getShowResult());
Later I try to get this value from macro2's context.
Context.getProperty("XYZ")
Context.getProperties()
But no properties are set, getProperty() returns null, getProperties() returns empty string.
ARIS version is 10.0.18.
Please help me with this issue.
Thanks!
BR, Ilya.