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 Gabriel,
Maybe a possible option option in this case could be adding an extra debug logic in the connector to export the content of the table to a CSV file (e.g. when the table is populated). Then, the automation script could use the content of the CSV file for your regression test.
Hope it helps.