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?
Hi,
Could you try and use the Class Library in your integration, as it contains a GetRows method inside the IDmsTable object?
Hi,
Please don't use the old dms.Notify calls to retrieve remote table values as that has become deprecated and indeed partial tables are not fully supported with this call.
By using the class library it's possible to get the full table content.
See help and use the IDmsElement.GetTable method