How to create a Singleton on element level?
20th October 2023
I need to create an object that will represent the state of the table, and I want to be able to use that same object from other QActions, however my …
Question
20th October 2023
I need to create an object that will represent the state of the table, and I want to be able to use that same object from other QActions, however my …
20th October 2023
I am currently writing a protocol that needs to do a history set on a certain parameter in a QAction. I’m currently doing that by calling protocol.SetParameter(1, value, time); However, …
20th October 2023
Hi, Currently the jobs API is only returning 1 reservation ID even when there are multiple bookings in the payload. How do we get all the reservation IDs related the …
20th October 2023
Hi, We are looking at options to add custom properties in our SRM bookings which will also then be propagated to the service properties when the service is active. What’s …
19th October 2023
Hi, When I try to swap a ServiceReservationInstance using the same code as the one shown in this post, the service updates accordantly as you can see in the following …
19th October 2023
Is it possible to see the traffic of the user-defined API? I like to know when these are heavily used and number of success / failed requests.
19th October 2023
The process automation looks like it’s stuck. I would like to clean up the queue to try with a single token if it works How do I clean up the …
19th October 2023
When I call BookingManager.CreateNewBooking, how do I configure the Function objects (part of the 3rd argument of this call) to save profile parameter values for the interfaces on the booking? …
19th October 2023
What is the overhead of using SLProtocolExt instead of SLProtocol? Since SLProtocolExt is superset of SLProtocol, object of type ConcreteSLProtocolExt is naturally larger then ConcreteSLProtocol. How big of an performance …
18th October 2023
Hello, I have a custom alarm table in a low code app (using a table instead of alarm table because I need to use selected rows as a feed for …
18th October 2023
Hello Dojo Community, For learning purpose, I created user defined api & deployed it successfully where I’m passing element name and action like Mask/Unmask etc. and API working fine with …
18th October 2023
Hi all I’m using the Ateme Titan Edge driver V1.0.1.10, to control a Titan for decoding with version 2.13.2. On the Titan, in the decoder, under the tab “input”, I …
18th October 2023
Hi Community, I would like to retrieve in a script based on view id/name or service id/name the highest severity and the number of alarms according to this highest severity …