Ayush
IndividualForum Replies Created
-
Ayush
MemberJune 3, 2020 at 12:48 pm in reply to: What are the two options for when Apex Triggers can run?Before And After being Saved in the DataBase .
-
You have to create your own Exception class .
-
Ayush
MemberJune 2, 2020 at 7:01 am in reply to: Why do we use @AuraEnabled annotation in Salesforce?The @AuraEnabled annotation enables client- and server-side access to an Apex controller method.
-
Web Services Description Language (WSDL) is an XML-based interface description language that is used for describing the functionality offered by a web service.
-
Ayush
MemberJune 1, 2020 at 9:59 am in reply to: Can you have a Roll-up Summary field in the case of a Master–Detail RelationshipYes. You can have a roll-up summary in case of a master-detail relationship.
-
Ayush
MemberJune 1, 2020 at 9:53 am in reply to: What happens when you deactivate a user in Salesforce?Deactivating a user in Salesforce means that user will not be deleted from the system but will no longer be able to log in to Salesforce.
-
no, formula field is a read only field.
-
Ayush
MemberMay 29, 2020 at 6:06 am in reply to: When to use time-dependent workflow in Salesforce?Time-dependent actions are executed at a particular time, such as 20 days before a record's close date.
-
yes , we can Do.
-
Ayush
MemberMay 28, 2020 at 10:36 am in reply to: How to get current record id in the Salesforce lightning component?With the help of "hasRecordId" .
-
there are two types of Api :-
1) SOAP
2) Rest -
Ayush
MemberMay 26, 2020 at 8:09 am in reply to: Who can change the owner of a record in Salesforce?A user having Edit rights can change ownership
-
used to remove all of the elements from the List container. This method does not deleted the List container, instead it justs removes all of the elements from the List.
-
Ayush
MemberMay 26, 2020 at 7:46 am in reply to: What is the use of getQuery() method of QueryLocator Class in Salesforce?This is useful when testing the start method and the start method automatically locks the set of records in the batch. It is used to instantiate the Database.QueryLocator object
-
Ayush
MemberMay 26, 2020 at 7:39 am in reply to: Is there any limit on how many component to have in one Application?There is a 10,000 inner component limit.
-
Apex is a strongly typed, object-oriented programming language that allows developers to execute dml operations .
-
Ayush
MemberMay 21, 2020 at 12:35 pm in reply to: Can we include one lightning component to another?yes , with the help event
-
Ayush
MemberMay 20, 2020 at 1:07 pm in reply to: How many standard profiles are available in Salesforce?6 standard profile in salesforce
-
Ayush
MemberMay 20, 2020 at 1:04 pm in reply to: Is it possible to create sharing rules for detail object in Salesforce?Yes, Child objects don't have a share-record of their own and will be shared along with the master record
-
Ayush
MemberMay 20, 2020 at 1:02 pm in reply to: How to retrieve data from multiple Objects in one query in Salesforce ?With the helps of SOSL.
-
Tooling API’s SOQL capabilities for many metadata types allow you to retrieve smaller pieces of metadata. Smaller retrieves improve performance, which makes Tooling API a better fit for developing interactive applications.
-
Ayush
MemberMay 20, 2020 at 8:51 am in reply to: What is the maximum size of the PDF generated on visualforce attribute renderAsPDF file must be less than 15 MBbefore being rendered as a PDF file.
-
Ayush
MemberMay 20, 2020 at 8:48 am in reply to: What is Maximum RecentlyViewed records allowed in Salesforce?the maximum number of entries in RecentlyViewed, which is 200 records per object.
-
Ayush
MemberMay 19, 2020 at 6:02 am in reply to: What are the Benefits of using Salesforce AppExchange Apps in Salesforce?The main advantages of using AppExchange products are: You don't have to build any functionality from scratch. You can just download a pre-built solution, which is more secure and already tested by other users
-
Ayush
MemberMay 19, 2020 at 6:00 am in reply to: What is Maximum rows returned in SOSL query results in Salesforce?Up to 2,000 results.