NotifyProtocol – User Groups clarification

Hi Alex, maybe somebody else has documentation about those notify calls, but it might be easier to use SLNet messages instead. There is probably also no (public) documentation about those …

How to enable/disable correlation rule from code?

Hi Ruben, I believe you’ll only be able to do this by sending an UpdateCorrelationRule message to SLNet. The UpdateCorrelationRule message has a field ‘type’ that can be set to …

Implement Filter in script list

Hi Catalin, Another option (apart from start creating an interactive automation script) is to use memory files to define a set of possible values in your list. For example: First …

Implement Filter in script list

Hi Catalin, you can use the ShowFilter property on the UI block definition: UIBlockDefinition uibDef = new UIBlockDefinition(); uibDef.Type = UIBlockType.DropDown; uibDef.DisplayFilter = true;

Execute Automation from QAction Failing

Hi Blake, Did you verify already if you can find any logging in the SLAutomation.txt file indicating the script actually started (or not)?

Execute Automation from QAction Failing

Hey Blake, Permission issues usually are indicated by the server throwing a DataMinerSecurityException during the call. When the script is run from an element. This exception should end up in …

Shapes in table row are non-interactive

Hi, In order to make this work, you need a combination of following shape data on the child shapes (= buttons on which you applied the ‘Execute’ shape data): Enabled …