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!
vendredi 29 avril 2011
How to disable or enable calling an object ( report or form )
If you have to call a form or a report when from another form or class you can throw error in init method of your object( form or report) when trying to open it
Here is an example :
if (!element.args().caller()) { throw error("@SYS22539"); }
Aucun commentaire:
Enregistrer un commentaire