CRT-450 Exam Question 196

A developer is debugging the following code to determinate why Accounts are not being created Account a = new Account(Name = 'A'); Database.insert(a, false); How should the code be altered to help debug the issue?
  • CRT-450 Exam Question 197

    AW Computing tracks order information in custom objects called order__c and order_Line_ c - Currently, all shipping information is stored in the order__c object.
    The company wants to expand Its order application to support split shipments so that any number of order_Line__c records on a single order__c can be shipped to different locations.
    What should a developer add to fulfill this requirement?
  • CRT-450 Exam Question 198

    A developer must create a Lightning component that allows users to input Contact record information to create a Contact record, including a Salary__c custom field.
    What should the developer use, along with a lightning-record-edit-form, so that salarv < field functions as a currency Input and is only viewable and editable by users that have the correct field level permissions on salary _c?
  • CRT-450 Exam Question 199

    Which two operations can be performed using a formula field? Choose 2 answers
  • CRT-450 Exam Question 200

    What can be developed using the Lightning Component framework?