Skip to content
View nithesh1992's full-sized avatar
Block or Report

Block or report nithesh1992

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

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

Report abuse

Pinned

  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