The standard Rate field only shows on the Item Fulfillment record if it was created from Vendor Return.
If Item Fulfillment was created from Sales Order, the standard Rate field is not displayed on Item Fulfillment by default.
As an alternative solution, create a custom transaction line field with a formula {itemunitprice}.
If the currency of the Sales Order transaction (e.g. EUR) is different from the Company Base Currency (e.g. USD), the formula {itemunitprice} displays the value on Item Fulfillment converted to the Company Base Currency using the Exchange Rate. To resolve this, use the formula {itemunitprice}/{exchangerate} for converting the value to the original Sales Order currency.
Solution
- Navigate to Customization > Lists, Records, & Fields > Transaction Line Fields > New
- Label: Enter Label
- Type: Select Currency
- Store Value: Remove Checkmark
- Click Applies To
- Item Fulfillment: Enter Checkmark
- Click Validation & Defaulting
- Formula: Enter Checkmark
- Default Value: Enter {itemunitprice}
Note: Use the formula {itemunitprice}/{exchangerate} for converting the value to the original Sales Ordercurrency. - Click Save