Anjali
IndividualForum Replies Created
-
Anjali
MemberAugust 10, 2020 at 8:37 am in reply to: What to find by using Einstein Discovery in Salesforce?The causes of unexpected changes to your business's performance metrics.
-
Anjali
MemberAugust 10, 2020 at 8:36 am in reply to: How to get data into Einstein Discovery in Salesforce Einstein?By using an Einstein Analytics dataset we can get data into Einstein Discovery.
-
Anjali
MemberAugust 7, 2020 at 12:32 pm in reply to: How to add a design resource in Lightning in Salesforce?The design resource is part of the component bundle which is basically used for the benefit of admins. We use <design:attribute> to make lightning component attribute available for Admin to edit in Lightning Community/Lightning App Builder. With this Administrators can also change the component attributes as per client requirement.
-
Anjali
MemberAugust 7, 2020 at 12:30 pm in reply to: Where we use slds grid system in Lightning in Salesforce?The Lightning Design System grid, based on Flexbox, provides a flexible, mobile-first, device-agnostic scaffolding system. It includes helper classes that you can use to alter the look and behavior of your grid, such as alignment, order, flow, and padding helpers.
-
Anjali
MemberAugust 7, 2020 at 12:26 pm in reply to: What is the use of Aura.Component[] in Lightning in Salesforce?Aura components are the self-contained and reusable units of an app. They represent a reusable section of the UI, and can range in granularity from a single line of text to an entire app.
-
We utilized substring method in Apex to accomplish anything more then 80 characters going into the name.
-
Anjali
MemberAugust 5, 2020 at 1:04 pm in reply to: What is application root in Salesforce lightning Component?The event is captured and trickles down from the application root to the source component.Event handlers are invoked in order from the application root down to the source component that fired the event.
-
Anjali
MemberAugust 5, 2020 at 11:22 am in reply to: If we use field tracking in any object in Salesforce.Changes to fields with more than 255 characters are tracked as edited, and their old and new values are not recorded. <div eid="IJYqX4WTIK7A3LUPpPmdoAc" data-async-context="query:If%20we%20use%20field%20tracking%20in%20any%20object%20can%20we%20show%20the%20old%20and%20new%20values%20in%20the%20report%20in%20Salesforce%3F" id="rso"><div lang="en-IN" data-hveid="CAwQAA" data-ved="2ahUKEwiFo4eK-YPrAhUuILcAHaR8B3QQjDYoAHoECAwQAA"><div data-md="61" lang="en-IN"><div aria-level="3" role="heading" data-attrid="wa:/description" data-hveid="CAwQAQ">
</div></div></div></div>
-
Anjali
MemberAugust 5, 2020 at 9:49 am in reply to: Is it possible to fire validation only for records which is being getting updatewe can do it by using ISNEW( ) and ISCHANGED( ) functions.
-
Anjali
MemberAugust 5, 2020 at 9:43 am in reply to: Can we use Social studio audience in Salesforce Marketing Cloud Journey Builder?Partner networks such as Audience Studio, LiveRamp, LiveIntent, Viant, and Neustar can also be used. Create Facebook, Google Ads, LinkedIn, Twitter, or Pinterest audiences and campaigns directly in Journey Builder.
-
Anjali
MemberAugust 5, 2020 at 9:27 am in reply to: In Salesforce Marketing Cloud, what is Sender Authentication Package?Sender Authentication Package (SAP) is a Marketing Cloud account branding tool. SAP gives you the ability to customize links and images to match branding for the authenticated domain you're sending email from.
-
Anjali
MemberAugust 4, 2020 at 7:01 am in reply to: What is a junction object and how can it be created?Junction objects are used to create many to many relationships between objects.
-
Flow—an application that automates a business process by collecting data and doing something in your Salesforce org or an external system.
-
An <em style="">approval process automates how Salesforce records are <em style="">approved in your org. An approval process is the method an organization uses to approve anything from documents, invoices, budgets, and purchase orders, to a new process that a company wants to institute.
-
Anjali
MemberAugust 4, 2020 at 6:50 am in reply to: How do you identify a junction object in Salesforce?Since Junction object can have two master-detail relationShips you can easily find out the junction object. Go to create > objects and check which object have 2 master objects.
-
You can't delete a custom object if it is on the master side of a master-detail relationship. If you delete a custom object that is on the detail side of a master-detail relationship, the relationship is converted to a lookup relationship.
-
A user with an external license can access only the communities and portals that the user is a member of. An external user can't access the internal Lightning Experience or Salesforce Classic
-
Anjali
MemberJuly 31, 2020 at 10:54 am in reply to: How to get current record id in lightning component?Use 'force:hasRecordId' interface in your lightning component and set the params-
action.setParams({
"accountId": component.get("v.recordId")
}); -
Represents a Lightning page. A Lightning page is a customizable page composed of regions containing Lightning components. Includes access to the associated FlexiPage object in the Metadata API.
-
Anjali
MemberJuly 31, 2020 at 10:46 am in reply to: How to create popup in lightning component in salesforce?Please refer the below link-
https://developer.salesforce.com/forums/?id=9060G0000005qtYQAQ -
Anjali
MemberJuly 28, 2020 at 10:45 am in reply to: What Is Ajax Typically Used For In Visualforce in Salesforce?AJAX is primarily used for partial page updates in Visualforce. In s-controls, the AJAX toolkit was the soap (XML over HTTP) client that gave you access to the force.com Web Services API.
-
Anjali
MemberJuly 28, 2020 at 10:42 am in reply to: What Are Some Examples Of Javascript Events in Salesforce?Onmouseover, onclick etc.
-
Static resources are a new type of storage in Salesforce specifically designed for use in Visualforce pages. They are ways to store images, flash files, stylesheets, and other web resources on the Salesforce servers that can be cached for better page performance.
-
Anjali
MemberJuly 28, 2020 at 10:37 am in reply to: Used To Automatically Bring In The Salesforce Labelpageblock
-
Anjali
MemberJuly 28, 2020 at 10:34 am in reply to: Series Of Layout Components That All Help Recreate The TraditionalpageBlock.