Question : Fireld History Tracking : Values are tracked for Long text area Multi-select picklists 1. True 2. False
Correct Answer : 2
Explanation: Tracking Field History
You can select certain fields to track, and display the field history in the History related list of an object. You can track the field history of custom objects, as well as the history of the following standard objects: " Accounts " Cases " Contacts " Entitlements " Service contracts " Contract line items " Contracts " Leads " Opportunities " Articles " Solutions Modifying any of these fields adds a new entry to the History related list. All entries include the date, time, nature of the change, and who made the change. Note that not all field types are available for history tracking. Certain changes, such as case escalations, are always tracked.
Considerations " Changes to fields with more than 255 characters are tracked as edited, and their old and new values are not recorded. " Tracked field values are not automatically translated; they display in the language in which they were made. For example, if a field is changed from Green to Verde, Verde is displayed no matter what a user's language is, unless the field value has been translated into other languages via the Translation Workbench. This also applies to record types and picklist values. " Changes to custom field labels that have been translated via the Translation Workbench are shown in the locale of the user viewing the History related list. For example, if a custom field label is Red and translated into Spanish as Rojo, then a user with a Spanish locale will see the custom field label as Rojo. Otherwise, the user will see the custom field label as Red. " Changes to date fields, number fields, and standard fields are shown in the locale of the user viewing the History related list. For example, a date change to August, 5, 2012 shows as 8/5/2012 for a user with the English (United States) locale, and as 5/8/2012for a user with the English (United Kingdom) locale.
Question : What is the limit for Fields History Tracking per object?
1. 2 fields per object
2. 20 fields per object
3. 200 fields per object
4. 2000 fields per object 5. No Limit
Correct Answer : 2 Exp: You can select up to 20 fields to track per object via Chatter Feed tracking. When you also select "All Related Objects" in addition to 20 fields you encounter an error, "An error has occurred in the following section: [Exception, FeedFieldHistoryPerEntityExceededException]. Salesforce.com has been notified of this error." Repro 1. Enable Feed tracked changes on an object via Chatter settings 2. Select "All Related Objects" in addition to 20 fields for the object
Question : What do Debug logs track?
A. Record database operations B. system processes C. errors that occur when executing a transaction D. errors that occur when running unit tests
1. A,B,C 2. B,C,D 3. A,B,D 4. A,B,C,D
Correct Answer : 4 A debug log can record database operations, system processes, and errors that occur when executing a transaction or running unit tests. Debug logs can contain information about: " Database changes " HTTP callouts " Apex errors " Resources used by Apex " Automated workflow processes, such as: o Workflow rules o Assignment rules o Approval processes o Validation rules The system generates a debug log every time a transaction that is included in the defined filter criteria is executed. Transactions can be generated from the following: " Salesforce user interface " API " executeanonymous calls " Web services " Email services