Deepak
IndividualForum Replies Created
-
Deepak
MemberOctober 14, 2020 at 8:14 am in reply to: What is the use of Remote Site Setting in Salesforce?Remote site settings allows you to access external website resources from a Salesforce application for your organization. Other than that you can access external websites through Visualforce pages, Apex Callout, and via XmlHttpRequest calls.
-
Deepak
MemberOctober 13, 2020 at 5:05 pm in reply to: How do I create an activity in Salesforce lightning?To create activity :
From Setup,
1. Enter Actions in the Quick Find box.
2. Select Global Actions | New Action.
3. From Setup, in the Object Manager tab,
a. select an object,
b. select Buttons, Links, and Actions | New Action -
Log a Call button creates a completed task or activity record for your Users to document communications.
-
Deepak
MemberOctober 13, 2020 at 4:58 pm in reply to: Why employee engagement is important in Salesforce?Engaged employees are often happier than disengaged staff, but they can also help your company see approximately 5 times more revenue than companies with disengaged workers.
-
To navigate to a another page , use the lightning-navigation service wire adapters and functions.
-
sforce.one provides version-specific behavior, and you can use a specific version of sforce.one in your apps.
-
ClickDeploy is an amazing tool that allows you to quickly create change sets for deployment. The biggest features for me is being able to copy, clone & reuse change sets and being able to find newly created fields extremely quickly.
-
Deepak
MemberOctober 9, 2020 at 5:10 pm in reply to: how it is able to access "Contact.Owner.email" ??You can try query Contact.Owner.Email in your query editor.
-
ClickDeploy is an amazing tool that allows you to quickly create change sets for deployment. The biggest features for me is being able to copy change sets and being able to find newly created fields extremely quickly, both of which Salesforce lacks.
-
Follow the following steps to Validate a Change Set:
1. From Setup, enter Inbound Change Sets in the Quick Find box, then select Inbound Change Sets.
2. Click Validate next to the change set you want to validate. To review the change set before validating it, click the name of the change set to view its detail page.
3. After the validation completes, click View Results. -
Deepak
MemberOctober 8, 2020 at 5:07 pm in reply to: What are the reasons that can cause data loss in Salesforce?Accidental deletion can occur when a user intentionally deletes one or more records.
Bad code can make incorrect changes to many records.
Data import gone wrong will have a far reaching impact.
SOQL mistake can happen in an instant. -
Deepak
MemberOctober 8, 2020 at 4:56 pm in reply to: How do I resolve this error 'System.JSONException' in Salesforce?Try this:
String jsonInput = '{"email":"[email protected]","LastName":"ABCD","FirstName":"ACFPY","Suffix":"","Title":"Engineer","Psw":"","PhoneCode":"","Phone":"100-000-000"}'; -
Enter credentials and connection information for source Salesforce organization in build.properties
Create retrieve targets in build.xml
Construct a project manifest in package.xml
Run the Ant Migration Tool to retrieve metadata files from Salesforce
Enter credentials and connection information for destination Salesforce organization in build.properties
Run the Ant Migration Tool to deploy metadata files or deletions to Salesforce -
Deepak
MemberOctober 7, 2020 at 1:57 pm in reply to: What access does the Team Member Access button show when selected in Salesforce?It shows maximum access a user has over the account record.
-
Deepak
MemberOctober 7, 2020 at 1:55 pm in reply to: Where can an Administrator find a sender signature field in Salesforce?You can find in merge field picker.
-
Deepak
MemberOctober 7, 2020 at 1:53 pm in reply to: How many approval processes can be active in one org?- Limit of Approval processes that can be active in one org is 1000.
-
Deepak
MemberOctober 6, 2020 at 3:29 pm in reply to: Why are Visualforce pages served from a different domain?Due to security reasons and protect from attackers who might cross sight script.
-
You can use <apex:image> to display image in VisualForce page.
-
Deepak
MemberOctober 6, 2020 at 3:24 pm in reply to: How do I enable Enable Field History Tracking in Salesforce?You can Enable Field History Tracking
1. From Setup, click Object Manager and select Account.
2. Select Fields & Relationships, and click Set History Tracking.
3. Select Enable Account History, then select these two fields to track:
a. Has Support Plan.
b. Support Plan Expiration Date.
4. Click Save. -
Use Chatter REST API to build a mobile app, Integrate a third-party web application with Salesforce so it can notify groups of users about events. Display a feed on an external system, such as an intranet site, after users are authenticated.
-
Use Streaming API to keep your external source in sync with your Salesforce data with PushTopic events and Change Data Capture events.Streaming API lets you process business logic in an external system in response to data changes in Salesforce.
-
Tooling API exposes metadata used in developer tooling that you can access through REST or SOAP.
-
On the Salesforce Developers website,ALM defines the process of managing an app's development, from design to final release. ALM also establishes a framework for making app bug fixes and feature enhancements over time.
-
Deepak
MemberOctober 1, 2020 at 8:57 am in reply to: How do I monitor the different types of jobs in Salesforce?You can monitor the status of all jobs in the Salesforce user interface. From Setup, enter Jobs in the Quick Find box, then select Apex Jobs. The Apex Jobs page shows all asynchronous Apex jobs with information about each job's execution.
-
Deepak
MemberOctober 1, 2020 at 8:54 am in reply to: How to change the API version of Lightning component in Salesforce?You can change the component's api version to current version in the Salseforce developer console.