BatchPrint..::..GetActions Method

Namespace:  JiwaFinancials.Jiwa.JiwaSales.BatchPrinting
Assembly:  JiwaSales (in JiwaSales.dll)

Syntax


public void GetActions(
	string MinInvoiceNo,
	string MaxInvoiceNo,
	long MinHistoryNo,
	long MaxHistoryNo,
	string MinRunNo,
	string MaxRunNo,
	string MinDebtorName,
	string MaxDebtorName,
	string MinDebtorAccountNo,
	string MaxDebtorAccountNo,
	string MinDebtorClassification,
	string MaxDebtorClassification,
	string MinDebtorGroup,
	string MaxDebtorGroup,
	DateTime MinInvoiceInitiatedDate,
	DateTime MaxInvoiceInitiatedDate,
	DateTime MinInvoiceExpectedDeliveryDate,
	DateTime MaxInvoiceExpectedDeliveryDate,
	BatchPrint..::..BatchPrintOverrides BatchPrintOverrides
)
Public Sub GetActions ( _
	MinInvoiceNo As String, _
	MaxInvoiceNo As String, _
	MinHistoryNo As Long, _
	MaxHistoryNo As Long, _
	MinRunNo As String, _
	MaxRunNo As String, _
	MinDebtorName As String, _
	MaxDebtorName As String, _
	MinDebtorAccountNo As String, _
	MaxDebtorAccountNo As String, _
	MinDebtorClassification As String, _
	MaxDebtorClassification As String, _
	MinDebtorGroup As String, _
	MaxDebtorGroup As String, _
	MinInvoiceInitiatedDate As DateTime, _
	MaxInvoiceInitiatedDate As DateTime, _
	MinInvoiceExpectedDeliveryDate As DateTime, _
	MaxInvoiceExpectedDeliveryDate As DateTime, _
	BatchPrintOverrides As BatchPrint..::..BatchPrintOverrides _
)
public:
void GetActions(
	String^ MinInvoiceNo, 
	String^ MaxInvoiceNo, 
	long long^ MinHistoryNo, 
	long long^ MaxHistoryNo, 
	String^ MinRunNo, 
	String^ MaxRunNo, 
	String^ MinDebtorName, 
	String^ MaxDebtorName, 
	String^ MinDebtorAccountNo, 
	String^ MaxDebtorAccountNo, 
	String^ MinDebtorClassification, 
	String^ MaxDebtorClassification, 
	String^ MinDebtorGroup, 
	String^ MaxDebtorGroup, 
	DateTime^ MinInvoiceInitiatedDate, 
	DateTime^ MaxInvoiceInitiatedDate, 
	DateTime^ MinInvoiceExpectedDeliveryDate, 
	DateTime^ MaxInvoiceExpectedDeliveryDate, 
	BatchPrint..::..BatchPrintOverrides^ BatchPrintOverrides
)

Parameters

MinInvoiceNo
Type: String
MaxInvoiceNo
Type: String
MinHistoryNo
Type: Int64
MaxHistoryNo
Type: Int64
MinRunNo
Type: String
MaxRunNo
Type: String
MinDebtorName
Type: String
MaxDebtorName
Type: String
MinDebtorAccountNo
Type: String
MaxDebtorAccountNo
Type: String
MinDebtorClassification
Type: String
MaxDebtorClassification
Type: String
MinDebtorGroup
Type: String
MaxDebtorGroup
Type: String
MinInvoiceInitiatedDate
Type: DateTime
MaxInvoiceInitiatedDate
Type: DateTime
MinInvoiceExpectedDeliveryDate
Type: DateTime
MaxInvoiceExpectedDeliveryDate
Type: DateTime
BatchPrintOverrides
Type: JiwaFinancials.Jiwa.JiwaSales.BatchPrinting..::..BatchPrint..::..BatchPrintOverrides