WorkOrder..::..GetInputLineDetailFromRecID Method

Namespace:  JiwaFinancials.Jiwa.JiwaBillOfMaterials.WorkOrder
Assembly:  JiwaBillOfMaterials (in JiwaBillOfMaterials.dll)

Syntax


public LineDetail<InputItem> GetInputLineDetailFromRecID(
	string RecID
)
Public Function GetInputLineDetailFromRecID ( _
	RecID As String _
) As LineDetail(Of InputItem)
public:
LineDetail<InputItem^>^ GetInputLineDetailFromRecID(
	String^ RecID
)

Parameters

RecID
Type: String