Git Product home page Git Product logo

salesforce-renamer's People

Contributors

yippie avatar

Stargazers

 avatar  avatar  avatar

Watchers

 avatar  avatar

salesforce-renamer's Issues

Doesn't work in Developer Org with namespace

In an org where a managed package is being developed (an org that has a namespace) nothing gets downloaded in the zips and nothing gets renamed.

In order to prevent the application from trying to edit/rename code in a managed package where you are not allowed to, the Salesforce Renamer ignores everything with a namespace.

The fix is to detect the Organization local namespace and allow only that namespace.

Relationship Names not renamed as expected

If a relationship name for a Lookup is not the same as the object name being renamed, the relationship name will not change.

Two options to fix this:

  1. Do not rename relationship names
  2. Add ability to specify relationship renames as an additional object type along with CustomObject and CustomField.

Duplicate API Names

Fields with the same API Names as other fields cause issues when deploying the renamed code.

This is caused by doing a simple find and replace in the code. Using an intelligent parser to determine the field parent object before renaming in the code would fix this.

Add nicer package handling

When manually editing the deploy package to fix issues it unzips as a generic "unpackaged" folder and must be zipped up and renamed before it can be deployed again.

REQUEST: Add functionality to extract all zip deployment packages to nicely named folders and then automatically re-package them before deploy.

Enhance settings file handling

Do not require settings.properties to exist on startup. Instead detect if it exists. If it does, use it. If it doesn't prompt for credentials, ask if it is ok to save them, and then create the settings.properties file with the defaults.

Rename back doesn't work right

The revert doesn't work correctly, especially if there are partial successes.

Things to fix:

  • Deploy the empty code again before renaming back
  • Renaming back needs to be done in the opposite order (objects first, then fields) than the normal renaming
  • Deploy backup at the end, even if some renaming failed.

Provide pre-compiled executable code

Currently, you must compile and run the app yourself. Each version should have a pre-compiled executable for both Windows and Mac that can be run on the command line.

Currently the java -jar method works but it would be nice to have something that is self running.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.