1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 | public Common findRecord(TableId _tableId, RecId _recId, Boolean _forUpdate = false) { Common common; DictTable dictTable; ; dictTable = new DictTable(_tableId); common = dictTable.makeRecord(); common.selectForUpdate(_forUpdate); select common where common.RecId == _recId; return common; } |
Thứ Hai, 25 tháng 3, 2019

Select a record from a table when you only have the tableId
Tags
# AX 2012
# D365
# X++
Share This

About Mr. Song Nghia
X++