IHostDocumentsSearchProductCodeAsync Method
Search for the product code using the settings of the [ORDENBUSQUEDACODIGOS] parameter asynchronously.
Namespace: Aliquo.WindowsAssembly: Aliquo.Windows (in Aliquo.Windows.dll) Version: 5.0.9179.22654
Task<string> SearchProductCodeAsync(
string code,
PropertyDocumentType propertyType,
string propertyCode,
string parameterValue = null
)
Function SearchProductCodeAsync (
code As String,
propertyType As PropertyDocumentType,
propertyCode As String,
Optional parameterValue As String = Nothing
) As Task(Of String)
- 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.
TaskStringString the value of the item's record, if found.