jeudi 30 décembre 2010

How to pass parameters to the report from Output Menu Item from X++

To do so : 

1. Define Parameters in the Menu Item Properties:
image










2. Read the Parameters in any part of the report:
display Name reportName()
{
str callerParameter;
;
callerParameter=element.args().parm();
return callerParameter;
}
Happy Daxing !

Aucun commentaire:

Enregistrer un commentaire