Contract DMO
Object API Name: std__ContractDmo__dlm
Category: Unassigned
Availability: Available in 254 and later versions
Primary Key Field: Id
- CustomerAccountId has a FOREIGNKEY relationship with the Account DMO
Idfield. - RootContractId has a FOREIGNKEY relationship with the Contract DMO
Idfield. - ContractOwnerId has a FOREIGNKEY relationship with the User Group DMO
Idfield. - ContractOwnerId has a FOREIGNKEY relationship with the User DMO
Idfield. - ShipToAddressId has a FOREIGNKEY relationship with the Contact Point Address DMO
Idfield. - BillToAddressId has a FOREIGNKEY relationship with the Contact Point Address DMO
Idfield. - ContractDocumentVersionId has a FOREIGNKEY relationship with the Contract Document Version DMO
Idfield. - PriceBookId has a FOREIGNKEY relationship with the Price Book DMO
Idfield. - CreatedById has a FOREIGNKEY relationship with the User DMO
Idfield. - LastModifiedById has a FOREIGNKEY relationship with the User DMO
Idfield. - AccountContactId has a FOREIGNKEY relationship with the Account Contact DMO
Idfield. - ParentContractId has a FOREIGNKEY relationship with the Contract DMO
Idfield.
- AccountContactId
- ActivatedDate
- AdditionalDiscountPercent
- AverageDiscountPercent
- BillToAddressId
- cdp_sys_record_currency
- ContractDocumentVersionId
- ContractDocVersionCount
- ContractNumber
- ContractOwnerId
- ContractOwnerObject
- ContractStatus
- ContractStatusCategory
- ContractTermNumber
- ContractTermUom
- ContractType
- ContractVersionNumber
- CreatedById
- CreatedDate
- Currency
- CustomerAccountId
- DataSourceId
- DataSourceObjectId
- Description
- EndDateTime
- GrandTotalAmount
- Id
- IndividualId
- InternalOrganizationId
- IsDeleted
- LastModifiedById
- LastModifiedDate
- LineItemCount
- NameInterfaceField
- ParentContractId
- PriceBookId
- RootContractId
- ShippingAndHandlingAmount
- ShipToAddressId
- SpecialTerm
- StartDateTime
- SubtotalAmount
- SystemModstamp
- TotalPriceAmount
- TotalTaxAmount
- Field API Name:
std__AccountContactId__c - Data Type: TEXT
- Description: A person in the contracted party organization who signed the contract.
- Field API Name:
std__ActivatedDate__c - Data Type: DATETIME
- Description: The date and time of the activated date.
- Field API Name:
std__AdditionalDiscountPercent__c - Data Type: DOUBLE
- Description: Additional Discount Percentage for the Contract.
- Field API Name:
std__AverageDiscountPercent__c - Data Type: DOUBLE
- Description: The mean of various discounts given to the contracted party on products they purchase.
- Field API Name:
std__BillToAddressId__c - Data Type: TEXT
- Description: The contracted party's billing address.
- 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__ContractDocumentVersionId__c - Data Type: TEXT
- Description: A unique, system-generated identifier for this record.
- Field API Name:
std__ContractDocVersionCount__c - Data Type: DOUBLE
- Description: Number of document versions created for this contract.
- Field API Name:
std__ContractNumber__c - Data Type: TEXT
- Description: Number of the contract.
- Field API Name:
std__ContractOwnerId__c - Data Type: TEXT
- Description: The assigned owner of the contact.
- Field API Name:
std__ContractOwnerObject__c - Data Type: TEXT
- Description: Indicates the Contract Owner object name. For example, User, UserGroup.
- Field API Name:
std__ContractStatus__c - Data Type: TEXT
- Description: An optional status that defines a Contract Status Category value at a fine level of detail, for example Activatefd-Final.
- Field API Name:
std__ContractStatusCategory__c - Data Type: TEXT
- Description: Categories of contract status (Draft, InApproval, Activated), required. Contract Status Category can be defined at a finer level by Contract Status, which is optional.
- Field API Name:
std__ContractTermNumber__c - Data Type: DOUBLE
- Description: How long the contract is in effect. The time unit of measure is defined in the Contract Term UOM attribute.
- Field API Name:
std__ContractTermUom__c - Data Type: TEXT
- Description: Alphanumeric string representing the contract term uom.
- Field API Name:
std__ContractType__c - Data Type: TEXT
- Description: Contract type to which this contract belongs.
- Field API Name:
std__ContractVersionNumber__c - Data Type: TEXT
- Description: Revisions to a contract may be tracked as a new instance, with a version number. The version number is a user-facing ID that's may be set using auto-number.
- Field API Name:
std__CreatedById__c - Data Type: TEXT
- Description: User who created the record.
- 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__CustomerAccountId__c - Data Type: TEXT
- Description: A party's Account's are used to track and organize transaction and financial data.
- 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 contract.
- Field API Name:
std__EndDateTime__c - Data Type: DATETIME
- Description: When the contract ceases to be in effect.
- Field API Name:
std__GrandTotalAmount__c - Data Type: DOUBLE
- Description: The grand total amount for the contract.
- Field API Name:
std__Id__c - Data Type: TEXT
- Description: Required. A unique, system-generated identifier for this Contract record. Maximum size is 36 characters.
- Field API Name:
std__IndividualId__c - Data Type: TEXT
- Description: Reference to the associated individual.
- Field API Name:
std__InternalOrganizationId__c - Data Type: TEXT
- Description: A unique, system-generated identifier for this record.
- Field API Name:
std__IsDeleted__c - Data Type: TEXT
- Description: Whether the object was moved to the Recycle Bin (true) or not (false). The label isDeleted.
- Field API Name:
std__LastModifiedById__c - Data Type: TEXT
- Description: User who most recently changed the 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__LineItemCount__c - Data Type: DOUBLE
- Description: Count of the number of Contract Line Item.
- Field API Name:
std__NameInterfaceField__c - Data Type: TEXT
- Description: Name of this record.
- Field API Name:
std__ParentContractId__c - Data Type: TEXT
- Description: Parent contract of this contract.
- Field API Name:
std__PriceBookId__c - Data Type: TEXT
- Description: A list of products and their associated prices. Each product and its price is called a price book entry.
- Field API Name:
std__RootContractId__c - Data Type: TEXT
- Description: Self reference to the root Contract.
- Field API Name:
std__ShippingAndHandlingAmount__c - Data Type: DOUBLE
- Description: Shipping and handling costs for the contract.
- Field API Name:
std__ShipToAddressId__c - Data Type: TEXT
- Description: The contracted party's shipping address.
- Field API Name:
std__SpecialTerm__c - Data Type: TEXT
- Description: Alphanumeric string representing the special term.
- Field API Name:
std__StartDateTime__c - Data Type: DATETIME
- Description: When the contract is in effect.
- Field API Name:
std__SubtotalAmount__c - Data Type: DOUBLE
- Description: TotalPriceAmount + Total Tax Amount.
- Field API Name:
std__SystemModstamp__c - Data Type: DATETIME
- Description: Date and time when this record was last modified by a user or by an automated process.
- Field API Name:
std__TotalPriceAmount__c - Data Type: DOUBLE
- Description: Roll up of all ContractProduct.ProductPriceAmount instance amounts.
- Field API Name:
std__TotalTaxAmount__c - Data Type: DOUBLE
- Description: Roll up of all ContractProduct.TaxAmount instance amounts.