Aditya
IndividualForum Replies Created
-
Lead nurturing is the process of by which we can maintain or develope the relationship with customer at every step
-
Hi,
The Internet of Things (IoT) refers to physical objects vehicles, home appliances, wearables, and more that are connected to the internet so that they can transmit data online. -
Hi,
Subscriber Lists. A Subscriber List is a collection of Subscribers who opted-in to receive email communication from Marketing Cloud.Subscriber Lists always store the email address and subscriber status for each subscriber in the list. -
Hi Kiran,
Yes, Apex support Angular Js -
Aditya
MemberApril 23, 2020 at 4:14 pm in reply to: How to create fake response in test class in Salesforce?We can create fake response by creating a mock class
-
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.
global class YourHttpCalloutMockImpl implements HttpCalloutMock {
global HTTPResponse respond(HTTPRequest req) {
// Create a fake response.
// Set response values, and
// return response.
}
} -
Aditya
MemberApril 22, 2020 at 3:29 pm in reply to: What are the methods used in HTTP callouts in Salesforce?Hi,
HTTP Method :
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. -
Hi,
There is static resource in salesforce which help to upload the files like js, image, style sheet etc -
Aditya
MemberApril 22, 2020 at 3:22 pm in reply to: What activities we can perform in automation studio in Salesforce Marketing ClouHi,
Start an Automation Studio Activity.
Send Email Activity.
SQL Query Activity.
Import File Activity.
File Transfer Activity.
Script Activity.
Filter Activity. -
Hi,
When a field is indexed, its values are stored in a more efficient data structure. This takes up more space but improves performance when at least two filters with indexed fields are used in a query. Fields that are indexed by default include: Primary keys: Id, Name, Owner, Email (contacts, leads) -
Hi,
A joined report can contain data from multiple standard or custom report types. You can add report types to a joined report if they have relationships with the same object or objects. ... A joined report consists of up to five report blocks , which you add to the report to create multiple views of your data. -
Hi,
I think keeping accounts as parents even though they don't have related contacts is not a bad practice at all and it's just the way employees are related to the account and your definition of it. 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. -
Aditya
MemberApril 20, 2020 at 4:33 pm in reply to: What is the role of Static Resource in Salesforce ?Hi,
Static resources allow you to upload content that you can reference in a Visualforce page. Resources can be archives (such as . ... Static resources are referenced using the $Resource global variable, which can be used directly by Visualforce, or used as a parameter to functions such as URLFOR() . -
Aditya
MemberApril 20, 2020 at 4:32 pm in reply to: What is the difference between rendered, rerender, renderaspdf in Salesforce ?Hi,
Rendered is used to show and hide the VF pages, rerender is used to refresh the page, renderaspdf is used to convert the Vf page in pdf form -
Aditya
MemberApril 20, 2020 at 4:28 pm in reply to: How can we convert Master-Detail field to Lookup field?Hi,
Converting Relationships You can convert a master-detail relationship to a lookup relationship as long as no roll-up summary fields exist on the master object. -
Aditya
MemberApril 17, 2020 at 3:49 pm in reply to: How to fetch all the attachment from Salesforce org through visualforce?Hi,
Attachment field allows users to be able to attach notes and attachments to custom object records. This allows you to attach external documents to any object record, in much the same way that you can add a PDF or photo as an attachment to an email. This option is only available when you are creating a new object -
Hi,
Record type provide different type of layout which is choosed according to bussiness requirment. It provides different picklist value , different lookup. -
Aditya
MemberApril 17, 2020 at 3:45 pm in reply to: What are the advantage of using custom settings in Salesforce?Hi,
Custom setting salesforce is used for the authentication purpose. It provide various permission. -
Aditya
MemberApril 16, 2020 at 3:15 pm in reply to: How is trigger is different from workflow in Salesforce?Workflow is automated process that fired an action based on Evaluation criteria and rule criteria. We can access a workflow across the object. Trigger is a piece of code that executes before or after a record is inserted or updated.
-
Aditya
MemberApril 16, 2020 at 3:14 pm in reply to: How to sync Shopify orders,products data in Salesforce Order and Product object?hi,
From single order synced manually per request to multiple orders ... Shopiforce is a full-fledged tool to sync your store order data with Salesforce objects. ... Manage orders you want to sync with Salesforce; Send order data as you sleep ... Products, and orders to Salesforce CRM which will help them to track . -
Hi,
The CRM Sales Cloud Salesforce can be an excellent option to improve the commercial area and lead your company sales levels and productivity never achieved, all thanks to its wide functionality including: Managing business opportunities, sales collaboration, lead management, sales projections, e-mail tracking and many more. -
Hi,
Accounts. Use accounts to store information about customers or individuals you do business with. There are two types of accounts. Business accounts store information about companies. Person accounts store information about individual people -
Aditya
MemberApril 15, 2020 at 5:32 pm in reply to: What is the maximum duration for debug log we can set in Salesforce?Hi,
The maximum duration for debug log that we can set is 24 hours -
- Lightning events have occurred when controller.js actions function interacting with the UI . The communication between components are handled by events. There are two types of custom events in the Lightning Framework: Component Events
-
Aditya
MemberApril 14, 2020 at 3:57 pm in reply to: Can we schedule a dynamic dashboard in Salesforce?Hi,
An organization can have up to 5 Enterprise Edition, 10 for Unlimited and Performance Edition, and 3 for Developer Edition. You can't save dynamic dashboards to personal folders. You can't schedule refreshes for dynamic dashboards. They must be refreshed manually.