Class DBC.PriceListFields
Fields for PriceList, List of prices, cached from an ERP system
Namespace: SuperOffice.CRM.Data
Assembly: SoDataBase.dll
Syntax
public static class PriceListFields : Object
Fields
CurrencyId
PriceList.CurrencyId: What is the currency for this pricelist
Declaration
public const string CurrencyId = "CurrencyId"
Field Value
Type | Description |
---|---|
String |
Description
PriceList.Description: Description of this pricelist , will be used as tool-tip in the user interface.
Declaration
public const string Description = "Description"
Field Value
Type | Description |
---|---|
String |
ERPPriceListKey
PriceList.ERPPriceListKey: The key that uniquely identifies this pricelist in the ERP system
Declaration
public const string ERPPriceListKey = "ERPPriceListKey"
Field Value
Type | Description |
---|---|
String |
IsActive
PriceList.IsActive: Is the list active (as opposed to being worked on, suddenly canceled, etc.
Declaration
public const string IsActive = "IsActive"
Field Value
Type | Description |
---|---|
String |
IsERPCopy
PriceList.IsERPCopy: If true, then this pricelist is a cache/copy and cannot be edited by users in CRM
Declaration
public const string IsERPCopy = "IsERPCopy"
Field Value
Type | Description |
---|---|
String |
Name
PriceList.Name: Name of this pricelist to use in the user interface.
Declaration
public const string Name = "Name"
Field Value
Type | Description |
---|---|
String |
PriceListId
PriceList.PriceListId: Primary key
Declaration
public const string PriceListId = "pricelist_id"
Field Value
Type | Description |
---|---|
String |
QuoteConnectionId
PriceList.QuoteConnectionId: (Reserved for future use) The connection to the ERP system used for this pricelist
Declaration
public const string QuoteConnectionId = "QuoteConnectionId"
Field Value
Type | Description |
---|---|
String |
Registered
PriceList.Registered: Registered when
Declaration
public const string Registered = "registered"
Field Value
Type | Description |
---|---|
String |
RegisteredAssociateId
PriceList.RegisteredAssociateId: Registered by whom
Declaration
public const string RegisteredAssociateId = "registered_associate_id"
Field Value
Type | Description |
---|---|
String |
Updated
PriceList.Updated: Last updated when
Declaration
public const string Updated = "updated"
Field Value
Type | Description |
---|---|
String |
UpdatedAssociateId
PriceList.UpdatedAssociateId: Last updated by whom
Declaration
public const string UpdatedAssociateId = "updated_associate_id"
Field Value
Type | Description |
---|---|
String |
UpdatedCount
PriceList.UpdatedCount: Number of updates made to this record
Declaration
public const string UpdatedCount = "updatedCount"
Field Value
Type | Description |
---|---|
String |
ValidFrom
PriceList.ValidFrom: The date (inclusive) the pricelist start to be valid. This can be DateTime.MinValue to signal that it doesn't have a specific start date.
Declaration
public const string ValidFrom = "ValidFrom"
Field Value
Type | Description |
---|---|
String |
ValidTo
PriceList.ValidTo: The date (inclusive) the pricelist ends to be valid. This can be DateTime.MaxValue to signal that it doesn't have a specific end date.
Declaration
public const string ValidTo = "ValidTo"
Field Value
Type | Description |
---|---|
String |