What are two characteristics related to formulas?
Choose 2 answers
A: Formula fields are calculated at runtime based on the formula definition and are not stored in the database.
C: Formula fields can reference fields from related objects, allowing cross-object calculations.
Why not other options?
B: Formulas cannot reference themselves; doing so would result in a circular reference error.
D: If a field used in a formula field is deleted, the formula field will break, and Salesforce will prevent deletion until the formula field is updated.
:
Formula Fields Documentation
(Full question statement)
Universal Containers recently transitioned fromClassic to Lightning Experience. One of its business processes requirescertain values from the Opportunity objectto be sent via anHTTP REST calloutto itsexternal order management systemwhen the user presses a custom button on the Opportunity detail page.
Example fields:
Name
Amount
Account
Which two methods should the developer implement to fulfill the business requirement?
Choose 2 answers.
Comprehensive and Detailed Explanation From Exact Extract:
A (Correct):AVisualforce quick actioncan include Apex logic for a callout, and Visualforce is still valid in Lightning Experience.
C (Correct):ALightning Web Component (or Aura component)exposed as aquick actioncan perform callouts via Apex when the user clicks a button. This supports a more modern UI experience.
Incorrect options:
B:@future(callout=true) works but cannot be triggeredsynchronously by a button press. It's for background/automated processes.
D:Remote Actionis legacy functionality used with Visualforce/Aura and doesn't suit modern Lightning and button-driven synchronous actions.
This is part ofUser Interface (25%)andProcess Automation and Logic (30%), involvingintegration techniques and callouts.
A software company uses the following objects and relationships:
* Case: to handle customer support issues
* Defect__c: a custom object to represent known issues with the company's software
* Case Defect__c a junction object between Case and Defect __c to represent that a defect is a cause of a customer issue
Case and Defect__c have Private organization-wide defaults.
What should be done to share a specific Case_Defect__c record with a user?
Since theCaseandDefect__cobjects have aPrivateorganization-wide default (OWD), their records must be explicitly shared for a user to gain access to the relatedCase_Defect__crecord. Sharing both parent records ensures that the user can access the junction object and the associated parent objects.
What can be used to override the Account's standard Edit button for Lightning Experience?
To override the Account's standard Edit button in Lightning Experience, a Lightning action can be created and associated with the object. This action can include custom logic or a Lightning component.
Universal Containers hires a developer to build a custom search page to help users find the Accounts they want. Users will be able to search on Name, Description, and a custom comments field.
Which consideration should the developer be aware of when deciding between SOQL and SOSL?
Choose 2 answers
SOSL:
Designed for full-text searches, making it faster for unstructured or broad text searches across multiple objects.
Ideal for searching multiple fields simultaneously.
SOQL:
Optimized for structured queries where you need more control over filtering and relationships.
Can return up to 50,000 records in a single query, while SOSL returns only 2,000.
CandDare incorrect because SOSL is faster for text searches, not SOQL.
Stephanie Morgan
2 days agoNathan Perez
21 days agoLinda Carter
13 days agoStephen Edwards
20 days agoThomas Morgan
12 days agoDonald Rivera
20 days agoMichelle Martin
6 days agoSkye
1 month agoLilli
2 months agoDelpha
2 months agoGracie
2 months agoCecilia
2 months agoSabine
3 months ago