Blog on Microsoft Dynamics AX/ D365
Query:
SELECT * FROM
(
SELECT ROW_NUMBER () OVER (ORDER BY RecId) AS RowNum, * FROM SALESTABLE
) sub
WHERE RowNum = 9
validateExistCommonRecord( RefTableId _refTableId, RefRecId _refRecId) { boolean ret = true; if (!_refTableId || !_refRecId)...
No comments:
Post a Comment