Skip to content
View nithesh1992's full-sized avatar

Block or report nithesh1992

Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse

Pinned Loading

  1. Salesforce-Dev-Handbook Salesforce-Dev-Handbook Public

    A hand book for quick sdfc developement reference

    2

  2. LightningComponents LightningComponents Public

    Few Custom Components that may boost the productivity of Salesforce Dev/Admin

    JavaScript 1

  3. LightningLeadConversion LightningLeadConversion Public

    Contains Quick Lead Convert Component, Which can be added as lightning action.

    JavaScript 2 2

  4. ForceHelper ForceHelper Public

    Collection of Helper Classes for Force.Com (More to Come in Future)

    1

  5. getAllFields.txt getAllFields.txt
    1
    // SalesForce Apex Code
    2
    
                  
    3
    
                  
    4
    List<Schema.SObjectType> AllSobjects = Schema.getGlobalDescribe().Values(); // Getting All sObjects available.
    5
    
                  
  6. SFDX Commands SFDX Commands
    1
    ## Logging in
    2
    ```
    3
    sfdx force:auth:web:login --setalias <sandbox name> --instanceurl https://test.salesforce.com
    4
    ```
    5