Share via


RetailConnActionGenerator.inserAction Method [AX 2012]

Indicates whether the specified record exists in the DRMActionTable table.

Syntax

Note

The syntax of this method varies based on the version of Microsoft Dynamics AX that you are using.

  Microsoft Dynamics AX 2012 R3
          public boolean inserAction(
            Common _preActionTable, 
            container _conFilter, 
            QueryRun _queryRun)

  Microsoft Dynamics AX 2012 R2 (SYS)
          public boolean inserAction(
            RetailConnPreactionTable _preActionTable, 
            container _conFilter, 
            QueryRun _queryRun)

  Microsoft Dynamics AX 2012 Feature Pack (SYS)
          public boolean inserAction(
            RetailConnPreactionTable _preActionTable, 
            container _conFilter, 
            QueryRun _queryRun)

Run On

Server

Parameters

  • _preActionTable
    Type: Common Table
    The current DRMPreactionTable record.
  • _conFilter
    Type: container
    A container that contains the location filter details.
  • _queryRun
    Type: QueryRun Class
    The QueryRun that retrieves all the records which the action applies to.

Return Value

Type: boolean
true if an action was inserted; otherwise, false.

See Also

Reference

RetailConnActionGenerator Class