Navigating ARM

Welcome to ARM!!

You'll see this when you log in to your ARM account.

Let's get to know the main areas of the ARM application.

The Menu

You see a list of icons with the context in the top-right corner.

Let's examine each of these links in detail:

Create New

A Create New drop-down is available, which allows users to perform the primary and most used features in ARM, such as creating a CI job or a merge operation, etc., The users can also find the listed Create New operations within the ARM sub-module.

Hover your mouse over the Create New menu and click the drop-down icon. The drop-down field will allow the users to select a value from a predefined set of choices.

Here you can:

  1. Find links to ARM Help Center

  2. Know about the ARM version on which you're logged in

  3. ARM Feedback page

  4. Feature Management (visible only for Administrator for both SAAS and On-Premise instances)

User Details

Here you can:

  1. View your profile or update your basic information, personal email settings, etc.

  2. Change your current password

  3. Logout from your ARM account

Left Navigation Bar

On the left-hand side of the application, you see a list of icons with the context in it. These icons are nothing but the modules or features of ARM. The sub-modules which are part of it will be listed by hovering your mouse over each module.

Let's examine each of these links in detail:

The ARM Dashboards enable you to display multiple performance analytics, reporting, and other widgets on a single screen. ARM includes pre-defined widgets that can be customized and displayed on the Classic Dashboards page. These widgets are displayed as graphs, tables, and text. Each user can choose the widgets to populate their dashboard.

Version control helps you track changes you make in your code over time. Using a version control system, you can create snapshots of your code by creating branches or copies and isolating the codebase from the central repository. Every change made to the source is tracked, along with who made the change, why they made it, and references to problems fixed or enhancements introduced by the change. This makes it easier to make changes and enhances the overall quality of the code. A list of action items related to the Version Control system will get displayed, such as EZ-Commit, Merge, Manage Labels, etc.

ARM's Continuous Integration (CI) is designed to help customers rapidly release code confidently by automating the build, test, and deployment process to accomplish Continuous Delivery for Salesforce. CI encourages developers to share their code and unit tests by merging their changes into a shared version control repository upon completing every task. You can release code faster as it allows you to track application development and metadata modifications.

The Deployment process allows you to quickly and safely transfer new developments from your sandbox instance to a production instance. You can transfer validation rules, custom objects, new fields, apex codes, and many other components from your development environment to a live production environment using the deployment process.

ARM Data Loader allows you to configure your data loading operations in convenient and user-friendly GUI wizards and even allows importing and exporting Salesforce data without typing a line of code. Its powerful and easy-to-understand scheduling settings will enable you to specify almost any schedule quickly. You may schedule any data-loading operation for automatic execution.

Test Automation Factory or TAF is a semi-automated functional test automation framework built into the ARM suite that can accelerate the test automation effort and reduce the cost of test automation by 75% of what will incur with traditional programming-driven/IDE (Integrated Development Environment) driven test automation.

Salesforce Developer Experience (DX) is a new set of tools that streamlines the entire development life cycle. It improves team development and collaboration, facilitates automated testing and continuous integration, and makes the release cycle more efficient and agile. It’s a new approach that supports team collaboration, focusing on predictability, quality, and standardized development life-cycle on Salesforce. Salesforce DX enables developers to build and release the latest features in a short period with minimal risk. ARM provides the best Salesforce Developer Experience with continuous integration and helps deliver software rapidly.

ARM allows its users to view all the deployment, merge, dataloader related information carried out in the Salesforce Org in the form of reports. This information improves productivity, accountability, and insight into your business data in the form of reports.

Environment Provisioning

Environment Provisioning is a unique interface ARM provides to quickly facilitate a Salesforce sandbox with metadata and data requirements that suit specific needs. These can be created as a template and stored in ARM. The same templates can be reused multiple times across various modules in ARM. For example, you can create an Environment Provisioning template to disable validation rules, enable history tracking, anonymous Apex, etc., of a particular object as a post-deployment setup.

Admin

Admin-related items are displayed here, such as registering of Salesforce Org, Version Control, adding team members, etc.

nCino-related operations will be displayed in this section, for ex- creating a feature migration template, automating nCino deployments, etc.

Last updated