Hi all,
I am stuck with one issue.
We are trying to develop a custom component. We assign values to component from dimensions. When clicked on those values we are supposed to pass these values to another component in DS.
We have no problem getting the values from dimension and assigning to the custom component.
We set On Click event and defined functions in component.js and contribution.ztl files.
When we click on items on the component we can set the values to a message box.
However, we are having problem when we try to pass this selected value to let's say a text component in DS.
How can we get selected values to DS components?