Quantcast
Channel: Microsoft Dynamics AX Forum - Recent Threads
Viewing all articles
Browse latest Browse all 73760

In Ax 2009 when Class property set Run on server getting Error executing code: object not initialized.

$
0
0

hello,

 

In My class iam using  sql scripts to get data from table . previously it was giving an error for sqlpermission that i have sorted out with adding the server static main method and setting the class property Run on server . in same class i have method

 

public void dialogPostRun(DialogRunbase dialog)
{
    ;
    dialog.formRun().controlMethodOverload(true);
    dialog.formRun().controlMethodOverloadObject(this);
    super(dialog);
}

when i run the class it thows error in dialog.formrun as Object not initialised.


Viewing all articles
Browse latest Browse all 73760

Trending Articles



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