mercredi 6 octobre 2010

How to get the FieldId of a variable in Dynamics AX

You have just to look for the ExtendedDataType of this field and to use this :

FieldId                                fieldId;
fieldId = typeid("emplid");

Aucun commentaire:

Enregistrer un commentaire