Unit (UoM) table/entity reference (Microsoft Dynamics 365)
Unit of measure.
Messages
The following table lists the messages for the Unit (UoM) table. Messages represent operations that can be performed on the table. They may also be events.
Name Is Event? |
Web API Operation | SDK for .NET |
---|---|---|
Associate Event: True |
Associate records | Associate records |
Create Event: True |
POST /uomsSee Create |
Create records |
Delete Event: True |
DELETE /uoms(uomid)See Delete |
Delete records |
Disassociate Event: True |
Disassociate records | Disassociate records |
Retrieve Event: True |
GET /uoms(uomid)See Retrieve |
Retrieve records |
RetrieveMultiple Event: True |
GET /uomsSee Query data |
Query data |
Update Event: True |
PATCH /uoms(uomid)See Update |
Update records |
Upsert Event: False |
PATCH /uoms(uomid)See Upsert a table row |
UpsertRequest |
Properties
The following table lists selected properties for the Unit (UoM) table.
Property | Value |
---|---|
DisplayName | Unit |
DisplayCollectionName | Units |
SchemaName | UoM |
CollectionSchemaName | UoMs |
EntitySetName | uoms |
LogicalName | uom |
LogicalCollectionName | uoms |
PrimaryIdAttribute | uomid |
PrimaryNameAttribute | name |
TableType | Standard |
OwnershipType | None |
Writable columns/attributes
These columns/attributes return true for either IsValidForCreate or IsValidForUpdate (usually both). Listed by SchemaName.
- BaseUoM
- ImportSequenceNumber
- Name
- OverriddenCreatedOn
- Quantity
- TimeZoneRuleVersionNumber
- UoMId
- UoMScheduleId
- UTCConversionTimeZoneCode
BaseUoM
Property | Value |
---|---|
Description | Choose the base or primary unit on which the unit is based. |
DisplayName | Base Unit |
IsValidForForm | False |
IsValidForRead | True |
LogicalName | baseuom |
RequiredLevel | ApplicationRequired |
Type | Lookup |
Targets | uom |
ImportSequenceNumber
Property | Value |
---|---|
Description | Sequence number of the import that created this record. |
DisplayName | Import Sequence Number |
IsValidForForm | False |
IsValidForRead | True |
LogicalName | importsequencenumber |
RequiredLevel | None |
Type | Integer |
MaxValue | 2147483647 |
MinValue | -2147483648 |
Name
Property | Value |
---|---|
Description | Type a descriptive title or name for the unit of measure. |
DisplayName | Name |
IsValidForForm | False |
IsValidForRead | True |
LogicalName | name |
RequiredLevel | SystemRequired |
Type | String |
Format | Text |
FormatName | Text |
ImeMode | Auto |
IsLocalizable | False |
MaxLength | 100 |
OverriddenCreatedOn
Property | Value |
---|---|
Description | Date and time that the record was migrated. |
DisplayName | Record Created On |
IsValidForForm | False |
IsValidForRead | True |
LogicalName | overriddencreatedon |
RequiredLevel | None |
Type | DateTime |
CanChangeDateTimeBehavior | False |
DateTimeBehavior | UserLocal |
Format | DateOnly |
ImeMode | Inactive |
SourceTypeMask | 0 |
Quantity
Property | Value |
---|---|
Description | Unit quantity for the product. |
DisplayName | Quantity |
IsValidForForm | False |
IsValidForRead | True |
LogicalName | quantity |
RequiredLevel | ApplicationRequired |
Type | Decimal |
ImeMode | Disabled |
MaxValue | 10000000000 |
MinValue | 0 |
Precision | 5 |
SourceTypeMask | 0 |
TimeZoneRuleVersionNumber
Property | Value |
---|---|
Description | For internal use only. |
DisplayName | Time Zone Rule Version Number |
IsValidForForm | False |
IsValidForRead | True |
LogicalName | timezoneruleversionnumber |
RequiredLevel | None |
Type | Integer |
MaxValue | 2147483647 |
MinValue | -1 |
UoMId
Property | Value |
---|---|
Description | Unique identifier of the unit. |
DisplayName | Unit |
IsValidForForm | False |
IsValidForRead | True |
LogicalName | uomid |
RequiredLevel | SystemRequired |
Type | Uniqueidentifier |
UoMScheduleId
Property | Value |
---|---|
Description | Choose the ID of the unit group that the unit is associated with. |
DisplayName | Unit Schedule |
IsValidForForm | False |
IsValidForRead | True |
LogicalName | uomscheduleid |
RequiredLevel | SystemRequired |
Type | Lookup |
Targets | uomschedule |
UTCConversionTimeZoneCode
Property | Value |
---|---|
Description | Time zone code that was in use when the record was created. |
DisplayName | UTC Conversion Time Zone Code |
IsValidForForm | False |
IsValidForRead | True |
LogicalName | utcconversiontimezonecode |
RequiredLevel | None |
Type | Integer |
MaxValue | 2147483647 |
MinValue | -1 |
Read-only columns/attributes
These columns/attributes return false for both IsValidForCreate and IsValidForUpdate. Listed by SchemaName.
- CreatedBy
- CreatedByExternalParty
- CreatedOn
- CreatedOnBehalfBy
- IsScheduleBaseUoM
- ModifiedBy
- ModifiedByExternalParty
- ModifiedOn
- ModifiedOnBehalfBy
- OrganizationId
- VersionNumber
CreatedBy
Property | Value |
---|---|
Description | Unique identifier of the user who created the unit. |
DisplayName | Created By |
IsValidForForm | False |
IsValidForRead | True |
LogicalName | createdby |
RequiredLevel | None |
Type | Lookup |
Targets | systemuser |
CreatedByExternalParty
Property | Value |
---|---|
Description | Shows the external party who created the record. |
DisplayName | Created By (External Party) |
IsValidForForm | True |
IsValidForRead | True |
LogicalName | createdbyexternalparty |
RequiredLevel | None |
Type | Lookup |
Targets | externalparty |
CreatedOn
Property | Value |
---|---|
Description | Date and time when the unit was created. |
DisplayName | Created On |
IsValidForForm | False |
IsValidForRead | True |
LogicalName | createdon |
RequiredLevel | None |
Type | DateTime |
CanChangeDateTimeBehavior | False |
DateTimeBehavior | UserLocal |
Format | DateAndTime |
ImeMode | Inactive |
SourceTypeMask | 0 |
CreatedOnBehalfBy
Property | Value |
---|---|
Description | Unique identifier of the delegate user who created the uom. |
DisplayName | Created By (Delegate) |
IsValidForForm | False |
IsValidForRead | True |
LogicalName | createdonbehalfby |
RequiredLevel | None |
Type | Lookup |
Targets | systemuser |
IsScheduleBaseUoM
Property | Value |
---|---|
Description | Tells whether the unit is the base unit for the associated unit group. |
DisplayName | Is Schedule Base Unit |
IsValidForForm | False |
IsValidForRead | True |
LogicalName | isschedulebaseuom |
RequiredLevel | None |
Type | Boolean |
GlobalChoiceName | uom_isschedulebaseuom |
DefaultValue | False |
True Label | Yes |
False Label | No |
ModifiedBy
Property | Value |
---|---|
Description | Unique identifier of the user who last modified the unit. |
DisplayName | Modified By |
IsValidForForm | False |
IsValidForRead | True |
LogicalName | modifiedby |
RequiredLevel | None |
Type | Lookup |
Targets | systemuser |
ModifiedByExternalParty
Property | Value |
---|---|
Description | Shows the external party who modified the record. |
DisplayName | Modified By (External Party) |
IsValidForForm | True |
IsValidForRead | True |
LogicalName | modifiedbyexternalparty |
RequiredLevel | None |
Type | Lookup |
Targets | externalparty |
ModifiedOn
Property | Value |
---|---|
Description | Date and time when the unit was last modified. |
DisplayName | Modified On |
IsValidForForm | False |
IsValidForRead | True |
LogicalName | modifiedon |
RequiredLevel | None |
Type | DateTime |
CanChangeDateTimeBehavior | False |
DateTimeBehavior | UserLocal |
Format | DateAndTime |
ImeMode | Inactive |
SourceTypeMask | 0 |
ModifiedOnBehalfBy
Property | Value |
---|---|
Description | Unique identifier of the delegate user who last modified the uom. |
DisplayName | Modified By (Delegate) |
IsValidForForm | False |
IsValidForRead | True |
LogicalName | modifiedonbehalfby |
RequiredLevel | None |
Type | Lookup |
Targets | systemuser |
OrganizationId
Property | Value |
---|---|
Description | Unique identifier of the organization associated with the unit of measure. |
DisplayName | Organization |
IsValidForForm | False |
IsValidForRead | True |
LogicalName | organizationid |
RequiredLevel | SystemRequired |
Type | Uniqueidentifier |
VersionNumber
Property | Value |
---|---|
Description | Version Number |
DisplayName | Version Number |
IsValidForForm | False |
IsValidForRead | True |
LogicalName | versionnumber |
RequiredLevel | None |
Type | BigInt |
MaxValue | 9223372036854775807 |
MinValue | -9223372036854775808 |
Many-to-One relationships
These relationships are many-to-one. Listed by SchemaName.
- lk_uom_createdonbehalfby
- lk_uom_modifiedonbehalfby
- lk_uombase_createdby
- lk_uombase_modifiedby
- unit_of_measure_schedule_conversions
- unit_of_measurement_base_unit
lk_uom_createdonbehalfby
One-To-Many Relationship: systemuser lk_uom_createdonbehalfby
Property | Value |
---|---|
ReferencedEntity | systemuser |
ReferencedAttribute | systemuserid |
ReferencingAttribute | createdonbehalfby |
ReferencingEntityNavigationPropertyName | createdonbehalfby |
IsHierarchical | |
CascadeConfiguration | Archive: NoCascade Assign: NoCascade Delete: NoCascade Merge: NoCascade Reparent: NoCascade RollupView: NoCascade Share: NoCascade Unshare: NoCascade |
lk_uom_modifiedonbehalfby
One-To-Many Relationship: systemuser lk_uom_modifiedonbehalfby
Property | Value |
---|---|
ReferencedEntity | systemuser |
ReferencedAttribute | systemuserid |
ReferencingAttribute | modifiedonbehalfby |
ReferencingEntityNavigationPropertyName | modifiedonbehalfby |
IsHierarchical | |
CascadeConfiguration | Archive: NoCascade Assign: NoCascade Delete: NoCascade Merge: NoCascade Reparent: NoCascade RollupView: NoCascade Share: NoCascade Unshare: NoCascade |
lk_uombase_createdby
One-To-Many Relationship: systemuser lk_uombase_createdby
Property | Value |
---|---|
ReferencedEntity | systemuser |
ReferencedAttribute | systemuserid |
ReferencingAttribute | createdby |
ReferencingEntityNavigationPropertyName | createdby |
IsHierarchical | |
CascadeConfiguration | Archive: NoCascade Assign: NoCascade Delete: NoCascade Merge: NoCascade Reparent: NoCascade RollupView: NoCascade Share: NoCascade Unshare: NoCascade |
lk_uombase_modifiedby
One-To-Many Relationship: systemuser lk_uombase_modifiedby
Property | Value |
---|---|
ReferencedEntity | systemuser |
ReferencedAttribute | systemuserid |
ReferencingAttribute | modifiedby |
ReferencingEntityNavigationPropertyName | modifiedby |
IsHierarchical | |
CascadeConfiguration | Archive: NoCascade Assign: NoCascade Delete: NoCascade Merge: NoCascade Reparent: NoCascade RollupView: NoCascade Share: NoCascade Unshare: NoCascade |
unit_of_measure_schedule_conversions
One-To-Many Relationship: uomschedule unit_of_measure_schedule_conversions
Property | Value |
---|---|
ReferencedEntity | uomschedule |
ReferencedAttribute | uomscheduleid |
ReferencingAttribute | uomscheduleid |
ReferencingEntityNavigationPropertyName | uomscheduleid |
IsHierarchical | |
CascadeConfiguration | Archive: NoCascade Assign: NoCascade Delete: Cascade Merge: NoCascade Reparent: NoCascade RollupView: NoCascade Share: NoCascade Unshare: NoCascade |
unit_of_measurement_base_unit
One-To-Many Relationship: uom unit_of_measurement_base_unit
Property | Value |
---|---|
ReferencedEntity | uom |
ReferencedAttribute | uomid |
ReferencingAttribute | baseuom |
ReferencingEntityNavigationPropertyName | baseuom |
IsHierarchical | |
CascadeConfiguration | Archive: NoCascade Assign: NoCascade Delete: Cascade Merge: NoCascade Reparent: NoCascade RollupView: NoCascade Share: NoCascade Unshare: NoCascade |
One-to-Many relationships
These relationships are one-to-many. Listed by SchemaName.
- unit_of_measurement_base_unit
- unit_of_measurement_contract_line_items
- unit_of_measurement_invoice_details
- unit_of_measurement_opportunity_products
- unit_of_measurement_order_details
- unit_of_measurement_product_price_levels
- unit_of_measurement_productassociation
- unit_of_measurement_products
- unit_of_measurement_quote_details
- UoM_AsyncOperations
- UoM_BulkDeleteFailures
- uom_MailboxTrackingFolders
- uom_PrincipalObjectAttributeAccesses
- UoM_SyncErrors
unit_of_measurement_base_unit
Many-To-One Relationship: uom unit_of_measurement_base_unit
Property | Value |
---|---|
ReferencingEntity | uom |
ReferencingAttribute | baseuom |
ReferencedEntityNavigationPropertyName | unit_of_measurement_base_unit |
IsCustomizable | False |
AssociatedMenuConfiguration | AvailableOffline: True Behavior: DoNotDisplay Group: Details Label: MenuId: null Order: QueryApi: null ViewId: 00000000-0000-0000-0000-000000000000 |
unit_of_measurement_contract_line_items
Many-To-One Relationship: contractdetail unit_of_measurement_contract_line_items
Property | Value |
---|---|
ReferencingEntity | contractdetail |
ReferencingAttribute | uomid |
ReferencedEntityNavigationPropertyName | unit_of_measurement_contract_line_items |
IsCustomizable | False |
AssociatedMenuConfiguration | AvailableOffline: True Behavior: DoNotDisplay Group: Details Label: MenuId: null Order: QueryApi: null ViewId: 00000000-0000-0000-0000-000000000000 |
unit_of_measurement_invoice_details
Many-To-One Relationship: invoicedetail unit_of_measurement_invoice_details
Property | Value |
---|---|
ReferencingEntity | invoicedetail |
ReferencingAttribute | uomid |
ReferencedEntityNavigationPropertyName | unit_of_measurement_invoice_details |
IsCustomizable | False |
AssociatedMenuConfiguration | AvailableOffline: True Behavior: DoNotDisplay Group: Details Label: MenuId: null Order: QueryApi: null ViewId: 00000000-0000-0000-0000-000000000000 |
unit_of_measurement_opportunity_products
Many-To-One Relationship: opportunityproduct unit_of_measurement_opportunity_products
Property | Value |
---|---|
ReferencingEntity | opportunityproduct |
ReferencingAttribute | uomid |
ReferencedEntityNavigationPropertyName | unit_of_measurement_opportunity_products |
IsCustomizable | False |
AssociatedMenuConfiguration | AvailableOffline: True Behavior: DoNotDisplay Group: Details Label: MenuId: null Order: QueryApi: null ViewId: 00000000-0000-0000-0000-000000000000 |
unit_of_measurement_order_details
Many-To-One Relationship: salesorderdetail unit_of_measurement_order_details
Property | Value |
---|---|
ReferencingEntity | salesorderdetail |
ReferencingAttribute | uomid |
ReferencedEntityNavigationPropertyName | unit_of_measurement_order_details |
IsCustomizable | False |
AssociatedMenuConfiguration | AvailableOffline: True Behavior: DoNotDisplay Group: Details Label: MenuId: null Order: QueryApi: null ViewId: 00000000-0000-0000-0000-000000000000 |
unit_of_measurement_product_price_levels
Many-To-One Relationship: productpricelevel unit_of_measurement_product_price_levels
Property | Value |
---|---|
ReferencingEntity | productpricelevel |
ReferencingAttribute | uomid |
ReferencedEntityNavigationPropertyName | unit_of_measurement_product_price_levels |
IsCustomizable | False |
AssociatedMenuConfiguration | AvailableOffline: True Behavior: DoNotDisplay Group: Details Label: MenuId: null Order: QueryApi: null ViewId: 00000000-0000-0000-0000-000000000000 |
unit_of_measurement_productassociation
Many-To-One Relationship: productassociation unit_of_measurement_productassociation
Property | Value |
---|---|
ReferencingEntity | productassociation |
ReferencingAttribute | uomid |
ReferencedEntityNavigationPropertyName | unit_of_measurement_productassociation |
IsCustomizable | False |
AssociatedMenuConfiguration | AvailableOffline: True Behavior: DoNotDisplay Group: Details Label: MenuId: null Order: QueryApi: null ViewId: 00000000-0000-0000-0000-000000000000 |
unit_of_measurement_products
Many-To-One Relationship: product unit_of_measurement_products
Property | Value |
---|---|
ReferencingEntity | product |
ReferencingAttribute | defaultuomid |
ReferencedEntityNavigationPropertyName | unit_of_measurement_products |
IsCustomizable | False |
AssociatedMenuConfiguration | AvailableOffline: True Behavior: DoNotDisplay Group: Details Label: MenuId: null Order: QueryApi: null ViewId: 00000000-0000-0000-0000-000000000000 |
unit_of_measurement_quote_details
Many-To-One Relationship: quotedetail unit_of_measurement_quote_details
Property | Value |
---|---|
ReferencingEntity | quotedetail |
ReferencingAttribute | uomid |
ReferencedEntityNavigationPropertyName | unit_of_measurement_quote_details |
IsCustomizable | False |
AssociatedMenuConfiguration | AvailableOffline: True Behavior: DoNotDisplay Group: Details Label: MenuId: null Order: QueryApi: null ViewId: 00000000-0000-0000-0000-000000000000 |
UoM_AsyncOperations
Many-To-One Relationship: asyncoperation UoM_AsyncOperations
Property | Value |
---|---|
ReferencingEntity | asyncoperation |
ReferencingAttribute | regardingobjectid |
ReferencedEntityNavigationPropertyName | UoM_AsyncOperations |
IsCustomizable | False |
AssociatedMenuConfiguration | AvailableOffline: True Behavior: DoNotDisplay Group: Details Label: MenuId: null Order: QueryApi: null ViewId: 00000000-0000-0000-0000-000000000000 |
UoM_BulkDeleteFailures
Many-To-One Relationship: bulkdeletefailure UoM_BulkDeleteFailures
Property | Value |
---|---|
ReferencingEntity | bulkdeletefailure |
ReferencingAttribute | regardingobjectid |
ReferencedEntityNavigationPropertyName | UoM_BulkDeleteFailures |
IsCustomizable | False |
AssociatedMenuConfiguration | AvailableOffline: True Behavior: DoNotDisplay Group: Details Label: MenuId: null Order: QueryApi: null ViewId: 00000000-0000-0000-0000-000000000000 |
uom_MailboxTrackingFolders
Many-To-One Relationship: mailboxtrackingfolder uom_MailboxTrackingFolders
Property | Value |
---|---|
ReferencingEntity | mailboxtrackingfolder |
ReferencingAttribute | regardingobjectid |
ReferencedEntityNavigationPropertyName | uom_MailboxTrackingFolders |
IsCustomizable | True |
AssociatedMenuConfiguration | AvailableOffline: True Behavior: DoNotDisplay Group: Details Label: MenuId: null Order: QueryApi: null ViewId: 00000000-0000-0000-0000-000000000000 |
uom_PrincipalObjectAttributeAccesses
Many-To-One Relationship: principalobjectattributeaccess uom_PrincipalObjectAttributeAccesses
Property | Value |
---|---|
ReferencingEntity | principalobjectattributeaccess |
ReferencingAttribute | objectid |
ReferencedEntityNavigationPropertyName | uom_PrincipalObjectAttributeAccesses |
IsCustomizable | True |
AssociatedMenuConfiguration | AvailableOffline: True Behavior: DoNotDisplay Group: Details Label: MenuId: null Order: QueryApi: null ViewId: 00000000-0000-0000-0000-000000000000 |
UoM_SyncErrors
Many-To-One Relationship: syncerror UoM_SyncErrors
Property | Value |
---|---|
ReferencingEntity | syncerror |
ReferencingAttribute | regardingobjectid |
ReferencedEntityNavigationPropertyName | UoM_SyncErrors |
IsCustomizable | True |
AssociatedMenuConfiguration | AvailableOffline: True Behavior: DoNotDisplay Group: Details Label: MenuId: null Order: QueryApi: null ViewId: 00000000-0000-0000-0000-000000000000 |
See also
Dataverse table/entity reference
Dataverse Web API Reference