Pooja
IndividualForum Replies Created
-
Pooja
MemberAugust 17, 2020 at 6:23 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.
-
Transient keyword to declare instance variable that can not be saved and should not transmitted as part of view state for visual force page.
-
Pooja
MemberAugust 17, 2020 at 6:21 pm in reply to: What are the different ways to communicate between Salesforce components?C2C or intercomponent communication is performed through events, that are propagated asynchronously in the UI. A component can publish and subscribe to events.
-
Pooja
MemberAugust 17, 2020 at 6:20 pm in reply to: What is the use of interface flexipage:availableForAllPageTypes in Salesforce?Add the force:appHostable interface to a Lightning component to allow it to be used as a custom tab in Lightning Experience or the Salesforce mobile app.
-
Create TemplatesClick 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.
-
Two-factor authentication is an essential user authentication method—so essential that Salesforce provides two types of two-factor authentication.
-
It may be 18 or may be 15.
-
Pooja
MemberAugust 14, 2020 at 7:37 am in reply to: What is difference between workflow and approval process in Salesforce?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.
-
Pooja
MemberAugust 14, 2020 at 7:36 am 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.
-
1.Enter a name for this action.2. Choose an Apex class by entering the name of the class to filter results or select a class from the drop-down list.3. If the class includes an invocable variable, you can manually enter values or reference field values from a related record.
- To set values for sObject variables and sObject list values, reference an object’s related records, for example, all child contact records associated with the Account object that started the process.
- To set a value for a primitive list variable (String, Integer, Time, and so on), select the String value type and enter a value in the text input field. You can’t pass multiple values to lists.
4. Click on the Save button.
-
Pooja
MemberAugust 12, 2020 at 6:06 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 MembersFrom 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 and then save it.
-
Yes, we can
-
Pooja
MemberAugust 12, 2020 at 6:04 pm in reply to: What is the difference between autolaunched and screen flow in Salesforce?Screen Flow-Requires user interaction, because it includes screens, local actions, steps, choices, or dynamic choices. ... Autolaunched Flow-Doesn't require user interaction. This flow type doesn't support screens, local actions, choices, or choice sets
-
(INNER) <b style="font-family: inherit; font-size: inherit;">JOIN:FULL (OUTER) <b style="font-family: inherit; font-size: inherit;">JOIN:LEFT (OUTER) <b style="font-family: inherit; font-size: inherit;">JOIN:
-
Pooja
MemberAugust 11, 2020 at 6:59 am in reply to: How Can we migrate Code from one org to another org in Salesforce?Through the ant migration tool.
-
Pooja
MemberAugust 11, 2020 at 6:57 am in reply to: What is the best way to execute an email campaign in salesforce?- Mailchimp( comprised of a user-friendly interface and one among the best API.)
- iContact (2x winner Best Mass Email App with full Salesforce integration, iContact for Salesforce can create, send and track emails at the campaign level, allowing for a direct measure of success in engaging, converting and retaining leads & contacts.)
- Marketo, Eloqua, Silverpop, etc.
-
- Track clicks and open rates. ...
- Avoid spammy content. ...
- Build a clean list. ...
- Avoid excess code.
-
Pooja
MemberAugust 10, 2020 at 7:34 pm in reply to: How many sharing set can admin can setup per profile per object in Salesforce?Admin can set only one sharing set per profile per object.
-
Pooja
MemberAugust 10, 2020 at 7:33 pm in reply to: Can we apply SQL query on List in Salesforce Marketing Cloud? How?Yes we can do it.
-
Pooja
MemberAugust 6, 2020 at 7:46 pm in reply to: Can we call class method from a custom button of an object ?Yes, we can call an Apex class from the custom button on the object detail page by creating a vf page and call the apex class method via the action attribute.
-
Pooja
MemberAugust 6, 2020 at 7:45 pm in reply to: How do I create a data extension in Salesforce Marketing Cloud?Click on Create and then you have to select from the option what type of Data Extension you want to create. Options are:1. Standard Data Extension2. Filtered Data Extension3. Random Data ExtensionAfter selecting and providing the name, you need to provide attributes to the Data Extension with their data type.
-
Pooja
MemberAugust 6, 2020 at 7:44 pm in reply to: How many workflow rules can you create per object in salesforce?50
-
Pooja
MemberAugust 6, 2020 at 7:44 pm in reply to: Difference b/w SAP & Additional private domain in Salesforce Marketing Cloud?private domain is also included in the use of SAP. While Private Domains, dedicated IPs and RMMs can be purchased individually – link and image wrapping is exclusive to SAP.
-
Pooja
MemberAugust 6, 2020 at 7:43 pm in reply to: What is the difference between lightning components and lightning Web componentsLightning components are built using both HTML and JavaScript, but LWC is built directly on the Web stack.