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

  1. Navigate to Administration -> View Editor.
  2. Scroll down to find the view for ProductRecipeComponent and click the arrow.
  3. Highlight the Default view.
  4. Click the Insert Calc Column button.
View Editor 1

2. Enter the callback method

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

Enter the callback method

3. Change the column title and justification

  1. Highlight the column you just added.
  2. Enter a descriptive column title.
  3. Double-click the Just column to change it to R (right-justified).
  4. Click Done to save.
View Editor 2

Example

Example