Hi,
I want to retrieve the protocol related information and the table ids and names/description linked with the protocol in my automation script wherein I don't know the Ids and Description
for example:
Scenario:
I get protocol name from the selected device via parameter and then from there I want to get names and table ids as shown above related so that I can show it later in my application it will be helpful.
So from my Low code App as in above pic, once I click on that small gear I have protocol name, so from there I want to get all table ids and protocol related information as shown on top in my automation script in c#. There is no Dummy req. as I will get protocol info from clicking that row in table.
Showing list of resource types description and also for further functionality will be having table ids as well in order to get the further information for resources via GetTableDisplayKeys for the element selected. So, currently these are hardcoded but want them get the information automatically from Protocol.
Hi Apurva,
If you are intending to retrieve data from a table in a specific element, you could consider using the following methods, Method GetTableKeyMappings | DataMiner Docs together with Method GetTablePrimaryKeys | DataMiner Docs, to do so. Otherwise, if you are working with automation script dummies, you could also take a look at Class ScriptDummy | DataMiner Docs. I hope this is helpful.
Best Regards,
Joshua
I have updated the question, it is more clear now, wherein from the Protocol name I receive I want to get all related resource types such as S2X Input Ports, Demodulator etc, with table Ids in my automation script to get hat dropdown values filled.