Share via


PlanActivity.validateDelete Method

Indicates whether the current PlanActivity record can be deleted.

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 validateDelete([boolean _silent])

  Microsoft Dynamics AX 2012 R2 (SYS)
          public boolean validateDelete([boolean _silent])

  Microsoft Dynamics AX 2012 Feature Pack (SYS)
          public boolean validateDelete()

  Microsoft Dynamics AX 2012 (FPK)
          public boolean validateDelete()

  Microsoft Dynamics AX 2012 (SYS)
          public boolean validateDelete()

Run On

Called

Parameters

  • _silent
    Type: boolean
    A Boolean value that indicates whether warnings should be given in the infolog; optional.

Return Value

Type: boolean
true if the record can be deleted; otherwise, false .

See Also

Reference

PlanActivity Table