salesforce-quotation-zero-av-after-save-trigger-gap

Zero AV after quotation save indicates the Apex trigger or after-save recalculation is not wired to persist pricing via InventoryCostServices. The VF controller (QuotationExtn) computes pricing on page load but the persisted AV field relies on a separate trigger/save mechanism. If that mechanism doesn’t re-invoke the pricing engine with correct parameters post-save, AV stays zero on the saved record.