Add component cost to Recipe Component list view
Here's how to add the component cost to the Warehouse Management -> Recipe Components list view.
1. Open the View Editor
- Navigate to Administration -> View Editor.
- Scroll down to find the view for ProductRecipeComponent and click the arrow.
- Highlight the Default view.
- Click the Insert Calc Column button.

2. Enter the callback method
Copy & paste the callback method -- ProductRecipe_CompCost_ALP_cb
-- and click OK to save.

3. Change the column title and justification
- Highlight the column you just added.
- Enter a descriptive column title.
- Double-click the Just column to change it to R (right-justified).
- Click Done to save.

Example
