ProductPriceEnterpriseCompanyLocation Property |
When set, specifies that the sales document must be of the specified enterprise company 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