SRM – Virtual platform

Hi Jens, A resource can belong to multiple pools, so in you example if a resource needs to be used in both booking managers you should have it in two …

Missing GQI Data Sources

Hi Dave, Can you check that you have the GenericInterface option available in SoftLaunchOpotions? Hope it helps.

Retrieve Owner property using automation script

Hi Julian, As Julian has already mentioned, the GetAlarmsProperty method can be used to retrieve custom properties. To retrieve the owner of an active alarm, the following code can be …

Fetch History Alarms for alarm duration analysis

Hi Jonas, The AlarmEventMessage itself does not say when it is cleared, it’s the AlarmEventMessage that has a cleared/normal state that will have cleared the alarm. So you grab the …

Can the tag take the value of another param

Hi Trong, Unfortunately not, it is only capable of setting the parameter when it does not have a saved value at the start of the element. Shadowing another parameter is …

Can the tag take the value of another param

Hi Trong, Unfortunately, that is not possible, the DefaultValue tag is only compatible with hardcoded values. The only option in your case would be to use a QAction triggered by …