VendPaymSchedLine.deleteSoft Method
Marks the record as 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 void deleteSoft([boolean _skipVersionChangeCheck])
Microsoft Dynamics AX 2012 R2 (SYS)
private void deleteSoft()
Microsoft Dynamics AX 2012 Feature Pack (SYS)
private void deleteSoft()
Microsoft Dynamics AX 2012 (FPK)
private void deleteSoft()
Microsoft Dynamics AX 2012 (SYS)
private void deleteSoft()
Run On
Called
Parameters
- _skipVersionChangeCheck
Type: boolean
A Boolean value that indicates whether to skip the purchase order version change check; optional.