UnitOfMeasure
Less than to read
Properties
| Property Name | Type | Description | isWritable |
|---|---|---|---|
| _access | [_OutputAccessBinding] | no | |
| _factory | MetaNodeFactory_node | no | |
| _vendor | SysVendor_node | yes | |
| _updateTick | Int | yes | |
| _updateUser | User_node | yes | |
| _createUser | User_node | yes | |
| _customData | Json | yes | |
| _sourceId | String | yes | |
| _id | Id | yes | |
| id | String | yes | |
| name | String | yes | |
| description | String | yes | |
| symbol | String | yes | |
| decimalDigits | Int | yes | |
| type | UnitType | yes | |
| isActive | Boolean | yes | |
| conversionFactor | UnitConversionFactor_Collection | yes | |
| _etag | String | yes | |
| _syncTick | Decimal | yes | |
| _createStamp | Datetime | no | |
| _updateStamp | Datetime | no |
Custom Queries
getDuplicate : UnitOfMeasure
| Property | Type | Description |
|---|---|---|
| _id | Id |
getUnitConversionFactor : UnitOfMeasureGetUnitConversionFactorReturn
| Property | Type | Description |
|---|---|---|
| fromUnit | IntReference | |
| toUnit | IntReference | |
| type | UnitConversionType_EnumInput | |
| item | IntReference | |
| supplier | IntReference | |
| customer | IntReference |
getPurchaseUnit : UnitOfMeasure
| Property | Type | Description |
|---|---|---|
| item | IntReference | |
| supplier | IntReference |
asyncExport : UnitOfMeasure_Connection_asyncExport
Custom Mutations
bulkUpdate : Boolean
| Mutation | Type | Description |
|---|---|---|
| filter | String | |
| data | UnitOfMeasure_Input |
duplicate : UnitOfMeasure
| Mutation | Type | Description |
|---|---|---|
| _id | ID | |
| data | UnitOfMeasure_Input |
asyncExport : UnitOfMeasure_Mutations_asyncExport
Custom Type
Id
IntReference
IntReference
UnitConversionType_EnumInput
IntReference
IntReference
IntReference
UnitOfMeasureGetUnitConversionFactorReturn
| Query | Type | Description |
|---|---|---|
| fromUnit | UnitOfMeasure_node | |
| toUnit | UnitOfMeasure_node | |
| coefficient | Decimal | |
| type | UnitConversionType | |
| item | Item_node | |
| supplier | Supplier_node | |
| customer | Customer_node | |
| isStandard | Boolean |