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