Marziya Sarwar
IndividualForum Replies Created
-
Marziya
MemberAugust 21, 2020 at 5:43 am in reply to: How many controllers we can use on the Visualforce page?We can use two controllers on a single salesforce visualforce page.
-
PushTopic events provide a secure and scalable way to receive notifications for changes to Salesforce data that match a SOQL query you define.
-
Marziya
MemberAugust 20, 2020 at 2:25 pm in reply to: What is the use of Creating External object in Salesforce?Each external object relies on an external data source definition to connect with the external system's data. Each external object definition maps to a data table on the external system.
-
To help users differentiate person accounts from business accounts in search results, admins can add the Is Person Account field to the appropriate search layout.
-
Files Connect uses external data sources to access third-party content systems. External data sources have associated external objects, which your users and the Lightning platform use to interact with the external data and content.
-
Marziya
MemberAugust 17, 2020 at 10:22 am in reply to: In Salesforce Marketing Cloud, how to verify sender profile?The status automatically changes to verified when a From address matches the accounts SAP domain. To start the domain verification process, select Verify.
-
<ul id="topic-83028-replies">
- <div id="post-83045" data-date="August 2020"><div>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.
</div></div> - <div id="post-83045" data-date="August 2020"><div>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.
-
Feed-based layouts are available on account, asset, case, contact, lead, opportunity, custom, and external objects.
-
Marziya
MemberAugust 14, 2020 at 2:48 pm in reply to: What is Apex Doc and how can we implement it?ApexDoc is a java app that we can use to document our Salesforce Apex classes.
-
To create an Apex sharing reason: From the management settings for the custom object, click New in the Apex Sharing Reasons related list.
-
Marziya
MemberAugust 14, 2020 at 2:34 pm in reply to: What all data type can be used as controlling fields in Salesforce?Controlling fields can be any picklist (with at least one and fewer than 300 values) or checkbox field on the same record.
-
15 digit , it may be number Or letters.
-
Marziya
MemberAugust 13, 2020 at 3:10 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.
-
Two-factor authentication is an essential user authentication method—so essential that Salesforce provides two types of two-factor authentication. Service-based—Also known as device activation, service-based two-factor authentication is automatically enabled for all orgs.
-
isRunningTest(): The Test. isRunningTest() method in the Apex class, batch or trigger code is used to identify the pieces of code being executed & invoked from a Test class execution.
-
In short, “__c” signifies something custom in Salesforce while “__r” signifies a relationship. When you use “__c”, you are telling Salesforce that you need the data that is stored in that particular custom field, whatever it may be.
-
Marziya
MemberAugust 12, 2020 at 1:07 pm in reply to: In Salesforce Marketing Cloud, what is Send Throttle?This feature will send emails or sms during the time range which you specify every day, starting the day you send email or sms, till all your emails or sms are sent.
-
Marziya
MemberAugust 10, 2020 at 3:53 pm in reply to: Can we apply SQL query on List in Salesforce Marketing Cloud? How?- SELECT: command to locate data on a database.
- FROM: location where data reside within Marketing Cloud (usually a data extension)
- JOIN: allows the query to search multiple tables and/or data extensions.
- WHERE: used to filter out data you do/don't want.
-
Marziya
MemberAugust 10, 2020 at 3:52 pm in reply to: How many sharing set can admin can setup per profile per object in Salesforce?Only One
-
- Test email content. Before you send a campaign, be sure to test your content so you don't send emails with missing data or broken links. ...
- Track clicks and open rates. ...
- Avoid spammy content. ...
- Build a clean list. ...
- Avoid excess code.
-
Marziya
MemberAugust 7, 2020 at 2:51 pm in reply to: How do you do a fast lookup flow in Salesforce?- From Setup, click Create | Workflow & Approvals | Flows and open a new or existing flow.
- From the Palette, drag the Fast Lookup element onto the canvas.
- Enter the general settings for the element.
-
Marziya
MemberAugust 7, 2020 at 2:47 pm in reply to: How do I use custom settings in Salesforce flow?- Go to Set up > Type custom settings > Click New.
- Label = Q1 Actions, Name = Q1_Actions, Setting Type = 'Hierarchy', Visibility = 'Public', Include a description as needed.
- Click Save.
- On the next page, Click New under custom fields.
-
With flow triggers, you can automate complex business processes—create flows to perform logic, and have events trigger the flows via workflow rules—without writing code. For example, your flow looks up and assigns the relevant entitlement for a case.
-
Marziya
MemberAugust 6, 2020 at 2:48 pm in reply to: How to create a theme layout component in Salesforce?<div data-md="83" lang="en-IN"><div><div>
- In Experience Workspaces, click Builder to open Experience Builder. Note. ...
- Click. ...
- In the Developer Console, click File | New | Lightning Component.
- Name the component condensedThemeLayout and click Submit. ...
- Replace the contents of the component with this code. ...
- Save condensedThemeLayout.
<div><div data-hveid="CAwQBA" data-ved="2ahUKEwiX7LKo6YbrAhXPzDgGHVVJD9EQFSgCMAJ6BAgMEAQ">
</div></div></div></div></div> -
Marziya
MemberAugust 6, 2020 at 2:48 pm in reply to: What type of data filters we can create in Salesforce Marketing Cloud?<div>Data Filters in a Marketing Cloud Group
You can use data filters to segment subscriber lists by selecting the data filter when you create a group, regardless of whether you use interactions in Email Studio.
</div>