
We've created a custom extension which, by default, sets a parameter on the last month and then listens to the parameter change.
We need to include it in all (or almost all) dashboards of our workbooks, but this is what happens:
if I display the first dashboard, the extension is initialized and sets the month correctly (eg May), but if I change the parameter, for example in April and then see another dashboard, the extension inserted in this dashboard is initialized only at that time and then resets the parameter in May!
Is it possible to initialize all extensions when the workbook is loaded or when the first one is initialized?
Furthermore our extensions must be configured. I read this: "The settings namespace provides methods to get and set values which will be persisted in a workbook." but it seems to me that the settings are local to the single extension.
Is this so?
Thanks