Retrieving a String Array using Teamcenter Connector

0
I am trying to retrieve an object from Teamcenter using the Teamcenter Connector. One of the fields is a VLA of strings. Is there any way to define this in the domain model so that this string array can be retrieved? The object is retrieved over association to another object and so the field aren’t explicitly stated in the json request.
asked
1 answers
0

For example, I retrieve an Item Revision as an IModelObject by calling getItemFromId. I am also retrieving the Item Master form over the association item_master_tag in the domain model (below), and subsequently the form data over the association data_file. The FormData has am attribute which in Teamcenter is a VLA of strings. I can retrieve the form and data without any issues, but have not been able to retrieve the string array.
 

answered