Jelölő adatok IsActive
Mezőgazdaság termeltetés IsActive Számviteli készletnél szállítólevél DateExecution
This commit is contained in:
+1
-1
@@ -368,7 +368,7 @@ Public Class OrderInHeader
|
||||
End Property
|
||||
<NonPersistent>
|
||||
<RuleRequiredField("OrderInHeader-row_APCSheetByProducts", "aToTable_OrderIn", TargetCriteria:="OrderInParameters.IsAPCSheet=True")>
|
||||
<ImmediatePostData(True), DataSourceCriteria("APCSheetHeader.Customers='@This.Customers' and APCSheetHeader.CustomersFrom='@This.CustomersFrom'")>
|
||||
<ImmediatePostData(True), DataSourceCriteria("APCSheetHeader.Customers='@This.Customers' and APCSheetHeader.CustomersFrom='@This.CustomersFrom' and APCSheetHeader.IsActive=True")>
|
||||
Property row_APCSheetByProducts As APCSheetByProducts
|
||||
Get
|
||||
Return _row_APCSheetByProducts
|
||||
|
||||
+1
@@ -283,6 +283,7 @@ Public Class OrderInParameters
|
||||
SetPropertyValue("Controlling_InvoiceAdvance_Default", _Controlling_InvoiceAdvance_Default, value)
|
||||
End Set
|
||||
End Property
|
||||
<DataSourceCriteria("IsActive != False")>
|
||||
Property CostPlace As CostPlace
|
||||
Get
|
||||
Return _CostPlace
|
||||
|
||||
+2
@@ -234,6 +234,7 @@ Public Class OrderInRowsOther 'Egyéb sorok
|
||||
SetPropertyValue("QualityOption", _QualityOption, value)
|
||||
End Set
|
||||
End Property
|
||||
<DataSourceCriteria("IsActive != False")>
|
||||
Property UniqueObjects As UniqueObjects
|
||||
Get
|
||||
Return _UniqueObjects
|
||||
@@ -250,6 +251,7 @@ Public Class OrderInRowsOther 'Egyéb sorok
|
||||
SetPropertyValue("CostHolder", _CostHolder, value)
|
||||
End Set
|
||||
End Property
|
||||
<DataSourceCriteria("IsActive != False")>
|
||||
Property CostPlace As CostPlace
|
||||
Get
|
||||
Return _CostPlace
|
||||
|
||||
+1
@@ -301,6 +301,7 @@ Public Class ORI_Invoice_Popup
|
||||
SetPropertyValue("CustomerBankAccounts", _BankInformation, value)
|
||||
End Set
|
||||
End Property
|
||||
<DataSourceCriteria("IsActive != False")>
|
||||
Property Storage As Storage
|
||||
Get
|
||||
Return _Storage
|
||||
|
||||
Reference in New Issue
Block a user