IHostDocumentsSearchProductCodeAsync Method

Search for the product code using the settings of the [ORDENBUSQUEDACODIGOS] parameter asynchronously.

Definition

Namespace: Aliquo.Windows
Assembly: Aliquo.Windows (in Aliquo.Windows.dll) Version: 5.0.9179.22654
C#
Task<string> SearchProductCodeAsync(
	string code,
	PropertyDocumentType propertyType,
	string propertyCode,
	string parameterValue = null
)

Parameters

code  String
Alternative product code.
propertyType  PropertyDocumentType
Type of owner of the invoice (customer or supplier).
propertyCode  String
Property code.
parameterValue  String  (Optional)
Value of the parameter on which to perform the search. If it is empty, the user's configuration will be used.

Return Value

TaskString
String the value of the item's record, if found.

See Also