Quantcast
Channel: Mendix Forum Questions
Viewing all articles
Browse latest Browse all 82389

Trying to call mx.data.get from log in page

$
0
0

Hi All,

I am trying call a microflow from login.html page (custom) using mx.data before sign in the application.

 

function do_something()
                {
                    var myinput = document.getElementById("myinput");
 alert( 'Test:' + myinput.value);
 
 
                    mx.data.create({ 
                                    
                                        callback:   function(){
                                                        alert( 'Test:' + myinput.value);
                                                       
                                                        mx.processor.xasAction({
                                                                        error:  function() {
                                                                                    logger.error(this.id + "error: error while executing search");
                                                                                },
                                                                        actionname:     "Mymodule.myMF",
                                                                        guids:          [object.getGUID()]
                                                        });
                                                    }
                                     });

But I am getting following error-

 Uncaught ReferenceError: mx is not defined
    at do_something ((login):75)

Can somebody please let me know what is correct way of calling mx.data functions from html.


Viewing all articles
Browse latest Browse all 82389

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>