ServiceAgreementServiceServiceProduct Property |
Paid or agreed in advance product that will be substracted from the invoiced products from service activities (if Service_Product_Id is filled then Service_Id must be null). [Filter(multi eq)]
Namespace:
Aloe.EnterpriseOne.Model.Applications.Service
Assembly:
Aloe.EnterpriseOne.Model (in Aloe.EnterpriseOne.Model.dll) Version: 20.1.3.5
Syntaxpublic Product ServiceProduct { get; set; }
Public Property ServiceProduct As Product
Get
Set
public:
property Product^ ServiceProduct {
Product^ get ();
void set (Product^ value);
}
member ServiceProduct : Product with get, set
Property Value
Type:
Product
See Also