BonusProgramCompanyLocation Property |
When set, specifies that the sales document must be of the specified enterprise company location. [Filter(multi eq)]
Namespace:
Aloe.EnterpriseOne.Model.Crm.Marketing
Assembly:
Aloe.EnterpriseOne.Model (in Aloe.EnterpriseOne.Model.dll) Version: 20.1.3.5
Syntaxpublic CompanyLocation CompanyLocation { get; set; }
Public Property CompanyLocation As CompanyLocation
Get
Set
public:
property CompanyLocation^ CompanyLocation {
CompanyLocation^ get ();
void set (CompanyLocation^ value);
}
member CompanyLocation : CompanyLocation with get, set
Property Value
Type:
CompanyLocation
See Also