CustomersRepositorySalesPersonIdAttribute Field |
Definition of the data attribute for
SalesPerson reference
Namespace:
Aloe.EnterpriseOne.Model.Crm
Assembly:
Aloe.EnterpriseOne.Model (in Aloe.EnterpriseOne.Model.dll) Version: 20.1.3.5
Syntaxpublic static readonly ColumnDataAttribute<Customer, Nullable<Guid>> SalesPersonIdAttribute
Public Shared ReadOnly SalesPersonIdAttribute As ColumnDataAttribute(Of Customer, Nullable(Of Guid))
public:
static initonly ColumnDataAttribute<Customer^, Nullable<Guid^>^>^ SalesPersonIdAttribute
static val SalesPersonIdAttribute: ColumnDataAttribute<Customer, Nullable<Guid>>
Field Value
Type:
ColumnDataAttributeCustomer,
NullableGuid
See Also