CustomerServicedByEnterpriseCompanyLocation Property |
The enterprise company location, which sells to this client by default. [Filter(multi eq)]
Namespace:
Aloe.EnterpriseOne.Model.Crm
Assembly:
Aloe.EnterpriseOne.Model (in Aloe.EnterpriseOne.Model.dll) Version: 20.1.3.5
Syntaxpublic CompanyLocation ServicedByEnterpriseCompanyLocation { get; set; }
Public Property ServicedByEnterpriseCompanyLocation As CompanyLocation
Get
Set
public:
property CompanyLocation^ ServicedByEnterpriseCompanyLocation {
CompanyLocation^ get ();
void set (CompanyLocation^ value);
}
member ServicedByEnterpriseCompanyLocation : CompanyLocation with get, set
Property Value
Type:
CompanyLocation
See Also