Explanation: Encrypted fields are encrypted with 128-bit master keys and use the Advanced Encryption Standard (AES) algorithm. You can archive, delete, and import your master encryption key. To enable master encryption key management, contact salesforce.com. " You can use encrypted fields in email templates but the value is always masked regardless of whether you have the "View Encrypted Data" permission. " If you have created encrypted custom fields, make sure your organization has secure connections using SSL (Secure Sockets Layer) enabled. " If you have the "View Encrypted Data" permission and you grant login access to another user, be aware that the other user will be able to see encrypted fields unmasked (in plain text). " Only users with the "View Encrypted Data" permission can clone the value of an encrypted field when cloning that record. Only the apex:outputField component supports presenting encrypted fields in Visualforce pages.
Question : Building your Data Model select limitations of encrypted fields. 1. Are limited to 200 characters 2. Cannot be unique 3. Access Mostly Uused Products by 50000+ Subscribers 4. Cannot have default values 5. Cannot be used to define report criteria 1. 1,3,4
Explanation: Encrypted text fields: " Cannot be unique, have an external ID, or have default values. " For leads are not available for mapping to other objects. " Are limited to 175 characters because of the encryption algorithm. " Are not available for use in filters such as list views, reports, roll-up summary fields, and rule filters. " Cannot be used to define report criteria, but they can be included in report results. " Are not searchable, but they can be included in search results. Are not available for: Salesforce Classic, Connect Offline, Connect for Outlook, Salesforce for Outlook, lead conversion, workflow rule criteria or formulas, formula fields, outbound messages, default values, and Web-to-Lead and Web-to-Case forms.
Question : Which of the following are true about custom objects?
A. Salesforce provides a set of custom objects that you can use to store data. B. After you create a custom object, you need to add the user interface. C. Custom objects come with an infrastructure including reporting, auditing and access control. D. When you create a custom object, you get a direct access to the database. E. Custom objects are reportable and search 1. A,B 2. C,D 3. Access Mostly Uused Products by 50000+ Subscribers 4. A,B,C 5. C,E
Correct Answer : Get Lastest Questions and Answer : Store information that's unique to your organization. You choose whether your custom objects support sharing, include access to the Bulk API, and include access to the Streaming API. Available in: Contact Manager, Group, Professional, Enterprise, Performance, Unlimited, and Developer Editions Every custom object is classified as either an Enterprise Application object or a Light Application object. The difference between these two categories is that Light Application objects don't support sharing, access to the Bulk API, or access to the Streaming API. If you need to track your organization's usage of each category, create a custom report type with a primary object of User Licenses and a child object of Custom Object Usage by User License Metrics. By default, all custom objects are Enterprise Application objects. To make your custom object a Light Application object, disable Allow Sharing, Allow Bulk API Access, and Allow Streaming API Access on the object's detail page. After you define a custom object, you can: " Create custom fields. " Associate the custom object with other records and display the custom object data in custom related lists. " Track tasks and events for custom object records. " Build page layouts. " Customize the search results and the custom object fields that display in them. " Create a custom tab for the custom object. " Create reports and dashboards to analyze custom object data. " Share your custom objects, custom tabs, custom apps, and any other related components with other Salesforce users on Force.com AppExchange. Import custom object records.
1. Cross object formula field helps to access field of parent from child 2. Cross object formula field helps to access field of parent from child in both master detail relationship and lookup relationship 3. It can be used in a formula field on child Like CustomObject1__r.Details__c where Details__c is a text field on the parent object CustomObject1 4. 1 and 2 5. 2 and 3