Manish
IndividualForum Replies Created
-
Self-relationship:
When an object has a lookup with itself, it is a self-relationship. A self relationship creates a tree diagram of the objects. For example, the account has a lookup on himself, called Parent Account.
On the user object a special self-relationship called the hierarchical relationship helps create superior roles such as supervisor, manager on user object. The hierarchical relationship is a self-relationship of the user object. -
Custom tabs display custom object data or other web content embedded in the application.
Custom Object Tabs—For your custom object data. Custom Object Tabs display the data of your custom object in a user interface tab. Custom object tabs look and function just like standard tabs.
Web Tabs—For other web content Custom Web Tabs display any external Web-based application or Web page in a Salesforce tab. You can design Web tabs to include the sidebar or span across the entire page without the sidebar.
Visualforce Tabs—For Visualforce pages Visualforce Tabs display data from a Visualforce page. Visualforce tabs look and function just like standard tabs.
Flexible Page Tabs—For Flexible Pages, to include them in the Salesforce1 navigation menu. Flexible Page Tabs let you add Flexible Pages to the Salesforce1 navigation menu. -
Objects are database tables that allow us to store data specific to the organization in salesforce.
-
A record is row of field data within an object (e.g. the lead “John Smith”). An object is comprised of its field definitions and records. A tab is used to expose an object and its data to the end user through the web interface.
-
A tab is like a user interface that is used to build records for objects and to view the records in the objects. There are three types of tabs in Salesforce: Custom object tab. Web tab. Visualforce tab.
-
Manish
MemberApril 3, 2020 at 11:45 am in reply to: What is the use of renderIf in Lightning Component in Salesforce?This component allows you to conditionally render its contents. It renders its body only if isTrue evaluates to true. The else attribute allows you to render an alternative when isTrue evaluates to false.
-
Custom tabs display data of the custom object or any other web content built into the application.
1. Custom Object Tabs - They display the data of your custom objects in a user interface tab. Custom object tabs look and function just like standard tabs.
2. Web Tabs - custom web tab are used to display any external application or web page.you can include the sidebar or span across the entire page without the sidebar.
3. Visualforce Tabs - They display data from a Visualforce page. Visualforce tabs look and function just like standard tabs.
4. Lightning Page Tabs- To make lightning component available in lightning experience ,we have to make a lightning component tab. -
Manish
MemberApril 3, 2020 at 11:40 am in reply to: can we apply nested aura if in lightning in Salesforce?Yes, we can apply.
-
Visualforce tags are used to build high quality applications by developers. Visualforce consists of a series of XML markup tags. These tags are also called as components. Like Visualforce there are many other development language like JSP, ASP.NET will also have tags which serves as a container to the strucutre data returned by the controller. And class is written in Apex. Visualforce tags are easy to remember when compared with .net. Based on the actions Visualforce Tags are divided into different types.
-
Manish
MemberApril 2, 2020 at 1:37 pm in reply to: What is difference between URL and URI in Salesforce?URL stands for Uniform Resource locator and URI stands for Uniform Resource Identifier?
-
Manish
MemberApril 2, 2020 at 1:35 pm in reply to: What is the purpose of the controllers in Salesforce?Controllers are used process apex class and VF Page.
-
A managed package is a collection of application components that are posted as a unit on AppExchange, and are associated with a namespace and a License Management Organization.
-
Manish
MemberMarch 25, 2020 at 2:52 pm in reply to: What does the force:appHostable do in Lightning Component in Salesforce?force:appHostable interface to a Lightning component to allow it to be used as a custom tab in Lightning Experience or the Salesforce mobile app. Components that implement this interface can be used to create tabs in both Lightning Experience and the Salesforce mobile app.
-
Manish
MemberMarch 25, 2020 at 2:51 pm in reply to: When to use the before apex trigger in Salesforce?When you want to perform an action before saving into database.
-
Choose between two types of prompts. You can place the floating prompt in the top or bottom on the left or right, or in the center. The floating prompt stays in your placed position. The docked prompt stays in the bottom right, but a user can minimize or maximize it.
-
Single sign-on (SSO) lets users access authorized network resources with one login. You validate usernames and passwords against your corporate user database or other client app rather than Salesforce managing separate passwords for each resource.
-
Price books track the prices of products and services that your company offers to customers.
-
A permission set is a collection of settings and permissions that give users access to various tools and functions.
-
Manish
MemberMarch 16, 2020 at 1:02 pm in reply to: What is meant by Handler class for trigger in Salesforce?a trigger handler is the starting point to 'handle' complex logic set into a trigger. Creating a class defined as MyObjectTriggerHandler can help to design a modular set of reusable objects which manage all the operations to be done by a trigger.
-
Depending on which OAuth flow you use, Callback URL is typically the URL that a user’s browser is redirected to after successful authentication.
-
Manish
MemberMarch 5, 2020 at 2:19 pm in reply to: How many jobs can we add to the queue with System.enqueueJob in a single transaction in Salesforce?50 Jobs
-
These are objects that is provided by salesforce, we can not delete these objects.
-
These are the object that we create according to our requirement to store th data.
-
Custom Metadata type in salesforce. Custom Metadata Type let you use records to configure your app without worrying about migrating those records to other orgs. You can deploy the records of custom metadata types from a sandbox with change sets or packaged in managed packages instead of transferring them manually.