Ayush
IndividualForum Replies Created
-
This annotation grants access to all data in the organization, and it is available for Apex code saved using Salesforce API version 24.0 and later.
-
Ayush
MemberJuly 1, 2020 at 1:08 pm in reply to: How to get a list of sObjects and their fields in APEX in Salesforce ?schema class .
-
Ayush
MemberJune 30, 2020 at 12:44 pm in reply to: What are three permissions in User Profile in Salesforce?Run reports, Object permissions, and Mass mail.
-
A component event can be handled by the component that fired the event or by a component in the containment hierarchy that receives the event.
-
Lightning extension is designed to complement the user experience with continuous productivity feature releases.
-
The maximum size of visualforce page is 128KB.
-
Ayush
MemberJune 26, 2020 at 11:38 am in reply to: How many records can be displayed on a page for a report?We can display up to 2000 records on a page.
-
Ayush
MemberJune 23, 2020 at 12:22 pm in reply to: What does a custom object permit the user to do?collect the information that is unique to the organization.
-
Ayush
MemberJune 22, 2020 at 1:23 pm in reply to: How do you find the length of a string in Salesforce?Using length();
ex String str = 'abcdef’;
Integer result = str.length(); -
Ayush
MemberJune 19, 2020 at 9:58 am in reply to: Can you merge Person Account with Business Account in Salesforce?you can't do this .
-
A package version is a number that identifies the set of components uploaded in a package.
-
Ayush
MemberJune 18, 2020 at 12:05 pm in reply to: What is the order of execution in Triggers in Salesforce?this link should help you
https://www.sfdcpoint.com/salesforce/salesforce-order-of-execution/ -
Ayush
MemberJune 18, 2020 at 12:01 pm in reply to: Is it possible to create quick action button by using apex in Salesforce?yes , with the help of matadataApi
-
Use Tooling API to build custom development tools or apps for Lightning Platform applications. Tooling API provides SOAP and REST interfaces.
-
Locale Setting: It allows us to define the default language and timezone used in the org.
-
Ayush
MemberJune 16, 2020 at 1:33 pm in reply to: What is the limit of Data.com records which can be added to Salesforce?The default number of records per licensed user is 300.
-
Yes, this is possible
-
Custom labels are custom text values that can be accessed from Apex classes, Visualforce pages, or Lightning components.
-
Ayush
MemberJune 11, 2020 at 11:01 am in reply to: Is there any way to send an email after limit is over in Salesforce?Mass email send through apex
-
Sales ,Service and Custom App.
-
1GB ,Data and File Storage Limits.
-
AppExchange includes all types of solutions too: You’ll find apps, components, Lightning Data, Bolt Solutions, and Flows.
-
object that allows us to store and manage large amounts of data on the Salesforce platform. The most important thing is that they do not count against the storage limit.
-
keySet() is a method used on maps that returns all the keys of the map
-
Change Data Capture publishes events for changes in Salesforce records corresponding to create, update, delete, and undelete operations.