Skip to main content
1-Visitor
December 2, 2019
Question

Is it possible to pass an infotable into a collection widget as global parameter

  • December 2, 2019
  • 1 reply
  • 2087 views

Hi,

I have been trying to pass an infotable into a collection widget using the MashupGlobalPropertyBinding.

I currently have it set as: {"inputTable":"INFOTABLE"}

 

I have the collection mashup parameters as shown below

 

Mashup Params.JPG

Binding.JPG

 

However when I try to make use of that infotable inside the collection mashups it appears to be 'undefined'.

error.JPG

Anyone know if it is possible or am I doing something wrong?

TIA

K

 

1 reply

15-Moonstone
December 2, 2019

Hi,

 

In the Cell mashup, what's the name of the infotable mashup parameter? Is it "INFOTABLE"?

khayes11-VisitorAuthor
1-Visitor
December 2, 2019

Hi,

thanks for the reply. The name of the infotable mashup parameter is "inputTable".

Mashup Params.JPG

 

The MashupGlobalPropertyBinding property of the collection widget is:

{"inputTable":"INFOTABLE","bCheck":"BOOLEAN"}. the "INFOTABLE" part is the type.

K

 

1-Visitor
March 20, 2020

Hi,

 

sorry, did you get anywhere with this?