Resource scheduling code example to remove resource from booking

Off the top of my head this is something you are looking for: public void Run(Engine engine) { engine.SetFlag(RunTimeFlags.NoKeyCaching); try { Guid myReservationGuid = Guid.Parse(engine.GetScriptParam(“ReservationGuid”).Value); var bookingManager = new BookingManager(engine, …

Aggregation trend with other parameters

Hello Stefan, Indeed this is because the aggregation data is resolved differently to other parameters and elements. The context is quite different currently I do not believe there is a …

Take ownership of a correlated alarm

Hi Yvan, It is not possible to automatically acknowledge the base alarms in case you acknowledge the correlated alarm. What you can do to acknowledge the base alarms together with …

image in background of dashboard

Hi I love the idea of being able to position your components anywhere on your dashboard, not bound to a grid! However, positioning them based on location positions is next …

Alarm severity from view in automation script

Hello again, looks like the script is doing, what it should do, but the trigger by a correlation rule is very sensitive and triggers the script N times depending on …

image in background of dashboard

Hi Ashwini. I don’t believe there’s an easy way to do this. Depending on your exact requirements and what you’re trying to achieve, it might be better to look at …