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

Community Tip - Have a PTC product question you need answered fast? Chances are someone has asked it before. Learn about the community search. X

Collection Widget Thingworx 8.3

isha
7-Bedrock

Collection Widget Thingworx 8.3

Hello,

 I have used collection widget and mapped info table to collection widget Data. I have mentioned the name of mashup in mashup field. I cannot see the mashup parameter in properties. How can i map info table fields to mashup parameter. As in repeater widget it shows all fields in properties. How can i achieve that using collection widget.

MashupPropertyBinding:{"id":"Projectid","Name":"ProjectName"}.
MashupGlobalPropertyBinding:{"Projectid":"String", "ProjectName":"String"}.

1 ACCEPTED SOLUTION

Accepted Solutions
zyuan1
18-Opal
(To:isha)

You should write your Collection Mapping like this:

 

{  
   "FirstName":"ChildMashupParameterFirstName",
   "MiddleInitial":"ChildMashupParameterMiddleInitial",
   "LastName":"ChildMashupParameterLastName",
   "Age":"ChildMashupParameterAge",
   "Occupation":"ChildMashupParameterOccupation",
   "Deceased":"ChildMashupParameterDeceased"
}

View solution in original post

3 REPLIES 3
slangley
23-Emerald II
(To:isha)

Hi @isha.

 

Can you provide a screenshot of MashupGlobalPropertyBinding:{"Projectid":"String", "ProjectName":"String"}?

 

Also click the configure bindings button for collection-7 from your screenshot, and send us a screenshot of the new window that opens:

 

InkedScreenshot (15)_LI.jpg

 

Regards.

 

--Sharon

slangley
23-Emerald II
(To:slangley)

Hi @isha.

 

If one of the previous responses allowed you to find a solution to your question, please mark the appropriate one as the Accepted Solution for the benefit of others with the same question.

 

Regards.

 

--Sharon

 

zyuan1
18-Opal
(To:isha)

You should write your Collection Mapping like this:

 

{  
   "FirstName":"ChildMashupParameterFirstName",
   "MiddleInitial":"ChildMashupParameterMiddleInitial",
   "LastName":"ChildMashupParameterLastName",
   "Age":"ChildMashupParameterAge",
   "Occupation":"ChildMashupParameterOccupation",
   "Deceased":"ChildMashupParameterDeceased"
}
Top Tags