function readOnly(count){ }
Starting November 20, the site will be set to read-only. On December 4, 2023,
forum discussions will move to the Trailblazer Community.
+ Start a Discussion
kanchan tyagi 2kanchan tyagi 2 

trigger on QuoteLine Items

Write a trigger on QuoteLine Items that will calculate the sum of Tax__c formula field (List Price + 9% of listprice) on Quote line item object with check box Taxable__c set to true and display that sum on TotalTax__c field on Quote. create the necessary fields before creating trigger. write a test class of the trigger with at least 90 % code coverage