xRecord.data Method [AX 2012]

Retrieves a row from the table.

public  data([Common cursor])

Run On

Called

Parameters

cursor
Type: Common Table
The row to retrieve; optional.

Return Value

Type: [T:]
The record buffer.

Partly because scenarios that involve table inheritance, we recommend that you instead use the following methods on the Global class: con2buf, buf2con, and buf2buf.

Community Additions

ADD
Show: