Forum Replies Created

Page 15 of 20
  • Aditya

    Member
    April 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

    Member
    April 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.

  • Aditya

    Member
    April 13, 2020 at 4:19 pm in reply to: What is OpenID Connect Protocol in Salesforce?

    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.

  • Aditya

    Member
    April 13, 2020 at 4:18 pm in reply to: What is OAuth 2.0 in Salesforce?

    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

    Member
    April 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)

  • Aditya

    Member
    April 9, 2020 at 6:27 pm in reply to: what is lighning:require in Salesforce?

    Lightning:require enables you to load external CSS and JavaScript libraries after you upload them as static resources.

  • 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).

  • Aditya

    Member
    April 9, 2020 at 6:14 pm in reply to: what is schema class in salesforce?

    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

    Member
    April 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

    Member
    April 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

  • Aditya

    Member
    April 8, 2020 at 3:36 pm in reply to: How to use hyperlink in Lightning component?

    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

    Member
    April 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

    Member
    April 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

    Member
    April 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

    Member
    April 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

    Member
    April 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.

  • Aditya

    Member
    April 6, 2020 at 3:47 pm in reply to: What is App in Sales force?

    An app is the collection of elements such that objects, tabs.

  • Hi Sumit,
    Test.startTest() and test.stopTest() are the methods which are used in apex testing. It is used to rest the governor limits

  • Aditya

    Member
    April 3, 2020 at 7:48 pm in reply to: what is userinfo class in Salesforce?

    Hi,
    userInfo class Contains methods for obtaining information about the context user

  • Aditya

    Member
    April 3, 2020 at 7:46 pm in reply to: can we use nested aura if in Salesforce?

    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.

  • It is a file which is used in the salesforce for SOAP API integration to get the Apex code.

  • Aditya

    Member
    April 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.

  • Aditya

    Member
    April 2, 2020 at 4:19 pm in reply to: What is TAB in Salesforce?

    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.

  • Aditya

    Member
    April 1, 2020 at 5:51 pm in reply to: Business account in Salesforce

    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

    Member
    April 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.

Page 15 of 20