We want to write generic class with generic table and we don’t know how to do :
This is one of solution:
public void deleteLine(Common _common)
{
InventDimId InventDimId;
;
InventDimId = _common.(fieldname2id(_common.tableId,"InventDimId"));
}
转载请注明:ww12345678 的部落格 | AX Helper » How to know value of common table field