Adam Weaver
01/02/2025, 12:31 PMCeligo AI
01/02/2025, 12:31 PMAI generated answer (using internal Slack threads):****** Disclaimer: This response was generated by an artificial intelligence assistant based on previous conversations from multiple Slack channels, and may contain inaccuracies or mistakes. ****** The issue of Average Cost, Purchase Price, and Last Purchase Price fields not showing up in your Item/Cost detail tab could be due to several reasons: 1. Form Configuration: Check if these fields are hidden on your form. In one of the threads, a user mentioned that they had hidden "total cost" and "average cost" on the item head level, which caused these fields to disappear. They resolved the issue by showing them on the form but hiding them with a workflow. 2. Script Timing: If you are using a script to fetch these values, the timing of the script could affect the ability to load the values. For instance, a beforeSubmit script might not be able to pull the values as they are calculated behind the scenes and not defined on the record at that point. An afterSubmit script might work better in this case. 3. Units of Measure: If your item uses units of measure, keep in mind that the Average Cost is in stock units, while Purchase Price/Last Purchase Price are in purchase units. You might need to convert the numbers accordingly. 4. Inventory Status: If the sales order was created before the inventory was in stock, there might be no cost associated with the item when the sales order was created. A fix could be to edit the sales order and "refresh" the Cost Estimate Type on the line item for each item. This would add the Est. Extended Cost to each line item and create a proper Gross Profit. Remember to check these points and adjust accordingly to ensure the fields show up correctly.
Celigo AI
01/02/2025, 12:32 PMSlack thread 1: here (available only if the original thread was posted in the last 90 days)
Similarity score: 0.829356551
Slack thread 2: here (available only if the original thread was posted in the last 90 days)
Similarity score: 0.825647652
Slack thread 3: here (available only if the original thread was posted in the last 90 days)
Similarity score: 0.822720945
Celigo AI
01/02/2025, 12:32 PM