DEX-450 Web TestEngine demo

Exit VCEDump DEX-450 Programmatic Development using Apex and Visualforce in Lightning
Question 44 of 69
0% complete
Q44 Single choice

A developer has the following code block:

public class PaymentTax {public static decimal SalesTax = 0.0875;} trigger OpportunityLineItemTrigger on
OpportunityLineItem (before insert, before update) {PaymentTax PayTax = new PaymentTax();decimal
ProductTax = ProductCost * XXXXXXXXXXX;}

To calculate the productTax, which code segment would a developer insert at the XXXXXXXXXXX to make the value the class variable SalesTax accessible within the trigger?

Sign in to mark questions

Sign in to save marked questions and return to this demo.

Sign in