Anjali
IndividualForum Replies Created
-
Anjali
MemberJune 8, 2020 at 2:46 pm in reply to: Dashboard components can be stored by how many levels in salesforce?Please refer the following link-
https://help.salesforce.com/articleView?id=dashboards_dynamic_overview.htm&r=https:%2F%2Fwww.google.com%2F&type=5 -
Anjali
MemberJune 8, 2020 at 2:44 pm in reply to: How many callouts to external service can be made in a single apex transaction?A single Apex transaction can make a maximum of 100 callouts to an HTTP request or an API call. The default timeout is 10 seconds. A custom timeout can be defined for each callout.
-
Please refer the following link-
https://developer.salesforce.com/docs/atlas.en-us.api_meta.meta/api_meta/meta_triggers.htm -
Anjali
MemberJune 5, 2020 at 12:23 pm in reply to: What must an admin do when creating a record type in salesforce?When creating a new record type admins must activate the record type, assign the record type to profiles, and assign page layout(s) to the record type.
-
Custom and console apps.
-
Anjali
MemberJune 4, 2020 at 2:49 pm in reply to: What are the differences between Managed and Unmanaged package in Salesforce ?In an unmanaged package, components are not upgradeable. In a managed package, some components can be upgraded while others can't.
-
As expected is PUT but it depends on the requirement.
- This reply was modified 4 years, 5 months ago by Anjali.
-
1. Bookmarks
2. Recommendations
3. Feeds -
Standard list controller in Salesforce is used to create a visualforce page to show a set of records.
-
Anjali
MemberJune 2, 2020 at 9:38 am in reply to: How to cover map in batch test class in Salesforce?Please refer the below link--
https://developer.salesforce.com/forums/?id=9060G000000I4kMQAS -
Anjali
MemberJune 2, 2020 at 9:36 am in reply to: When should an extension be used instead of a custom controller in Salesforce?Use controller extensions when you want to leverage the built-in functionality of a standard controller but override one or more actions, such as edit, view, save, or delete.
-
Anjali
MemberJune 1, 2020 at 2:04 pm in reply to: How can we create Auto response rule in Salesforce ?From Setup, enter Auto-Response Rules then
1. Click New.
2. Enter the rule name.
3. To activate this rule, select Active.
4. Click Save.
5. Create rule entries. -
An escalation rule automatically reroutes a case and can notify a user if the case remains open after a certain period of time has passed.
-
CPQ Salesforce, or Configure, Price, Quote Software by Salesforce is a sales tool for companies to provide accurate pricing with any given product configuration scenario.
-
1. Lightning Experience.
2. Salesforce1 App.
3. Template-based Community.
4. Standalone Lightning App.
5. Visualforce Pages (Using Lightning out) -
Though the Lightning Component framework adopts the MVC paradigm, it is a true component-based framework first.
-
Anjali
MemberMay 29, 2020 at 12:59 pm in reply to: What are the different Lightning component bundles?1. Component
2. Controller
3. Helper
4. Style
5. Document
6. Renderer
7. Design
8. SVG -
Visualforce components are small, reusable pieces of functionality—think widgets, panels, user interface elements, that kind of thing—that you use in Visualforce page markup.
-
Anjali
MemberMay 28, 2020 at 1:56 pm in reply to: Difference b/w visualforce component and lightning component ?Visualforce components are page-centric and most of the work is done on the server. Lightning is designed from the component up, rather than having the concept of a page as its fundamental unit. Lightning Components are client-side centric, which makes them more dynamic and mobile friendly.
-
Tokens are a bundle in lightning same as component,event bundle. Tokens are using for hold necessary values of our visual design into named tokens. So we can Define the token values once and reuse them throughout our Lightning components CSS resources.
-
Anjali
MemberMay 27, 2020 at 11:32 am in reply to: How do we create a pop-up component in Salesforce Lightning?Please refer the following link-
https://developer.salesforce.com/forums/?id=9060G0000005qtYQAQ -
Anjali
MemberMay 27, 2020 at 11:28 am in reply to: How do we create a namespace in Salesforce lightning?1. Click Setup
2. Click Create > Packages
3. Click Edit and Continue.
4. Enter the namespace prefix you want to register, and click Check Availability. ...
5. Click Review My Selections.
6. Click Save. -
Anjali
MemberMay 27, 2020 at 11:27 am in reply to: What is namespace in lightning component in Salesforce?Every component is part of a namespace, which is used to group related components together. If your organization has a namespace prefix set, use that namespace to access your components.
-
You can use manual sharing to give specific other users access to certain types of records, including accounts, contacts, and leads.