Extension methods for class Party
Inheritance Hierarchy
Namespace:
Aloe.EnterpriseOne.Model.Crm
Assembly:
Aloe.EnterpriseOne.Model (in Aloe.EnterpriseOne.Model.dll) Version: 20.1.3.5
Syntaxpublic static class PartyExtensions
<ExtensionAttribute>
Public NotInheritable Class PartyExtensions
[ExtensionAttribute]
public ref class PartyExtensions abstract sealed
[<AbstractClassAttribute>]
[<SealedAttribute>]
[<ExtensionAttribute>]
type PartyExtensions = class end
The PartyExtensions type exposes the following members.
Methods
| Name | Description |
---|
  | GetCustomer |
Finds a Customer with the specified Party, which is valid for the specified Enterprise company. If more than one Customers are found,
they are ordered by Enterprise Company in a descending order.
|
Top
See Also