Share via


PBAEnterprisePortalMain.approve Method [AX 2012]

Performs the operations that are required to approve a configuration.

Syntax

public boolean approve(real realValue, date dateValue)

Run On

Server

Parameters

  • realValue
    Type: real
    A calculated sales price.
  • dateValue
    Type: date
    A calculated delivery date.

Return Value

Type: boolean
true if no errors occurred; otherwise, false.

See Also

Reference

PBAEnterprisePortalMain Class