Hi Community,
I'm having issues with the method GetPrimaryKeys from the IDmsTable. I'm trying to retrieve the primary keys from the table but I keep getting 0 as the output. I'm not sure if that it is intended use of the method or am I mistaken. Workaround that I did was to call GetData from the IDmsTable which then returned the primary keys correctly.
Thanks.
Hi Amar,
Could you post a screenshot of your code to see how you are doing it?
Also are you doing this from inside a connector or an automation script?
Regardless no matter from where you are doing it the GetPrimaryKeys() should be returning a string[] with the keys of that table. As long as that table has rows. I'm assuming there is something wrong with your set up of the Idms object.