Quantity Units
API Name: QuantityUnit__c
Defines unit values and their conversion factor. Will be used with InvoiceLineItems and Items.
| Label | API Name | Type | Description |
|---|---|---|---|
| Name | Name |
Text(255) | |
| Code | Code__c |
Text(255) | The code for the unit of measurement applicable to the quantity invoiced. |
| Default | Default__c |
Checkbox | Use this unit as default on all items. |
| Description | Description__c |
Text(255) | |
| Factor | Factor__c |
Number(13, 5) | The factor which should divide the quantity. ActualQuantity = Quantity / Factor |