DMFEntityBase.insertUpdate Method [AX 2012]

Inserts or updates the record.

Syntax

public Common insertUpdate(
    Common _target, 
   [boolean _callInsertLogic, 
    boolean _callValidateLogic])

Run On

Called

Parameters

  • _callInsertLogic
    Type: boolean
    A boolean value,if true code written in the insert member method of the record is executed.
  • _callValidateLogic
    Type: boolean
    A boolean value,if true validation logic will be executed.

Return Value

Type: Common Table
Returns target table.

See Also

Reference

DMFEntityBase Class