exam questions

Exam Certified Platform App Builder All Questions

View all questions & answers for the Certified Platform App Builder exam

Exam Certified Platform App Builder topic 1 question 87 discussion

Actual exam question from Salesforce's Certified Platform App Builder
Question #: 87
Topic #: 1
[All Certified Platform App Builder Questions]

Sales representatives want to capture custom Feedback record details related to each Account. The sales reps want to accomplish this with minimal clicks on the
Salesforce Mobile Application.
Which two solutions should be recommended in order to meet this requirement? (Choose two.)

  • A. Create a global action on Account.
  • B. Create an object-specific action on Account.
  • C. Create a feedback object as a parent of Account.
  • D. Create predefined values for most of the fields.
Show Suggested Answer Hide Answer
Suggested Answer: BD 🗳️

Comments

Chosen Answer:
This is a voting comment (?). It is better to Upvote an existing comment if you don't have anything to add.
Switch to a voting comment New
AlexUp
11 months, 1 week ago
Selected Answer: BD
B and D are correct.
upvoted 1 times
...
marticus
11 months, 3 weeks ago
Its A and B.
upvoted 1 times
...
Mims22
1 year, 4 months ago
А is not correct. Global action does not have an object defined. B&D
upvoted 4 times
...
moitam
1 year, 6 months ago
I was thinking about A & D because I thought that there was no option for object-specific action on mobile, but yes it's possible... https://trailhead.salesforce.com/content/learn/modules/salesforce1_mobile_app/salesforce1_mobile_app_actions_objectspecific So B&D seems correct to me
upvoted 1 times
...
Abhishek36s
1 year, 7 months ago
A is correct A class static variable can’t be accessed through an instance of that class. If class MyClass has a static variable myStaticVariable, and myClassInstance is an instance of MyClass, myClassInstance.myStaticVariable isn’t a legal expression. https://developer.salesforce.com/docs/atlas.en-us.apexcode.meta/apexcode/apex_classes_static.htm
upvoted 1 times
...
nsharma
1 year, 9 months ago
Should be A&D
upvoted 1 times
...
Ma21
1 year, 11 months ago
Does anyone know why we would not use Global Action for this use case question?
upvoted 1 times
zange
1 year, 9 months ago
object specific actions: Like global actions, object-specific actions let users create records or log details about calls or other interactions. The key difference is that you can only add these actions to record detail pages, since they are automatically associated with a specific object. Global actions: Global actions let users create records, but the new record has no relationship with other records. And they’re called global actions because they can be put anywhere actions are supported—on record detail pages, but also places like the feed or Chatter groups. https://www.forcetalks.com/salesforce-topic/what-is-the-difference-between-object-specific-actions-and-global-actions-in-salesforce/#:~:text=Like%20global%20actions%2C%20object%2Dspecific,associated%20with%20a%20specific%20object.
upvoted 2 times
...
...
Ma21
1 year, 11 months ago
B and D - A good way to use fewer fields in action layouts is to set predefined values for as many fields as possible. The more fields you can set predefined values for, the more you can remove from the layout and make the action easier and quicker to use. Click the name of an action in the Buttons, Links, and Actions list or the Global Actions list. On the action detail page, click New in the Predefined Field Values list. Select the field you want to predefine a value for. Specify the value for the field. For single-select picklists, you can specify both a specific value and a formula value. If you set both, the formula value takes precedence over the specific value. Click Save. https://help.salesforce.com/s/articleView?id=sf.predefined_field_values.htm&type=5
upvoted 4 times
...
Community vote distribution
A (35%)
C (25%)
B (20%)
Other
Most Voted
A voting comment increases the vote count for the chosen answer by one.

Upvoting a comment with a selected answer will also increase the vote count towards that answer by one. So if you see a comment that you already agree with, you can upvote it instead of posting a new comment.

SaveCancel
Loading ...