Sign in
Categories
Your Saved List Become a Channel Partner Sell in AWS Marketplace Amazon Web Services Home Help

CodeScan by AutoRABIT

AutoRABIT | 1

Reviews from AWS Marketplace

0 AWS reviews
  • 5 star
    0
  • 4 star
    0
  • 3 star
    0
  • 2 star
    0
  • 1 star
    0

External reviews

192 reviews
from G2

External reviews are not included in the AWS star rating for the product.


    Chinmaya R.

Complete DevOps platform for Salesforce developer

  • May 05, 2022
  • Review provided by G2

What do you like best about the product?
Integrared CICD tool,
Easy comparison between two branches
Integration with Github
What do you dislike about the product?
Some versions are not stable. Some errors are still there. Needs to update.

Custom Metadata are still not showing in auto draft.
What problems is the product solving and how is that benefiting you?
Salesforce deployment tool with version control mechanism
Recommendations to others considering the product:
Can be used by All salesforce developer as much features compared to other deployment tool.


    Leandro B.

Good for declarative and advanced usage

  • March 01, 2022
  • Review provided by G2

What do you like best about the product?
I like the flexibility of being able to configure pipelines with no code and little version control system knowledge; or being able to control all details if I want to.
Also, integration with codescan is just awesome.
What do you dislike about the product?
I think codescan could be a little now friendly - sometimes it shows to much information and it's hard to know where to put your focus on. It would be nice to have some wizards or walkthroughs specifically for security, code readability, etc.
What problems is the product solving and how is that benefiting you?
Ci/cd pipeline automation and static code review makes me able to deliver high quality software consistently in an agile manner and keep all my environments synchronized.
Recommendations to others considering the product:
Havinga good understanding of Salesforce DevOps characteristics is important to understand all characteristics that make Autorabit so cool.


    Santosh T.

A wonderful devops tool for Salesforce deployment managemt.

  • February 25, 2022
  • Review provided by G2

What do you like best about the product?
Data loader pro: Feature-like data load between sandboxes.
Good integration capability with Salesforce, code scan, and Github.
What do you dislike about the product?
Few limitations like :
Standard picklist field deployment for new picklist values.
Management of profile deployment.
What problems is the product solving and how is that benefiting you?
Frequent deployment and automation.
Automatic test class validation for a sandbox.
Recommendations to others considering the product:
Just go for it.


    Fabiano F.

AutoRABIT is an excellent tool for Release Managers

  • February 25, 2022
  • Review verified by G2

What do you like best about the product?
What I like most about AutoRABIT is the automatic identification of metadata modified by a given user in a period of time, and configuring a Job to do deployments to sandbox and production.
What do you dislike about the product?
I think they could improve the tool used to do the diff between codes. Although we have the option to download the files to do the merge offline with our preferred tool, it would be amazing it could be done directly in AutoRABIT.
What problems is the product solving and how is that benefiting you?
As a Release Manager, I have to maintain some repositories and grant the deployments to some sandboxes and production organizations. So having a JOB in AutoRABIT for the developers to do their deployments with a single click is awesome.
Recommendations to others considering the product:
Give this solution a try, I could do most configurations by myself easily, when I needed help once, they contacted me on the same day. I am pretty satisfied with AutoRABIT in general.


    PARTH P.

Very great

  • February 23, 2022
  • Review provided by G2

What do you like best about the product?
I list the autodeployment of components when selecting the date.
What do you dislike about the product?
Not able to do more with AR like deploying users with permission sets.
What problems is the product solving and how is that benefiting you?
Deployming components to upper environments to able to push it to production.


    Banking

Easy to use for checkins, deployments

  • December 07, 2021
  • Review provided by G2

What do you like best about the product?
The CI jobs work like a charm and Org Synchronizations are handy when ever needed.
What do you dislike about the product?
Latency and mege conflict resolutions needs some changes, since salesforce metadata and its dependanncies are always tricky.
What problems is the product solving and how is that benefiting you?
Automated deployments, EZ-COmmits.


    Financial Services

The UI is user friendly and any beginner can learn CI/CD process with the the help of support team.

  • November 01, 2021
  • Review provided by G2

What do you like best about the product?
Easy CI/CD process. I like the admin setup.
What do you dislike about the product?
I dont have anything that that I dislike.
What problems is the product solving and how is that benefiting you?
I am able to compare metadata and profiles easily.


    Banking

Satisfactory tool

  • September 24, 2021
  • Review provided by G2

What do you like best about the product?
Ease of deployments and its super convenient. Its also properly integrated with salesforce/ncino
What do you dislike about the product?
Nothing so far. I have been happy with the product
What problems is the product solving and how is that benefiting you?
Continous deployments and load are easily performed without much effort.


    Marty K.

Using Autorabit for Salesforce Deployment and EzCommits for the last 4 years

  • September 23, 2021
  • Review verified by G2

What do you like best about the product?
There are several things that I like with Autorabit, including the Ezcommit functionality, the ability to auto-deploy to a sandbox as soon as a commit occurs in a branch, and the ability to do relatively complex data loads from production into sandboxes
What do you dislike about the product?
The thing I find most frustrating with AutoRabit is running tests when doing a deployment. It is hard to be able to run tests only related to code that was modified or only to run a small subset of tests. We have also had to work around destructive code changes where components are deleted.
What problems is the product solving and how is that benefiting you?
Autorabit allows us to commit changes from a sandbox directly into our code repository. By having auto-build/deploy jobs set up as soon as that commit occurs, we can deploy the commit and test out the deployed changes onto another sandbox. This allows us to confirm that a set of commits that we have made will actually work when we merge and deploy them into our test and staging, and production environments. By having this automated, it simply happens, and we don't have to do an extra step manually. This reduces the number of failed deployments we have, and it reduces incorrect code from being merged into the main code stream and polluting other developers' code if it doesn't work/deploy correctly. This in itself is a time saving of many hours. We also use Autorabit to deploy our code in each of our test and staging and production environments. We have also done data loads from production (or any envioronment in general) to another sandbox, allowing us to prepoulate our sandboxes with more accurate test data and this saves time having to not manually make that data from scratch by hand. Finally, Autorabit enables us to do extra code deploys of zip files outside our normal development cycle. This provides us the ability to do targetted deploys as needed.
Recommendations to others considering the product:
For anyone doing Salesforce development, I would recommend Autorabit for its ease of committing changes from a developer's sandbox to a code versioning repository and the associated ease of then deploying from that repository to another sandbox. This has allowed us to set up a continuous deployment environment and hence improved our development process. We do not use SFDX at present in our development environment yet Autorabit works well with our development and deployment processes and has enabled us to bring on new developers and integrate them easily into our team and processes. It is a useful and relatively simple tool to use for committing changes from the sandbox environment into the codebase for developers.


    Bechir O.

Our deployments are faster and easier

  • September 22, 2021
  • Review provided by G2

What do you like best about the product?
Code review and deployment are faster. No more overwrite of code with concurrent deployment.
What do you dislike about the product?
It would be nice to manuel merge directly in the tool when we deploy with Git.
What problems is the product solving and how is that benefiting you?
Overwrite of Apex code.
Continuous Delivery with each commit.