Pass Mendix Object in HTM Snippet using JavaScript or JQuery

0
Hi Everyone, I need to Pass object and Check Attribute value using HTM Snippet with Javascript or JQuery. Kindly help me to achieve this.
asked
1 answers
0

Have look at the javascript API documentation to get an idea on how to achieve this.

https://apidocs.rnd.mendix.com/9/client/mx.data.html

I think mx.data.get would be able to help you out.

answered