cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
Showing results for 
Search instead for 
Did you mean: 

Community Tip - Learn all about the Community Ranking System, a fun gamification element of the PTC Community. X

AddPropertyDefinitions Not Working

travman7777
9-Granite

AddPropertyDefinitions Not Working

I am trying to utilize the AddPropertyDefinitions function to add multiple properties to a thing.  However I am unsuccessful.  I am able to individually add a property by using AddPropertyDefinition, however when I try and using AddPropertyDefinitions the properties are not added.  Is this a bug with the function or is there something wrong in my code.  I have attached an exported file of the Thing/Service for reference.

 

Using TWX 9.1

1 ACCEPTED SOLUTION

Accepted Solutions
TonyZhang
13-Aquamarine
(To:travman7777)

Hi there,

 

Firstly I think you should use name "baseType" instead of "type" when specifying property type

Secondly there is a missing semicolon after "let turnedOn = {...}"

Could you please try again after making above adjustment in your service see how it goes?

View solution in original post

2 REPLIES 2
TonyZhang
13-Aquamarine
(To:travman7777)

Hi there,

 

Firstly I think you should use name "baseType" instead of "type" when specifying property type

Secondly there is a missing semicolon after "let turnedOn = {...}"

Could you please try again after making above adjustment in your service see how it goes?

Hi Tony,  Changing type to baseType fixed the issue.  Good catch.

Top Tags