FactureJour_RU::outdatedFactures Method

Returns set with record ids of factures which are outdated ans should be revised.

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
          server public static container outdatedFactures(RefRecId _refOriginalFacture, [RefRecId _refLastCorrFacture])

  Microsoft Dynamics AX 2012 R2 (SYS)
          server public static container outdatedFactures(RefRecId _refOriginalFacture)

Run On

Server

Parameters

Return Value

Type: container
Set object with record ids.

Remarks

The facture is outdated if there has been revision of any previous correcting factures in chain, but facture itself has not been revised.

See Also

Reference

FactureJour_RU Table