MS Helpers

This commit is contained in:
Developer01
2025-04-08 15:28:11 +02:00
parent d4ce8e2891
commit a6d3781781
4 changed files with 95 additions and 10 deletions

View File

@@ -121,6 +121,8 @@ Public Class PropertyValues
_logger.Debug("Processing itemSpecification *TableColumn* [{0}].", oTableColumn)
If oTableColumn = "INVOICE_SELLER_EMAIL" Then
Console.WriteLine("INVOICE_SELLER_EMAIL")
ElseIf oTableColumn = "INVOICE_POSITION_ARTICLE" Then
Console.WriteLine("INVOICE_POSITION_ARTICLE")
End If
If IsNothing(oPropertyValue) OrElse String.IsNullOrEmpty(oPropertyValue) Then
If oColumn.Key.IsRequired Then