Sales Model DMO
Object API Name: std__SalesModelDmo__dlm
Category: Unassigned
Availability: Available in 254 and later versions
Primary Key Field: Id
- PricingTermUnitOfMeasureId has a FOREIGNKEY relationship with the Unit Of Measure DMO
Idfield.
- cdp_sys_record_currency
- DataSourceId
- DataSourceObjectId
- Description
- Id
- InternalOrganizationId
- IsActive
- NameInterfaceField
- PricingTerm
- PricingTermUnitOfMeasureId
- SalesModelStatus
- SalesModelType
- Field API Name:
std__cdp_sys_record_currency__c - Data Type: TEXT
- Description: System-generated metadata field that stores a 3-letter ISO currency code.
- Field API Name:
std__DataSourceId__c - Data Type: TEXT
- Description: A unique, system-generated identifier for this record.
- Field API Name:
std__DataSourceObjectId__c - Data Type: TEXT
- Description: A unique, system-generated identifier for this record.
- Field API Name:
std__Description__c - Data Type: TEXT
- Description: Description of the sales model.
- Field API Name:
std__Id__c - Data Type: TEXT
- Description: Required. A unique, system-generated identifier for this SalesModel record. Maximum size is 36 characters.
- Field API Name:
std__InternalOrganizationId__c - Data Type: TEXT
- Description: A unique, system-generated identifier for this record.
- Field API Name:
std__IsActive__c - Data Type: TEXT
- Description: Whether this record is active or not.
- Field API Name:
std__NameInterfaceField__c - Data Type: TEXT
- Description: Name of this record.
- Field API Name:
std__PricingTerm__c - Data Type: DOUBLE
- Description: Indicates the duration of the pricing term for a given selling model. Used with PricingTermUnit. For example, if this field’s value is 1 and the PricingTermUnit is Months, the subscription is priced monthly.
- Field API Name:
std__PricingTermUnitOfMeasureId__c - Data Type: TEXT
- Description: The unit of time used to define the pricing term. Used with PricingTerm to define the length of the pricing term. For example, if this field is Months and PricingTerm is 1, the subscription is priced monthly. If the selling model is one-time, this field must be null. Possible values are: - Annual—UI label is Years - Months This is a One to One (1:1) relationship field. SalesModels is the relationship name and Unit of Measure is the referenced object. Maximum size is 15 characters.
- Field API Name:
std__SalesModelStatus__c - Data Type: TEXT
- Description: Required. The status of the product selling model. Possible values are: - Active—An active product selling model can’t be deleted, and only the Name and Status fields can be modified. An active product selling model can’t be changed back to draft. - Draft—A draft product selling model can be modified and deleted. - Inactive—An inactive product selling model can’t be deleted, and only the Name and Status fields can be modified. An inactive product selling model can’t be changed back to draft. The default value is Draft. Maximum size is 15 characters.
- Field API Name:
std__SalesModelType__c - Data Type: TEXT
- Description: Required. Indicates whether the product is sold as a one-time sale, an evergreen subscription, or a subscription with a defined term. Possible values are: - Evergreen—A subscription without an end date. An evergreen subscription continues until the customer affirmatively cancels it. - OneTime—A product that isn’t sold as a subscription. - TermDefined—A subscription with a defined end date. The subscription continues for a specified time period. When the term ends, the subscription ends. The default value is OneTime. Maximum size is 15 characters.