Donnerstag, 15. Januar 2015


Dynamics AX 2012


You know the table and the fieldid and you want the value of the field?






static void Job1(Args _args)






{


FieldId FieldID = 7;

Common common = CustTable::find("US-001");






;


info(strFmt("%1",Common.(FieldId)));






}

Keine Kommentare:

Kommentar veröffentlichen