PCTableConstraintGlobalUpdateHandler.insertCellValue Method [AX 2012]

Inserts a cell value.

protected void insertCellValue(
    PCTableConstraintCell _cell, 
    RefRecId _column, 
    RefRecId _row, 
    RefRecId _cellValue)

Run On

Server

Parameters

_cell
Type: PCTableConstraintCell Table
A PCTableConstraintCell table buffer.
_column
Type: RefRecId Extended Data Type
The record ID of the column table.
_row
Type: RefRecId Extended Data Type
The record ID of the row table.
_cellValue
Type: RefRecId Extended Data Type
The record ID of a cell table.

Community Additions

ADD
Show: