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;
 } 
Resources:  
http://www.axaptapedia.com/Temporary_tables  
Happy Daxing!  

Aucun commentaire:

Enregistrer un commentaire