Anuj
IndividualForum Replies Created
-
An external ID is a custom field that has the External ID attribute, meaning that it contains unique record identifiers from a system outside of Salesforce. When you select this option, the Data Import Wizard detects existing records in Salesforce with external IDs that match those values in the import file.
-
Guest Users are users who can only access files and folders shared with them. Guest users do not have their own home storage. Hence, guest users cannot create their own folders or upload files directly to the root of the account. ... For example, a tenant with 3 paid user licenses can create 9 guest user accounts.
-
The DataSource namespace provides the classes for the Apex Connector Framework. Use the Apex Connector Framework to develop a custom adapter for Salesforce Connect. ... The following are the classes in the DataSource namespace. AsyncDeleteCallback Class. A callback class that the Database.
-
Polymorphism in Apex requires an Apex Interface to be implemented or Class that can be extended by other Apex classes e.g. Virtual or Abstract classes. The implementing or extending classes can then be used in a predictable, consistent way even though their types are different from one another.
-
Action bindings refer to action methods in the controller. Data bindings refer to the binding dataset to your page from the controller. Action bindings refer to the binding action methods to your page defined in the controller. Component bindings refer to the binding of other Visualforce components with your page.
-
A share object includes records supporting all three types of sharing: Force.com managed sharing, user managed sharing, and Apex managed sharing. A custom object's share object allows four pieces of information to be defined: The record being shared.
-
Create Templates
Click Create.
Hover over Template.
Select a template type. When creating from an existing template, select the template to start creating from and click Select.
Save the template.
Complete required fields.
Add content to the email.
Save the email. -
Transient keyword to declare instance variable that can not be saved and should not transmitted as part of view state for visual force page. Basically ,View State is an encrypted, hidden <input> field on a Visualforce page that keeps track of Apex controller state & Visualforce page state between server requests.
-
Anuj
MemberAugust 17, 2020 at 2:51 pm in reply to: What is Inherited Sharing in Apex in Salesforce ?Using inherited sharing enables you to pass security review and ensure that your privileged Apex code is not used in unexpected or insecure ways. An Apex class with inherited sharing runs as with sharing when used as a Visualforce page controller, Apex REST service, or an entry point to an Apex transaction.
-
Apex managed sharing enables developers to programmatically manipulate sharing to support their application's behavior through Apex or the SOAP API. This type of sharing is similar to managed sharing. Only users with “Modify All Data” permission can add or change Apex managed sharing on a record.
-
Anuj
MemberAugust 14, 2020 at 1:32 pm in reply to: What are external Ids? Does external ids are unique in salesforce?An external ID is a custom field that has the External ID attribute, meaning that it contains unique record identifiers from a system outside of Salesforce. When you select this option, the Data Import Wizard detects existing records in Salesforce with external IDs that match those values in the import file.
-
Anuj
MemberAugust 14, 2020 at 1:27 pm in reply to: Does salesforce stores the deleted objects and fields in Salesforce?Yes, they will be stored in recycle bin for 15 days.
-
Anuj
MemberAugust 13, 2020 at 3:20 pm in reply to: What is the difference between process builder and trigger?Process Builders cannot handle before DML It executes after a record has been created or updated. Whereas Apex triggers can handle both before and after DML operations. Process Builder cannot handle delete and undelete DML. Whereas Apex triggers can handle all DML operations.
-
Anuj
MemberAugust 13, 2020 at 3:16 pm in reply to: What is difference between workflow and approval process in Salesforce?There are two differences between Workflows and Approval process Workflow Approval process They are activated when a record is saved. ... Workflow consists of single step and single action Approval process consists of multiple steps. Also different action is taken based upon whether the record is approved or rejected.
-
Anuj
MemberAugust 13, 2020 at 3:15 pm in reply to: What is difference between Workflow and Process Builder in salesforce?In Workflow, you can reference fields on the record's parent. Process Builder, on the other hand, lets you access the fields on any related record, no matter how far away that record is. You can reference fields on a parent record, grandparent record, or great-great-great-grandparent record twice removed.
-
Anuj
MemberAugust 12, 2020 at 3:52 pm in reply to: How to create a Partner Portal in Community in Salesforce?Create a Partner Portal, Enable Partner Account and Users, and Add Members
From Setup, enter Communities in the Quick Find box, then select Communities Settings.
Select Enable communities.
Enter a unique name for your domain. ...
Click Check Availability to make sure the domain is available.
Click Save, then OK. -
Anuj
MemberAugust 12, 2020 at 3:49 pm in reply to: What is the use of method indexOfAnyBut(substring) of String Class in SalesforceReturns the zero-based index of the first occurrence of a character that is not in the specified substring. Otherwise, returns -1.
-
Anuj
MemberAugust 12, 2020 at 3:42 pm in reply to: When to use abbreviate(maxWidth, offset) method in Apex ?abbreviate(maxWidth, offset) Returns an abbreviated version of the String, starting at the specified character offset and of the The Set methods work on a set.
- This reply was modified 4 years, 3 months ago by Anuj.
-
Anuj
MemberAugust 11, 2020 at 3:30 pm in reply to: Can we call future method from Queueable apex in Salesforce ?Future methods cannot be monitored, but queueable apex can be monitored using the job id which is returned by System. enqueueJob() In execution cycle, you cannot call from one future method to another future method.
-
Anuj
MemberAugust 11, 2020 at 3:28 pm in reply to: How is Lightning Components different from other web app frameworks?Lightning is different from above frameworks it is designed first and foremost for enterprise applications. Lighting has a rich event driven architecture that appeals to JavaScript developers and all of the power of the Force.com platform. The power of the component framework is in its ease of customization.
-
Flow is a powerful business automation tool that can manipulate data in Salesforce in a variety of ways. Such application can be created right from the org's setup with just drag-drop/point-click. The ease of creating flows makes it the number one go-to tool when it comes to complex business requirements.
-
Anuj
MemberAugust 10, 2020 at 2:52 pm in reply to: How to maximize community member engagement in Salesforce?Maximize Community Member Engagement
Set up the Reputation feature.
Use integrated data to measure community success.
Establish etiquette rules for your community. -
Anuj
MemberAugust 10, 2020 at 2:51 pm in reply to: What is Community Rollout Strategy in Salesforce?Community Rollout Strategy Module is a detailed guide on how community managers will establish, launch, moderate, and continuously nurture a community within the Salesforce org. By doing so, managers can help forge better communication between colleagues, partners, and clients.
-
Share groups allow you to share records owned by high-volume community and portal users with internal and external users.
Share groups apply across communities or portals and are associated with sharing sets. -
When you add a <b style="font-family: inherit; font-size: inherit;">Get Records element to a screen <b style="font-family: inherit; font-size: inherit;">flow or an autoluanched <b style="font-family: inherit; font-size: inherit;">flow, we automatically store all the <b style="font-family: inherit; font-size: inherit;">record values in a <b style="font-family: inherit; font-size: inherit;">flow variable. When the <b style="font-family: inherit; font-size: inherit;">flow moves to the next element, the values are assigned to the variable.
<div eid="HGYtX-flHNHC3LUPx9e0-AI" data-async-context="query:What%20is%20Get%20Record%20in%20flows%20in%20Salesforce%20%3F" id="rso"><div lang="en-IN" data-hveid="CA0QAA" data-ved="2ahUKEwjn49_ap4nrAhVRIbcAHccrDS8QjDYoAHoECA0QAA"><div data-md="61" lang="en-IN"><div aria-level="3" role="heading" data-attrid="wa:/description" data-hveid="CA0QAQ"></div></div></div></div>
- This reply was modified 4 years, 3 months ago by Anuj.