When creating a Sales Order the Rate (Unit Price) of an item is visible in the transaction form by default. However, when the order is fulfilled, the Item Fulfillment form does not have a column that shows the line item rates.
Solution
To resolve this, a custom transaction column field can be created to source the item rate information from the Sales Order record to the Item Fulfillment form. To do this, perform the following steps:
1. Navigate to Customization > Lists, Records, & Fields > Transaction Column Fields > New.
2. Provide a Label.
3. Set Type to Currency.
4. Uncheck Store Value.
5. Under Applies To tab, check Item Fulfillment.
6. In the Validation & Defaulting tab, set the following:
• Default Value: {itemunitprice}
• Formula: Yes
7. Click Save.
8. View a sales order and click Fulfill. The Item Fulfillment form should now display the Rate column.