PurchaseControlDocumentLinePurchaseOperationType Property |
The user-defined operation type, which is being recorded by the current line. Used for better grouping of the control entries. null when the operation type was not specified by the user. [Filter(multi eq)]
Namespace:
Aloe.EnterpriseOne.Model.Logistics.Procurement
Assembly:
Aloe.EnterpriseOne.Model (in Aloe.EnterpriseOne.Model.dll) Version: 20.1.3.5
Syntaxpublic PurchaseOperationType PurchaseOperationType { get; set; }
Public Property PurchaseOperationType As PurchaseOperationType
Get
Set
public:
property PurchaseOperationType^ PurchaseOperationType {
PurchaseOperationType^ get ();
void set (PurchaseOperationType^ value);
}
member PurchaseOperationType : PurchaseOperationType with get, set
Property Value
Type:
PurchaseOperationType
See Also