Getting Associated Objects in HTML/JavaScript Snippet

0
Hi all, I’m currently trying to fetch associated objects to the context entity in the HTML/JavaScript Snippet widget.  After using the following to get the context object fo type A: var obj = this.contextObj, I would like to get all associated objects of type B associated with this obj.  How can I achieve this? Thanks in advance.
asked
3 answers
3

Hi Fujii,

What and all the dynamic data which you are wishing to pass needs to be appended in a particular variable and that variable needs to be passed in the datasource tab of HTML/Javascript Snippet it needs to be in the format of ${Example}.if you want to see the log of particular variable you can see the log aswell.

 

Hope this information hepls

answered
2

You cannot do that in html or javascript snippet.

The other way to do this is nanoflow and call custom Java script action in it .

Custom Java script you can pass all the association as well .retrieve it and use as parameters in your java script Action

answered
1

In regards to your comment, I think it would be best to create a pluggable widget with the external library and provide the necessary objects as input parameter(s). 

answered