Ayush
IndividualForum Replies Created
-
It is a custom object with two master-detail relationships to two different record types. It is used to represent a many-to-many relationship in which several junction objects
-
Lead nurturing is the process of by which we can maintain or develope the relationship with customer at every step
-
This interface is used to indicate that a component takes a record (SObject) as an attribute.
-
Ayush
MemberApril 24, 2020 at 8:43 am in reply to: What is the use of an outbound message in Salesforce?Outbound messaging allows you to specify that changes to fields within Salesforce can cause messages with field values to be sent to designated external servers.
-
Bayeux is a protocol for transporting asynchronous messages, primarily over HTTP. ... Long polling, also called Comet programming, allows emulation of an information push from a server to a client.
-
There are two Workflow types available in Salesforce:
1. Immediate Workflow rule
2. Time-Dependent Workflow rule -
Ayush
MemberApril 23, 2020 at 10:56 am in reply to: What are the things that can be customized on-page?we can customize different things on page layout like, Fields, Buttons, Custom Links and Related Lists. We can also create sections.
-
There is static resource in salesforce which help to upload the files like js, image, style sheet etc
-
Ayush
MemberApril 23, 2020 at 10:51 am in reply to: What are the methods used in HTTP callouts in Salesforce?HTTP Method :
GET:
POST:
DELETE:
PUT -
Hi sumit,
Pardot
Heroku
MuleSoft
Datorama Inc. -
A toast displays a message below the header at the top of a view
-
Ayush
MemberApril 21, 2020 at 12:07 pm in reply to: What are the types of reports that we have in Salesforce?There are four types of reports you can create in Salesforce, Tabular, Summary,Matrix and Joined Reports.
-
Ayush
MemberApril 21, 2020 at 11:55 am in reply to: Which fields are automatically indexed in Salesforce?The following fields are indexed
RecordTypeId
Division
CreatedDate -
Ayush
MemberApril 20, 2020 at 11:31 am in reply to: How much is the limit for name of Apex Class in Salesforce?Name of Apex class can be up to 40 characters long.
-
Serialization means to convert an object into that string.
-
JSON is a format that encodes objects in a string. Serialization means to convert an object into that string, and deserialization is its inverse operation.
-
Negative testing demonstrates that your code properly handles invalid data.
-
Ayush
MemberApril 20, 2020 at 11:04 am in reply to: What are action method in Visualforce page of Salesforce?Action methods perform logic or navigation when a page event occur.
-
A skinny table is a custom table that contains a subset of fields from a standard or custom base Salesforce object.
-
Ayush
MemberApril 16, 2020 at 9:41 am in reply to: What is the maximum duration for debug log we can set in Salesforce?System Debug can be of a maximum size of 20 MB only and takes 24 hours
-
Business accounts store information about companies.
-
The Opportunity object connects Accounts to Products
-
There are two types of package.
1. UnManaged Package
2. Managed Package -
The Hammer means taking every single Apex test that you or anyone else has created and running it twice.
-
You can use the this keyword in dot notation, without parenthesis, to represent the current instance of the class in which it appears.