Aditya
IndividualForum Replies Created
-
Aditya
MemberApril 14, 2020 at 3:55 pm in reply to: What is ENT prefix in SQL in Salesforce Marketing Cloud?Prefix the data extension name in the query with ENT. Note The child account's permission restricts access to parent data extensions. Example In this example, email is the column name and customers is the data extension in the parent account. Select email from ent.customers. Use the SQL Query Activity
-
Aditya
MemberApril 14, 2020 at 3:52 pm in reply to: What is Local Sorting and when it is used in Salesforce?Sort dashboard components by groups and measures. Sort ascending or descending. Dashboard components support two-level sorting. So you can sort by Stage and then by Sum of Amount, or by Average Age and then Record Count.
-
As the relying party, Salesforce supports OpenID Connect SLO when the user logs out from either the identity provider or Salesforce. ... For Execute Registration As, select the user that runs the Apex handler class. The user must have the Manage Users permission.
-
To integrate an external web app with the Salesforce API, use the OAuth 2.0 web server flow, which implements the OAuth 2.0 authorization code grant type. With this flow, the server hosting the web app must be able to protect the connected app's identity, defined by the client ID and client secret.
-
Aditya
MemberApril 13, 2020 at 4:17 pm in reply to: What Is Two-Factor Authentication in Salesforce?Hi,
Two-factor authentication is the most effective way to protect your org's user accounts. When two-factor authentication is enabled, users are required to log in with two pieces of information, such as a username and a one-time password (OTP) -
Lightning:require enables you to load external CSS and JavaScript libraries after you upload them as static resources.
-
Aditya
MemberApril 9, 2020 at 6:25 pm in reply to: what is the difference between queueable apex and future in Salesforce?Hi,
Queueable is class but future is method
The main differences between @future methods and Queueable Apex jobs are: You can enqueue a queueable job inside a queueable job (no more “Future method cannot be called from a future or batch method” exceptions). -
Hi,
The Schema namespace provides classes and methods for schema metadata information. The following are the classes in the Schema namespace. ChildRelationship Class. Contains methods for accessing the child relationship as well as the child sObject for a parent sObject. -
Aditya
MemberApril 8, 2020 at 3:45 pm in reply to: What are the features of lightning lookup component in Salesforce?Features of Lightning Lookup component
Build using Vanilla JavaScript and SLDS.
Storable Action used to increase performance.
Server call made only when space key pressed.
On escape key press, search result gets cleared.
Ability to set Icon.
Parent component can read value of Lookup component without firing any event. -
Aditya
MemberApril 8, 2020 at 3:43 pm in reply to: What is the use of javascript:void(0); in Salesforce?javaScript:Void(0) refreshes the page when dynalimically creating component using $A
-
To create a link with a custom onclick event handler, use the HTML anchor tag instead. To create a URL that navigates to another page in Salesforce, use lightning:navigation
-
Aditya
MemberApril 7, 2020 at 4:31 pm in reply to: What are the ways to Integrate with Salesforce Force.com?Integration Path – As this interface deals with a simple exchange of data without any transformation or complex logic, the best approach to use is SOAP API on the Salesforce side and Outbound Web Service on the Siebel side. Security – Siebel needs to send the Session ID in the XML message sent to Salesforce.
-
Aditya
MemberApril 7, 2020 at 4:30 pm in reply to: How to use extensions in Visualforce Page in Salesforce?Use custom controllers when you want your Visualforce page to run entirely in system mode, which does not enforce the permissions and field-level security of the current user. A controller extension is an Apex class that extends the functionality of a standard or custom controller.
-
Aditya
MemberApril 7, 2020 at 4:27 pm in reply to: What is the concept of MVC in Visualforce in Salesforce?Model View Controller (MVC) Model view controller (MVC) is a software architecture pattern which separates the representation of information from the user's interaction with it. In addition to dividing the application into three kinds of components, the MVC design defines the interactions between them
-
Aditya
MemberApril 6, 2020 at 3:50 pm in reply to: What is the role of Connected app in Salesforce ?A connected app is a framework that enables an external application to integrate with Salesforce using APIs and standard protocols, such as SAML, OAuth, and OpenID Connect. Connected apps use these protocols to authenticate, authorize, and provide single sign-on (SSO) for external apps
-
Aditya
MemberApril 6, 2020 at 3:48 pm in reply to: How to Test an object-specific action in Salesforce?From the Contact object management settings, go to Buttons, Links, and Actions and click New Action. Verify that the action type is Create a Record. Actions can do more than just create records. To learn more about the other options, read the Object-Specific Actions article in Salesforce Help.
-
An app is the collection of elements such that objects, tabs.
-
Aditya
MemberApril 3, 2020 at 7:53 pm in reply to: What is Test.startTest() and Test.stopTest()? When you will use it?Hi Sumit,
Test.startTest() and test.stopTest() are the methods which are used in apex testing. It is used to rest the governor limits -
Hi,
userInfo class Contains methods for obtaining information about the context user -
Hi,
we can use nested aura:if as left it empty, it lets you save, but gives you runtime error. either remove it completely or just keep some value. -
Aditya
MemberApril 2, 2020 at 4:25 pm in reply to: What we generate Partner WSDL and Generic WSDL for Integration through SOAP inIt is a file which is used in the salesforce for SOAP API integration to get the Apex code.
-
Aditya
MemberApril 2, 2020 at 4:22 pm in reply to: How can I create one to many relationship in Salesforce?Verify that the two objects you want to relate to each other already exist.
On the junction object, create the first master-detail relationship field.
On the junction object, create the second master-detail relationship. -
Show Custom Object Data for Your Users. Custom tabs let you display custom object data or other web content in Salesforce. When you add a custom tab to an app in Salesforce Classic, it displays as a tab. When you add a custom tab to an app in Lightning Experience, it displays as an item in the app's navigation bar.
-
Use accounts to store information about customers or individuals you do business with. There are two types of accounts. Business accounts store information about companies. Person accounts store information about individual people.
-
Aditya
MemberApril 1, 2020 at 5:48 pm in reply to: What is Exacttarget in salesforce Marketing Cloud?Connect data across multiple sources and devices to gain a unified view of the customer. Capture and activate first-, second-, and third-party data to know your customer, and drive growth by reaching new audience segments.