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

Community Tip - If community subscription notifications are filling up your inbox you can set up a daily digest and get all your notifications in a single email. X

com.thingworx.types.InfoTable@9e681c4fv

SS_9749865
1-Newbie

com.thingworx.types.InfoTable@9e681c4fv

In above code I m trying to get members of suborganization but at the end I should get 4 records but instead of that I m getting on 1 record and in "Script log" I m getting debugger response as  "com.thingworx.types.InfoTable@9e681c4f" for all my 4 response.

Please help to solve this

Thanks!

1 ACCEPTED SOLUTION

Accepted Solutions

Hi @SS_9749865,

 

In your code you are calling GetSubOrganization(). Is this a custom service ? If so, does it run successfully on its own and what does it return ?

Thanks in advance !

 

For your information here is a list of the supported APIs related to Organizations : http://support.ptc.com/help/thingworx_hc/javadoc/com/thingworx/security/organizations/Organization.html.

View solution in original post

3 REPLIES 3

Hi @SS_9749865,

 

In your code you are calling GetSubOrganization(). Is this a custom service ? If so, does it run successfully on its own and what does it return ?

Thanks in advance !

 

For your information here is a list of the supported APIs related to Organizations : http://support.ptc.com/help/thingworx_hc/javadoc/com/thingworx/security/organizations/Organization.html.

Alessio
15-Moonstone
(To:SS_9749865)

In addition, remember that looping the info table rows requires to start from index 0 and not 1. 

slangley
23-Emerald II
(To:SS_9749865)

Hi @SS_9749865.

 

If you feel your question has been answered, please mark the appropriate response as the Accepted Solution for the benefit of others with the same question.

 

Regards.

 

--Sharon

Top Tags