Inventory Request Item DMO

Object API Name: std__InventoryRequestItemDmo__dlm
Category: Unassigned
Availability: Available in 254 and later versions
Primary Key Field: Id

  • AccountId has a FOREIGNKEY relationship with the Account DMO Id field.
  • CreatedById has a FOREIGNKEY relationship with the User DMO Id field.
  • ProductId has a FOREIGNKEY relationship with the Product DMO Id field.
  • InventoryRequestId has a FOREIGNKEY relationship with the Inventory Request DMO Id field.
  • ShipToAddressId has a FOREIGNKEY relationship with the Address DMO Id field.
  • WorkOrderItemId has a FOREIGNKEY relationship with the Work Order Item DMO Id field.
  • LastModifiedById has a FOREIGNKEY relationship with the User DMO Id field.
  • DestinationLocationId has a FOREIGNKEY relationship with the Location DMO Id field.
  • CaseId has a FOREIGNKEY relationship with the Case DMO Id field.
  • SourceLocationId has a FOREIGNKEY relationship with the Location DMO Id field.
  • WorkOrderId has a FOREIGNKEY relationship with the Work Order DMO Id field.
  • Field API Name: std__AccountId__c
  • Data Type: TEXT
  • Description: The account associated with the product request line item.
  • Field API Name: std__CaseId__c
  • Data Type: TEXT
  • Description: The case associated with the product request line item.
  • 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__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__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: Details not recorded in the provided fields.
  • Field API Name: std__DestinationLocationId__c
  • Data Type: TEXT
  • Description: Where the product is delivered.
  • Field API Name: std__Id__c
  • Data Type: TEXT
  • Description: Required. A unique, system-generated identifier for this InventoryRequestItem 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__InventoryRequestId__c
  • Data Type: TEXT
  • Description: Reference to the Inventory Request this line is part of.
  • Field API Name: std__InventoryRequestItemNumber__c
  • Data Type: TEXT
  • Description: An auto-assigned number that identifies the product request line item.
  • Field API Name: std__InventoryRequestItemStatus__c
  • Data Type: TEXT
  • Description: Status of the inventory request item. Values: Draft, Submitted, Received.
  • 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__NeedByDateTime__c
  • Data Type: DATETIME
  • Description: Date the product must be delivered by.
  • Field API Name: std__ProductId__c
  • Data Type: TEXT
  • Description: The product associated with the product request line item.
  • Field API Name: std__QuantityUom__c
  • Data Type: TEXT
  • Description: Unit of measure for the quantity value associated with the record.
  • Field API Name: std__RequestedQuantity__c
  • Data Type: DOUBLE
  • Description: Required. The count or numerical value of the inventory request item quantity.
  • Field API Name: std__ShipmentType__c
  • Data Type: TEXT
  • Description: The type of shipment. The values by default: None, Rush, Overnight, Next Business Day, Pick Up.
  • Field API Name: std__ShipToAddressId__c
  • Data Type: TEXT
  • Description: The physical address where the product is needed.
  • Field API Name: std__ShipToGeocodeAccuracyType__c
  • Data Type: TEXT
  • Description: Accuracy level of the geocode for the address where the product is needed.
  • Field API Name: std__ShipToLatitude__c
  • Data Type: DOUBLE
  • Description: Used with Longitude to specify the precise geolocation of the address where the product is needed. Acceptable values are numbers between –90 and 90 with up to 15 decimal places.
  • Field API Name: std__ShipToLongitude__c
  • Data Type: DOUBLE
  • Description: Used with Latitude to specify the precise geolocation of the address where the product is needed. Acceptable values are numbers between –180 and 180 with up to 15 decimal places.
  • Field API Name: std__SourceLocationId__c
  • Data Type: TEXT
  • Description: Where the product is at the time of the request.
  • Field API Name: std__WorkOrderId__c
  • Data Type: TEXT
  • Description: The case associated with the product request item.
  • Field API Name: std__WorkOrderItemId__c
  • Data Type: TEXT
  • Description: The work order line item that the product request is related to.