This blog discusses tips that would be useful in Microsoft Dynamics AX! I have made a note of all pointers that I thought would prove to be useful for someone at some point in future! Please feel free to drop in your comments and feedback on any article here!
samedi 20 novembre 2010
How to use temporary table in reports in Dynamics AX
Here's the code :)
public boolean fetch(){
boolean ret;
;
this.queryRun().setRecord(tmpTableClass::populateTmpData());
ret = super();
return ret;
}
Aucun commentaire:
Enregistrer un commentaire