Hello Dojo,
I am currently working on creating Regression tests and many of our columns that we have are not shown using RTDisplay false. When retrieving those columns using IDms, the data in the array returns as null. I have tried many of the other methods in the IDmsTable class and they all return null data.
Is there another way to retrieve this parameter data from an Automation Script? Maybe an SLNet call that retrieves the data from SLProtocol as opposed to SLElement?
Enabling RTDisplay is not an option since it was causing a large spike in SLElement usage that we need to avoid.
Hi,
If a parameter value is not known in SLElement, then it also will not be available in the 'higher' levels like SLNet, DMS, Automation,... The value is then only known internal in SLProtocol when not having RTDisplay true.
Regards,