LineCollection..::..ReadSupplierWarehouseDetails Method

Namespace:  JiwaFinancials.Jiwa.JiwaInvReceival
Assembly:  JiwaInvReceival (in JiwaInvReceival.dll)

Syntax


public void ReadSupplierWarehouseDetails(
	string IN_Main_RecID,
	string CR_Main_RecID,
	string IN_Logical_RecID,
	string IN_Region_RecID,
	ref string IN_Creditor_RecID,
	ref string CreditorPartNo,
	ref string IN_SupplierWarehouse_RecID,
	ref decimal SupplierWarehouseMinOrderUnits,
	ref decimal SupplierWarehouseSuppliersCost,
	ref decimal SupplierWarehouseHomeSuppliersCost
)
Public Sub ReadSupplierWarehouseDetails ( _
	IN_Main_RecID As String, _
	CR_Main_RecID As String, _
	IN_Logical_RecID As String, _
	IN_Region_RecID As String, _
	ByRef IN_Creditor_RecID As String, _
	ByRef CreditorPartNo As String, _
	ByRef IN_SupplierWarehouse_RecID As String, _
	ByRef SupplierWarehouseMinOrderUnits As Decimal, _
	ByRef SupplierWarehouseSuppliersCost As Decimal, _
	ByRef SupplierWarehouseHomeSuppliersCost As Decimal _
)
public:
void ReadSupplierWarehouseDetails(
	String^ IN_Main_RecID, 
	String^ CR_Main_RecID, 
	String^ IN_Logical_RecID, 
	String^ IN_Region_RecID, 
	String^% IN_Creditor_RecID, 
	String^% CreditorPartNo, 
	String^% IN_SupplierWarehouse_RecID, 
	Decimal^% SupplierWarehouseMinOrderUnits, 
	Decimal^% SupplierWarehouseSuppliersCost, 
	Decimal^% SupplierWarehouseHomeSuppliersCost
)

Parameters

IN_Main_RecID
Type: String
CR_Main_RecID
Type: String
IN_Logical_RecID
Type: String
IN_Region_RecID
Type: String
IN_Creditor_RecID
Type: String%
CreditorPartNo
Type: String%
IN_SupplierWarehouse_RecID
Type: String%
SupplierWarehouseMinOrderUnits
Type: Decimal%
SupplierWarehouseSuppliersCost
Type: Decimal%
SupplierWarehouseHomeSuppliersCost
Type: Decimal%