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!
jeudi 11 août 2011
How to oblige a window to be called with parameters
Here is the code:
public void init() {; super();
if (!element.args().caller()) { // Window must be called with parameters. throw error("@SYS22539"); }
Aucun commentaire:
Enregistrer un commentaire