Skip to main content
1-Visitor
June 27, 2019
Solved

Thing template 1 inherited to thing template 2. Want to get the list of things created individually.

  • June 27, 2019
  • 1 reply
  • 921 views

I have two thing templates "Plant Thing Template" & "Department Thing Template". While creation of "Department Thing Template", I have inherited the "Plant Thing Template" as base thing template, to inherit & store certain properties.

 

Now, I want to get the list of implemented things from "Plant Thing Template" separately and "Department Thing Template" separately. The issue is "GetImplementingThings" of "Plant Thing Template" is returning things implemented by both "Plant Thing Template" & "Department Thing Template"

 

Can someone please suggest a solution

Best answer by PaiChung

Run GetImplementingThings on both and use the InfoTable Functions Intersect to get the difference

else you can tag each entity upon creation and do a searchbytag

1 reply

PaiChung22-Sapphire IAnswer
22-Sapphire I
June 27, 2019

Run GetImplementingThings on both and use the InfoTable Functions Intersect to get the difference

else you can tag each entity upon creation and do a searchbytag