Sales Order Price Adjustment DMO
Object API Name: std__SalesOrderPriceAdjustmentDmo__dlm
Category: Unassigned
Availability: Available in 254 and later versions
Primary Key Field: Id
- SalesOrderId has a FOREIGNKEY relationship with the Sales Order DMO
Idfield. - PriceAdjustmentGroupId has a FOREIGNKEY relationship with the Price Adjustment Group DMO
Idfield.
- cdp_sys_record_currency
- CreatedDate
- Currency
- DataSourceId
- DataSourceObjectId
- GrandTotalAmount
- Id
- InternalOrganizationId
- LastModifiedDate
- PriceAdjustmentGroupId
- SalesOrderId
- TotalAdjustmentTaxAmount
- 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__CreatedDate__c - Data Type: DATETIME
- Description: Date and time when this record was created.
- Field API Name:
std__Currency__c - Data Type: TEXT
- Description: ISO 4217 currency code associated with the record.
- 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__GrandTotalAmount__c - Data Type: DOUBLE
- Description: Total, including tax, of the associated OrderItemAdjustmentLineSummaries.
- Field API Name:
std__Id__c - Data Type: TEXT
- Description: Required. A unique, system-generated identifier for this SalesOrderPriceAdjustment 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__LastModifiedDate__c - Data Type: DATETIME
- Description: Date and time when a user last modified this record.
- Field API Name:
std__PriceAdjustmentGroupId__c - Data Type: TEXT
- Description: Allows joining between the subtype (Sales Order Price Adjustment) and its supertype, Price Adjustment Group.
- Field API Name:
std__SalesOrderId__c - Data Type: TEXT
- Description: Required. ID of the OrderSummary associated with the OrderAdjustmentGroupSummary. Maximum size is 36 characters.
- Field API Name:
std__TotalAdjustmentTaxAmount__c - Data Type: DOUBLE
- Description: Tax on the TotalAmount.