1]What are Bucket Fields in Salesforce?
Answer: Bucket Fields categorize records in Salesforce reports without any need for a formula or a custom field. They exist only in the reports. When a bucket column is created then multiple categories of group report values.2] What is Custom Label in Salesforce? How many Custom Labels can you define and of what size?
2]What is Custom Label in Salesforce? How many Custom Labels can you define and of what size?
Answer: Custom Labels enable developers to create multi-lingual applications. It automatically presents information as information or messages, by using the user’s native language. These are custom text values that accessible from Apex classes, Lightning components, and Visualforce pages.
A minimum number of 5000 custom labels can be created for each organization. The size is about 1000 characters.
3]What is Data Skew in Salesforce?
Answer: The full form of SOQL is Standard Object Query Language. SOQL evaluates a condition in an enterprise when you require to work with say 10,000 records.
4]What are the differences between Workflow and Process Builder? What is the difference between Trigger and Process Builder?
Answer: Workflows and the Process Builder are types of declarative automation tools that can extend the functionality of the Salesforce platform. They have functionalities and features which enable them to automate the business processes.
Workflows can only handle four actions such as email alerts, outbound messages, task creation, and field updates. However, Process Builder has a huge number of functionalities such as creating a record, posting to Chatter, launching a flow, submit approvals, and quick actions.
If a process earlier had different workflows for different outcomes, then the same can be accomplished now with one process.
Moreover, only single criteria are evaluated by a Workflow, before triggering the automation. On the contrary, the Process Builder can evaluate multiple criteria and trigger different automation and all this depend on the criteria met.
5]What are Sharing Rules?
Answer: Sharing rules extend sharing access to the users in roles, public groups or territories. It gives greater access to the users by making automatic exceptions to the sharing settings for the entire org.
This can be based on record ownership or other criteria. It selects the records to share with the users and the level of access to be given to these users or groups.
6]What is the use of Roll-up Summary Field and where can you use it?
Answer: Roll-up summary field can display a value in a master record based on the fields comprising the detail record. It creates values in related records such as those in the related lists. It can only be used in a master-detail relationship.
For Example, The sum of all invoices can be calculated for all the related custom object records in the accounts invoice related list.
7]What is the difference between Page Layout and Record Type?
Answer: Page Layouts control the layout and organization of fields, buttons, visualforce, custom links, s-controls, and related lists on any object record pages. They determine which
8]What is a Wrapper Class in Salesforce?
Answer: A Wrapper class is defined as a class and a data structure. It is an abstract data type which has its instances formed by a collection of objects.
all fields are visible, read-only, and mandatory.
9] What is the difference between WhoID and WhatID?
Answer: WhoID refers to people such as contact or leads. Whereas “What ID” refers only to objects.
10] What type of apps we can create in SF?
We can create two types of Apps in Salesforce
Custom app: This type of apps can be used in every business scenario. It is widely used in the market.
Post a Comment
0 Comments