Hi Dojo,
In my visual I have a reservations component on which I can select a resource and a time window. After selection, a popup menu is immediately shown where I can execute an automation script with the data that I need (resource ID, start time, end time).
Is it possible that I can have the selected resource and time range as session variables outside of this component without the need of launching an automation script?
Hi Jens,
The SelectedTimeRange variable can be used in Visual Overview, starting from 10.2.1.0. Documentation:
https://docs.dataminer.services/user-guide/Basic_Functionality/Visio/SRM/Embedding_a_Resource_Manager_component.html
Internal release note: 31770
A small enhancement is done in 10.2.3.0, see internal release note 32394.
I could not find any released documentation of this yet, but it is a small tweak in the behavior.
Have you tried the SelectedResource session variable , as indicated in the help section ?