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!
mardi 19 avril 2011
How to create method exist in a table
Follow this example
public static boolean exist(String255 _concatNum) { boolean found; ;
found = (select firstonly RecId from Thy_dimensionsNivels where Thy_dimensionsNivels.ConcatNum == _concatNum).RecId != 0;
Aucun commentaire:
Enregistrer un commentaire