uom Class
Represents a unit of measure.
The uom class inherits from BusinessEntity.
Public Methods
For a list of methods and messages that operate on this class, see UoM.
Constructor | Description |
uom | Initializes a new instance of the uom class. |
Public Fields
Field | Description |
baseuom | Specifies the ID of the base unit for the product. |
createdby | Specifies the ID of the user who created the unit. |
createdon | Specifies the date and time when the unit was created. |
isschedulebaseuom | Specifies whether the unit is the base unit for the unit group. |
modifiedby | Specifies the ID of the user who last modified the unit. |
modifiedon | Specifies the date and time when the unit was last modified. |
name | Specifies the name of the unit. |
organizationid | Specifies the ID of the organization associated with the unit of measure. |
quantity | Specifies the unit quantity for the product. |
uomid | Specifies the ID of the unit. |
uomscheduleid | Specifies the ID of the unit group with which the unit is associated. |
Remarks
For more information about entities and attributes, see the Metadata Browser and the Customization area of the Web application. To view this information in the Customization area, in the Navigation Pane, click Settings, click Customization, and then click Customize Entities.
See Also