Pooja
IndividualForum Replies Created
-
Pooja
MemberApril 30, 2020 at 2:52 pm in reply to: What is the difference between workflow rule and approval process in Salesforce?An approval process is triggered by explicitly clicking the "Submit for Approval" button. Workflow consists of a single step and single-action Approval process consists of multiple steps.
-
Pooja
MemberApril 30, 2020 at 2:51 pm in reply to: What is sender profiles in Salesforce marketing Cloud?sender profile within Marketing Cloud Setup specifies the form information for a send in a central location. Marketing Cloud Email reuses that information across multiple sends without requiring selection each time
-
Data mapping simply means matching of data. It is needed in order to save correct results from source to a target system.
-
Pooja
MemberApril 29, 2020 at 4:10 pm in reply to: What is the role of My Data Relationships in Salesforce Marketing Cloud?Complete the information in the Properties section:
Complete the information in the Fields section:
If more than one column in each data extension is involved, click Add to display another set of <select field> list boxes.
Click Save. -
Pooja
MemberApril 29, 2020 at 4:09 pm in reply to: What is Maximum length of Strings in SOQL WHERE clauses in Salesforce?SOQL statements can't exceed 20,000 characters.
-
Users are differentiated by creating their own individual profiles in salesforce. Each profile defines the level of access in salesforce organization.
-
Pooja
MemberApril 28, 2020 at 5:32 pm in reply to: What is the feature of Lightning Bolt in Salesforce?Lightning Bolt Solutions are the packages of different solutions bundled in one package.
-
Data mapping in Salesforce are used to map the data from the agreement document to Salesforce after the sign of recipient
-
Pooja
MemberApril 27, 2020 at 2:24 pm in reply to: How many types of Object-specific actions in Salesforce?The actions are specified to that particular object only on which they are defined.
-
Quick actions enable users to do more in Salesforce and in the Salesforce mobile app.
-
Use an <apex:outputPanel> to group components together for AJAX refreshes.
-
Provide an implementation for the HttpCalloutMock interface to specify the response sent in the respond method, which the Apex runtime calls to send a response for a callout.
-
Pooja
MemberApril 24, 2020 at 11:44 am in reply to: How do you create an indirect lookup relationship in Salesforce?Go to “Setup” and use “Quick Find.”
Input the object name and select it.
Click on the customer ID field.
Click “Edit” and select “Change Field Type.”
Select “Indirect Lookup Relationship” and click “Next.”
Select “Account” in the “Related To” value and click “Next.”
Choose “Customer ID” in the value for the “Target Field” and click “Next.”
For the field length, input “18.”
Leave everything else in their default settings and click “Next.”
Depending on your preference, you can choose to make this new component visible to everyone in the system. To do this, select “Visible” and click “Next.” This is a setting that you can change later on. There are times when it might be better if you became selective with granting access.
Leave all other settings in default mode then click “Save.” As you do this, you will find a new Orders list on your Accounts pages. -
Bayeux Protocol, CometD, and Long Polling. Streaming API uses the Bayeux protocol and CometD for long polling.
-
Yes, Apex support Angular Js
-
Pooja
MemberApril 23, 2020 at 4:35 pm in reply to: What is meant By @testVisible in test class in Salesforce?These members include methods, member variables, and inner classes. This annotation enables a more permissive access level for running tests only. This annotation doesn’t change the visibility of members if accessed by non-test classes.
-
You can convert this data type to String or from String using the toString and valueOf methods, respectively. Blobs can be accepted as Web service arguments, stored in a document (the body of a document is a Blob), or sent as attachments.
-
1). Public : Anyone can join a public group.
2. Private : Only group members can see and add posts, comments, and files.
3. UnListed : Only group members and users with the “Manage Unlisted Groups” permission can see and add posts, comments, and files. People can’t ask to join the group.
4. Groups with customers :Private and unlisted groups can allow customers.
5. Archived : When a group is archived, people can no longer create posts but previous posts are retained for reference -
Pooja
MemberApril 22, 2020 at 5:46 pm in reply to: What are the methods used in HTTP callouts in Salesforce?GET: Retrieve data identified by a URL.
POST: Create a resource or post data to the server.
DELETE: Delete a resource identified by a URL.
PUT: Create or replace the resource sent in the request body. -
Static resources allow you to upload content that you can reference in a Visualforce page, including archives (such as . zip and . jar files), images, style sheets, JavaScript, and other files.
-
Parent account can even be just a container for grouping multiple entities together and storing general address and contact information while subsidiaries itself would save information about contacts and their relation with the company.
-
detail side of a master-detail relationship. Cross-object formulas also work with lookup relationships.You can reference fields from objects that are up to 10 relationships away. Cross-object formulas are available anywhere formulas are used except when creating default values
-
Pooja
MemberApril 21, 2020 at 2:24 pm in reply to: What is 'ApexPages.StandardSetController' in Salesforce?It contains a list of records (one or more), and has additional functions to facilitate pagination (moving between pages) and updating a number of records at once.
-
When a field is indexed, its values are stored in a more efficient data structure. This takes up more space but improves performance
-
When you create a bucket field in Salesforce, you define multiple categories into groups depending on the record values, this bucket field will not affect other Salesforce reports. Bucket fields in Salesforce are available in Tabular reports, Summary Reports and Matrix reports.