{ "sections": [ "title", "description", "fields", "special_access_rules", "associated_objects", "field_reference" ], "title": "AssetContractRelationship - Data API", "description": "Represents a relationship between an asset and a contract. This object is available in API version 60.0 and later.", "fields_columns": [ "type", "properties", "description", "relationship_name", "relationship_type", "refers_to" ], "fields": { "AssetId": { "type": "reference", "properties": "Create, Filter, Group, Sort, Update", "description": "The ID of the asset related to the contract. This field is a relationship field.", "relationship_name": "Asset", "relationship_type": "Lookup", "refers_to": "Asset" }, "ContractId": { "type": "reference", "properties": "Create, Filter, Group, Sort, Update", "description": "The ID of the contract related to the asset. This field is a relationship field.", "relationship_name": "Contract", "relationship_type": "Lookup", "refers_to": "Contract" }, "EndDate": { "type": "dateTime", "properties": "Create, Filter, Sort, Update", "description": "The end date and time of the relationship between contract and asset." }, "LastReferencedDate": { "type": "dateTime", "properties": "Filter, Nillable, Sort", "description": "The timestamp when the current user last accessed this record, a record related to this record, or a list view. The associated UI label is Last Modified Date." }, "LastViewedDate": { "type": "dateTime", "properties": "Filter, Nillable, Sort", "description": "The timestamp when the current user last viewed this record or list view. If this value is null, the user accessed this record or list view (LastReferencedDate) but didn’t view it." }, "Name": { "type": "string", "properties": "Autonumber, Defaulted on create, Filter, idLookup, Sort", "description": "The auto-generated number assigned to AssetContractRelationship. (Read Only)" }, "StartDate": { "type": "dateTime", "properties": "Create, Filter, Sort, Update", "description": "The start date and time of the relationship between contract and asset." } }, "special_access_rules": "This object is available in Enterprise, Unlimited, and Developer Editions of Revenue Cloud.", "associated_objects": "This object has the following associated objects. If the API version isn’t specified, they’re available in the same API versions as this object. Otherwise, they’re available in the specified API version and later.\n\n- **AssetContractRelationshipFeed**: Feed tracking is available for the object.\n- **AssetContractRelationshipHistory**: History is available for tracked fields of the object.", "field_reference": { "AssetId": { "field_label": "Asset ID", "type": "reference", "length": "18" }, "ContractId": { "field_label": "Contract ID", "type": "reference", "length": "18" }, "CreatedById": { "field_label": "Created By ID", "type": "reference", "length": "18" }, "CreatedDate": { "field_label": "Created Date", "type": "datetime" }, "CurrencyIsoCode": { "field_label": "Currency ISO Code", "type": "picklist", "length": "3" }, "EndDate": { "field_label": "End Date", "type": "datetime" }, "Id": { "field_label": "Asset Contract Relationship ID", "type": "id", "length": "18" }, "IsDeleted": { "field_label": "Deleted", "type": "boolean" }, "LastModifiedById": { "field_label": "Last Modified By ID", "type": "reference", "length": "18" }, "LastModifiedDate": { "field_label": "Last Modified Date", "type": "datetime" }, "LastReferencedDate": { "field_label": "Last Referenced Date", "type": "datetime" }, "LastViewedDate": { "field_label": "Last Viewed Date", "type": "datetime" }, "Name": { "field_label": "Name", "type": "string", "length": "255" }, "StartDate": { "field_label": "Start Date", "type": "datetime" }, "SystemModstamp": { "field_label": "System Modstamp", "type": "datetime" } }, "field_reference_columns": [ "field_label", "type", "length" ] }