Share via


VendPaymRefReportController_BE.fetch Method [AX 2012]

Initializes all the required objects and fills the VendTmpPaymRef_BE table.

Syntax

public boolean fetch(Args _args)

Run On

Called

Parameters

  • _args
    Type: Args Class
    An instance of the VendOutPaym_BEISABEL128 class or the VendOutPaym_BESWIFT class.

Return Value

Type: boolean
true if data is stored in the SRSTmpDataStore table; otherwise, false.

See Also

Reference

VendPaymRefReportController_BE Class