Hi,
We have a partial table that would be accessed from another element by using the following code:
dms.Notify(87 /*DMS_GET_VALUE*/, 0, ids, parameterId, out result);
However, the returned table data are only the specified amount in the Partial attribute. So basically, It does not return the full list of rows of the table and only returns the first page of the table.
Is there a way to retrieve the full table?
Saddam Zourob [DevOps Member] Selected answer as best 27th May 2021
Hi,
Could you try and use the Class Library in your integration, as it contains a GetRows method inside the IDmsTable object?
Saddam Zourob [DevOps Member] Selected answer as best 27th May 2021