MS/MP Debug
This commit is contained in:
parent
fb801297c5
commit
6d60327489
@ -104,7 +104,9 @@ Public Class PropertyValues
|
|||||||
Dim oPropertyValue = oColumn.Value.ElementAtOrDefault(oRowIndex)
|
Dim oPropertyValue = oColumn.Value.ElementAtOrDefault(oRowIndex)
|
||||||
|
|
||||||
_logger.Debug("Processing itemSpecification *TableColumn* [{0}].", oTableColumn)
|
_logger.Debug("Processing itemSpecification *TableColumn* [{0}].", oTableColumn)
|
||||||
|
If oTableColumn = "INVOICE_SELLER_EMAIL" Then
|
||||||
|
Console.WriteLine("INVOICE_SELLER_EMAIL")
|
||||||
|
End If
|
||||||
If IsNothing(oPropertyValue) OrElse String.IsNullOrEmpty(oPropertyValue) Then
|
If IsNothing(oPropertyValue) OrElse String.IsNullOrEmpty(oPropertyValue) Then
|
||||||
If oColumn.Key.IsRequired Then
|
If oColumn.Key.IsRequired Then
|
||||||
_logger.Warn($"{MessageId} # oPropertyValue for specification [{oTableColumn}] is empty or not found but is required. Continuing with Empty String.")
|
_logger.Warn($"{MessageId} # oPropertyValue for specification [{oTableColumn}] is empty or not found but is required. Continuing with Empty String.")
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user