Question
Read DataTable thing from Extension
Hi All,
I am trying to Read DataTable thing from Extension. It was returning null.
My code :
DataTableThing masterTable = (DataTableThing) ThingUtilities.findThing("BConfig_CM_ParametersMaster_DT");
DataTableThing masterTable = (DataTableThing)EntityUtilities.findEntity("BConfig_CM_ParametersMaster_DT", ThingworxRelationshipTypes.DataTable);
both codes are returning masterTable as "null". how to resolve this issue?
Thanks.

