Reviews from AWS Marketplace
0 AWS reviews
-
5 star0
-
4 star0
-
3 star0
-
2 star0
-
1 star0
External reviews
External reviews are not included in the AWS star rating for the product.
The UI is user friendly and any beginner can learn CI/CD process with the the help of support team.
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.
- Leave a Comment |
- Mark review as helpful
Satisfactory tool
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.
Using Autorabit for Salesforce Deployment and EzCommits for the last 4 years
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.
Our deployments are faster and easier
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.
Continuous Delivery with each commit.
Single option for handling release management tasks
What do you like best about the product?
The best tool to handle all the release management tasks such as Merging conflicts, CI/CD setup, multiple deployments methods, and many other options for performing a smooth deployment process.
What do you dislike about the product?
just 1 thing, metadata should not be case sensitive.
What problems is the product solving and how is that benefiting you?
We mostly used the resolve conflict part where it gives multiple options to select a block of code or single line while merging and that becomes very helpful to resolve the conflicts much faster. Review artifact gives the additional benefit to review the merged files before deploying them on destination orgs.
Great tool for the continuous development and version control.
What do you like best about the product?
Autorabit makes the CI process in salesforce engagement easier, and it's easy to get acquainted with, easy to use, and much better and faster than the changesets.
They focus more on new features
They focus more on new features
What do you dislike about the product?
It gets slow at times when loading large xml files.
Always have issues with the merge conflict. We do it through the git.
Do not delete the component in the destination org when removed from the source sandbox. Have to change the xml file manually.
Always have issues with the merge conflict. We do it through the git.
Do not delete the component in the destination org when removed from the source sandbox. Have to change the xml file manually.
What problems is the product solving and how is that benefiting you?
With Autorabbit, our release process has become streamlined and seamless. It helped us to control metadata changes and to run a version control process that reduced human errors.
Simplies CI on the Salesforce Development stack
What do you like best about the product?
The CI process works well, and we've been able to move away from Change Sets as we scale up our development team.
What do you dislike about the product?
Competing products provide better analysis of the components being committed to source, automatically pulling in related items.
What problems is the product solving and how is that benefiting you?
The ability to drive our deployments through source control has allowed us to scale up the team without code loss; something we were never able to do with Change Sets. We're also comfortable that the code we are deploying to our test and QA environments is the same code we will deploy to production, reducing the risk that the production deploys will fail on the day.
Recommendations to others considering the product:
It's useful in automating the deployment pipeline and moving away from ChangeSets. There is a significant learning curve with this product over other products because it requires you to understand how all the Salesforce components are interrelated. Not selecting the components that are interrelated to the change you're implementing prevents them from being committed. Until this knowledge is understood, the product provides a significant overhead in the development pipeline.
Continuous Learning with AutoRABIT
What do you like best about the product?
The tool is convenient and straightforward for the users specifically for the DevOps who can easily navigate and explore the tool to expand the usage of its features, for the Developers where as there is no installation required yet can easily perform daily check in's because of its user friendly interface, and for the testers where they can run their scripts for the automation without installing third party tool, as well as, the supports is always ready to help whenever I email them an issue. They ensure that the issue will get resolve.
Speaking of user friendly, the Autorabit also considers their users recommendation in order to upgarde their system for easier usage. Also, how I can use the tool via mobile.
Speaking of user friendly, the Autorabit also considers their users recommendation in order to upgarde their system for easier usage. Also, how I can use the tool via mobile.
What do you dislike about the product?
There are times when the system is slow that it consumes the users time resulting to delayed deployment and testing while the support can not identify what and how the issue exist. Also, for the Code Coverage, AR does not have the function for users to run the coverage manually.
What problems is the product solving and how is that benefiting you?
It's been two years since I first used the AutoRABIT, and since then, I have seen the improvement of the tool. Especially when you're on a fresh start, and you need to retrieve all of the salesforce components, AutoRABIT will do its job to perform a branching baseline then you will have the package.xml in an instant and how the AR intelligence works specially for Profiles and Permission sets where it did not require me to cleanup the xml files manually because AR can ignore extra visibilities during the deployment. Migration wise, it is convenient to migrate data without generating or creating a CSV file by just using Dataloader Pro. As for the deployment, whenever our Salesforce sandboxes have unique values on their components, there's a 'Search and Substitute' function where manual steps after the deployment are no longer required also it minimizes the user's time in performing extra steps to Salesforce. I am amaze how the CI Job can run multiple functions within AutoRABIT like after the package from the repository has been deployed, it will perform the next automation such as Dataloader, nCino CI Job, Search and Substitue and merging the branch to a target branch. I also love how EZ-Commit works for the developers where they can create a feature branch and re-use the commits which is working on our current process in the project.
Recommendations to others considering the product:
I highly recommend AutoRABIT tool as it really helps the users to perform well, you can easily create a pipeline without having so much effort, yet so much knowledge. Specially if the project is working with nCino where AutoRABIT gives you the convenience in deploying record based configuration. Yes the tool is expensive but the quality and experience it delivers to the user is outstanding. There might be a minimal problem along the way but the AR Support is one email away to help you fix and solve the issue.
Smooth and reliable with very occasional issues
What do you like best about the product?
The process of sandbox deploying is great
What do you dislike about the product?
AR is very sensitive to certain types of data like Security Settings or Process Builder Flows, but in general, works well
What problems is the product solving and how is that benefiting you?
Auto deploying builds to a large number of sandboxes, with many different deployments usually happening at the same time
Recommendations to others considering the product:
Be careful with data types AR is not 100% comfortable with - you may need to make a workaround
Good tool for Salesforce Integrations
What do you like best about the product?
Good features
Ease of use
Rollback
Sandbox sync
Org Compare
Ease of use
Rollback
Sandbox sync
Org Compare
What do you dislike about the product?
Cost is expensive
Somewhat complex UI as compared to other tools
Somewhat complex UI as compared to other tools
What problems is the product solving and how is that benefiting you?
Salesforce deployment (Continous Integration)
CI/CD
Sandbox Sync
CI/CD
Sandbox Sync
Recommendations to others considering the product:
I would recommend using Autorabit for CI/CD Integrations for salesforce, which resolves various problems we face while using change set deployment.
showing 121 - 130