DEX-450 Exam Question 91

Universal Containers has an order system that uses an Order Number to identify an order for customers and service agents. Order will be imported into Salesforce.
  • DEX-450 Exam Question 92

    AW Computing (AWC) handles orders In Salesforce and stores Its product Inventory In a fter, inventory__c, on a custom object, Product__c. When en order for a Product__c Is placed, the inventory__c field Is reduced by the quantity of the order using an Apex trigger.

    AWC wants the real-time inventory reduction for a product to be sent to many of Its external systems, Including some future systems the company Is currently planning.
    What should a developer add to the code at the placeholder to meet these requirements?
    A)

    B)

    C)

    D)
  • DEX-450 Exam Question 93

    A developer created a new trigger that inserts a Task when a new Lead is created. After deploying to production, an outside integration chat reads task records is periodically reporting errors.
    Which change should the developer make to ensure the integration is not affected with minimal impact to business logic?