SalesPersonEnterpriseCompanyLocation Property |
The enterprise company location, to which the sales person is assigned. The sales person is allowed to sell to other locations, but this is the default location. null means that the sales person is not assigned to any enterprise location. [Filter(multi eq)]
Namespace:
Aloe.EnterpriseOne.Model.Crm
Assembly:
Aloe.EnterpriseOne.Model (in Aloe.EnterpriseOne.Model.dll) Version: 20.1.3.5
Syntaxpublic CompanyLocation EnterpriseCompanyLocation { get; set; }
Public Property EnterpriseCompanyLocation As CompanyLocation
Get
Set
public:
property CompanyLocation^ EnterpriseCompanyLocation {
CompanyLocation^ get ();
void set (CompanyLocation^ value);
}
member EnterpriseCompanyLocation : CompanyLocation with get, set
Property Value
Type:
CompanyLocation
See Also