Skip to content

Nomad is an open-source application that helps to retrieve Salesforce standards and custom objects and fields permission based on profiles and permission sets, Facilitate with sandbox, and production-ready.

Notifications You must be signed in to change notification settings

Sarveshgithub/Nomad

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Nomad

About

Nomad is an open-source application that helps to retrieve Salesforce standards and custom objects and fields permission based on profiles and permission sets, Facilitate with sandbox, and production-ready.

Visit - https://nomad24.herokuapp.com/

Feature

  • Easy to login Sandbox or Production via outh2.0
  • Retrieve custom and standard FLS and OLS permission
  • Easy to navigate permission set and profile in Org from Nomad, just need to click on permission name

Note: Special Properties for Field Permissions. Field Permissions won't show system fields that Salesforce sets access, you will get No Records. i.e. Name, Id, CreatedById,CreatedDate

Tech

  • Frontend

    Frontend is build on React, which is open source JS library for building user interfaces.
  • Backend

    Backend build on express.js
    • User Login - Using JSForce OAuth2 with connected app
    • Query - Using SOQL to get the records

      Example

      var records = [];
      conn.query("SELECT Id, Name FROM Account", function(err, result) {
      if (err) { return console.error(err); }
      console.log("total : " + result.totalSize);
      console.log("fetched : " + result.records.length);
      });
      

Want to contribute? Great!

Create Pull Request to master with your feature banch, I will review and merge the changes.

About

Nomad is an open-source application that helps to retrieve Salesforce standards and custom objects and fields permission based on profiles and permission sets, Facilitate with sandbox, and production-ready.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published