[LCA] – UTC Datetime in GQICell

Hi Kevin, This is because your client machine is using a different time zone than the DMS. When not configuring a custom DisplayValue, GQI creates one itself by using the …

Automating DCF connections

Hello Tyler, Glad to hear you look to automate this process, I suggest following the DCF best practises and utilizing the nuget DCF Helper class these can be found here: …

Redundant polling when “NO SUCH OBJECT” occured

Hi, I believe this can be done with a modification of the protocol.xml by specifying <NoTimeout>NO SUCH OBJECT</NoTimeout> I such case, the “NO SUCH OBJECT” will not cause a timeout …

Using validation in interactive Ui textbox

Hi Aditi, One way of achieving this result would be to add an extra ‘Label’ to the dialog where you present to the user if the input is valid or …

Length of the string exceeds the value

Hi Ömer, It’s indeed possible to increase the maxLength of the JavaScriptSerializer. Example: var serializer = new JavaScriptSerializer { MaxJsonLength = Int32.MaxValue // Set maxJsonLength to a higher value }; …

Error in SLSearch log file

Hi Arunkrishna, First of all some context: we use the Elastic scroll API to fetch Elastic data in pages. These scrolls have to be cleaned up when we finish using …

Visio table filtering using SubscriptionFilter

Understandably confusing as we use different syntaxes for different kinds of shapes, but in this case you’re looking for the TableRowFilter in the ParameterControlOptions. Hopefully that gets you where you …

Spectrum Element | Automation Set Parameter

Hi Yohan, Do be aware that for spectrum elements there is an extra layer in between the protocol and clients. This layer maintains multiple active sessions, each with their own …