Community Tip - Have a PTC product question you need answered fast? Chances are someone has asked it before. Learn about the community search. X
Dear devs,
I have just noticed that, by creating a Thing from a Template defined in the Composer using:
EntityServices.CreateThing(ThingName, null, null, TemplateName);
The Thing in created correctly, but there is a DataTable Property that has no DataShape associated with it:
But this doesn't happen if the Thing is created via Composer.
What am I doing wrong?
Thanks
Hello @Raccone,
Are you using the snippet below?
I have just tested it on my end and it works fine.
Regards,
Emmanuel