Forum Replies Created

Page 17 of 19
  • Anuj

    Member
    April 7, 2020 at 1:20 pm in reply to: How many types of tabs are there in Salesforce?

    Hi Ayush,
    There are 4 types of tabs available in Salesforce:-
    1. Custom Tab
    2. Web Tab
    3. Visualforce Tab
    4. Flexi Tabs

  • Anuj

    Member
    April 6, 2020 at 2:27 pm in reply to: What is the role of Connected app in Salesforce ?

    Hi Kirandeep,
    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.

  • Anuj

    Member
    April 6, 2020 at 2:09 pm in reply to: What is Integration in salesforce?

    Hi Manish,
    Integration means Connecting two Softwares/systems etc. to each other i.e, integrate with other . In salesforce we can do this by two ways --
    1. REST API
    2. SOAP API

  • Anuj

    Member
    April 6, 2020 at 2:03 pm in reply to: How to invoke Patch method in Salesforce Apex REST?

    Hi Udit,
    @HttpPatch annotation is used at the method level and enables you to expose an Apex method as a REST resource. This method is called when an HTTP PATCH request is sent, and updates the specified resource.
    for more details click on the below link:
    https://www.sfdcstop.com/2019/11/salesforce-integration-tutorial-part-6.html

  • Anuj

    Member
    April 6, 2020 at 1:42 pm in reply to: What is a Tab in Salesforce?

    Hi Anjali,
    Tab in Salesforce is User-Interface which navigate you to the data of object or you can say that tab expose the functionality of object.

  • Anuj

    Member
    April 3, 2020 at 12:43 pm in reply to: How will you define the Standard Controllers in Salesforce?

    Hi Sumit,
    Standard Controller in Salesforce is just like Standard objects in Salesforce and we can define them in Visualforce pages .

  • Anuj

    Member
    April 3, 2020 at 12:35 pm in reply to: How to generate the WSDL file in Salesforce ?

    Hi Kirandeep Kaur,
    Follow the below Steps to generate WSDL file in you salesforce org.
    Step-1 . Go to quick find search and type API. then select API under Integration.
    Step-2. Select any WSDL file you want to generate and click on Generate WSDL file.

  • Anuj

    Member
    April 3, 2020 at 12:16 pm in reply to: What are the deployment tools in Salesforce?

    Hi Ratnesh,
    There are various deployment tools used in salesforce.
    1. Change Sets.
    2. Eclipse IDE, VS Code and similar development tools
    3. Ant-Migration Tool.

  • Anuj

    Member
    February 6, 2020 at 12:33 pm in reply to: What is variant in Salesforce?

    Hi Krati,

    Base component variants correspond to variants in Lightning Design System. Variants change the appearance of a component and are controlled by the variant attribute.
    If you pass in a variant that’s not supported, the default variant is used instead. This example creates a button with the base variant.

    For example.

    <lightning:button variant="base" label="Base" onclick="{! c.handleClick }"/>

  • Anuj

    Member
    February 6, 2020 at 12:30 pm in reply to: What is Enums in Salesforce Apex?

    Hi Arun,

    An enum is an abstract data type with values that each take on exactly one of a finite set of identifiers that you specify. Enums are typically used to define a set of possible values.

    For Example.

    public enum Season {WINTER, SPRING, SUMMER, FALL}

    Season e = Season.WINTER;

    Season CheckSeason(Season e) {
    if (e == Season.SUMMER){
    return e;
    }
    }

  • Anuj

    Member
    February 6, 2020 at 12:25 pm in reply to: How Many Controllers Can Be Used On Single Vf Page in Salesforce?

    Hi Arun,

    Only One Controller at a time we can use either Standard or Custom . but we can use multiple Controller through extensions.

  • Anuj

    Member
    February 4, 2020 at 1:10 pm in reply to: What is component event in Salesforce Lightning component?

    Hi Arun,

    A component event is fired from an instance of a component. A component event can be handled by the component that fired the event or by a component in the containment hierarchy that receives the event.

  • Hi Arun,

     

    To make your component available for record pages only, implement the flexipage:availableForRecordHome interface.

    If your component is designed for record pages and any other type of page, use the flexipage:availableForAllPageTypes interface instead.

  • Anuj

    Member
    February 4, 2020 at 12:58 pm in reply to: How Many Records We Can Display On Page For A Report in Salesforce?

    Hi Sumit,

    We Can display Maximum 2,000 records  in report, if you want more than 2k records  to display,  then you can not see on UI more than 2k records.

  • Hi Anjali,

    Upto 50,000 maximum records can be imported By Import Wizard in Salesforce.

  • Hi Deepak,

    An assignment rule in Salesforce is used to define to whom case or lead is assigned based on the specified criteria. Most of the organizations have one particular rule for the overall purpose. For example, there could on lead assignment rule for web-generated leads and one case assignment rule for the other use.

    There are two types Of Assignment Rules.

    • Lead assignment rules.
    • Case assignment rules
    • This reply was modified 4 years, 9 months ago by  Forcetalks.
  • Anuj

    Member
    February 3, 2020 at 1:12 pm in reply to: What is a Helper Formula Field in Salesforce?

    Hi Krati,

    A helper formula is just a formula field that is referenced by another formula field.  For instance, I create a Formula_A__c  field that references another Formula_B__c.

    • This reply was modified 4 years, 9 months ago by  Forcetalks.
  • Anuj

    Member
    January 31, 2020 at 11:20 am in reply to: What is CRUD permission in profile in Salesforce?

    CRUD permission comes under object level Security which deals with Create,Read,Update,Delete.

    and it can be managed at Profile level.

  • Anuj

    Member
    January 31, 2020 at 10:49 am in reply to: What is Aura Dependency in Salesforce?

    Hi Ayush,

    <aura:dependency> enables you to declare dependencies, which help the discoverability of components.

    Use the <aura:dependency> tag if you fire an event in JavaScript code and you’re not registering the event in component markup using <aura:registerEvent>. Using an <aura:registerEvent> tag is the preferred approach.

    for example:

    <aura:dependency resource="markup://force:navigateToComponent" type="EVENT"/>

    • This reply was modified 4 years, 9 months ago by  Forcetalks.
  • Anuj

    Member
    January 31, 2020 at 9:20 am in reply to: What is Salesforce Lightning Out Dependency App?

    Hi Ayush,

    Lightning out dependency app is used for when you want to display your lightning component into VisualForce Page in Salesforce. By Clicking the Checkbox it enables you to display the lightning component into the VisualForce page.

    • This reply was modified 4 years, 9 months ago by  Forcetalks.
  • Hi Deepak,

    When you Create a Lightning Component there is Check Box available there Which is Lightning Out Dependency App if you select the Check Box , you Can open the Lightning component in Visualforce Page.

  • Anuj

    Member
    January 30, 2020 at 1:12 pm in reply to: What is the use of Helper.js in Salesforce Lightning Bundle?

    Hi Ratnesh,

    Helper.js is used for Code Reusebility in which we implement Java Script Logic to call methods of Controller and Helper.js Can be invoked by any other component's in Bundle using Java Script Code.

  • Anuj

    Member
    January 30, 2020 at 1:04 pm in reply to: Why it is necessary to enable MyDomain in Salesforce Lightning?

    Hi Udit,

     

    You must deploy My Domain in your org if you want to use Lightning components in Lightning tabs, Lightning pages, as standalone apps, as actions and action overrides, as custom Lightning page templates, or elsewhere in your org.
    When My Domain isn’t deployed in your org, user interface controls related to Lightning components may be hidden or inactive. Lightning components added to pages, tabs, and so on, don’t run and may be omitted, or display a placeholder error message.

  • Anuj

    Member
    January 29, 2020 at 3:09 pm in reply to: What is Lightning Design System in Salesforce?

    Hi Arun,

    Salesforce  Lightning Design System is a User Interface Toolkit which provides User Interface  patterns and specialized components. It is Mainly Depend on Advanced Java Script rather than apex just like used in Vf Page.

  • Anuj

    Member
    January 29, 2020 at 2:58 pm in reply to: How to create Aura Components in the Salesforce Developer Console?

    Hi Marziya,

    Creating Aura Components in Developer Console is very Simple just like Apex class, trigger .

    Click on New and select lightning Component  in Developer Console.

Page 17 of 19