When importing and exporting data into Salesforce, which two statements are true? Choose 2 answers
A developer is creating a Lightning web component to show a list of sales records.The Sales Representative user should be able to see the commission field on each record. The Sales Assistant user should be able to see all fields on the record except the commission field.How should this be enforced so that the component works for both users without showing any errors?
A developer must implement a checkpaymentpbrocaessox class that provides check processing payment capabilities that adhere to what is defined for payments in the paymentProcsssor Interface.Which implementation is correct to use the paymenterocesscr interface class? A)B)C)
While writing an Apex class, a developer wants to make sure that all functionality being developed is handled as specified by the requirements.Which approach should the developer use to be sure that the Apex class is working according to specifications?
Universal Containers has a support process that allows users to request support from its engineering team using a custom object, Engineering_Support c.Users should be able to associate multiple Engineering_ support c records to a single Opportunity record. Additionally, aggregate information about the Engineering Support c records should be shown on the Opportunity record.Which relationship field should be implemented to support these requirements?