Hello Dundas,
What is the recommended way of referencing the parent view from a global function? By global function i mean that I have a function written inside of the ready script like this:
window.functionName() {
//get parent view to reference parameters
}
I have always seen it references as this.parentview, and while trying to pass this.parentView into the function I am still getting ‘parentView is undefined’. Tips appreciated!
Thanks