General

What is AutoRABIT?

AutoRABIT is a cloud-based CI/CD and release automation suite specifically designed for Salesforce.com. AutoRABIT helps Salesforce developers, admins, analysts, and release managers automate version control, deployment, testing, data loading and sandbox management across multiple Salesforce orgs.

What does AutoRABIT do?

AutoRABIT delivers a unified CI/CD solution purpose built for Salesforce. The ease of use provided by AutoRABIT makes it much easier for Salesforce administrators and developers to leverage an enterprise-class DevOps process to accelerate their journey from defining requirements to deploying code.

What is Salesforce?

Salesforce is one of the best customer relationship management (CRM) tool. Salesforce is among one of the best web based flexible and powerful database provider available in the market.

For more details, please refer: What is Salesforce?

What is an object?

An objects is represented as a database table which stores organization data . Objects consists of set of fields and we store data against that field.

Different types of object in Salesforce?

There are two types of objects in Salesforce:

  • Standard Objects- Standard Objects are those which are created by Salesforce. We can use these standard objects automatically. For ex- Accounts, contacts, chatter, Leads etc.

  • Custom Objects- Salesforce Custom objects are those which are created by user. We can create any number of custom objects. For ex- Student info, college etc.

What are the Standard and Custom Fields?

  • Standard fields for custom objects stores the information about created by, modified by, currency, name, owner and dvision. These are the standard fields in Salesforce.

  • Custom field for custom objects store unique data or information of an organization.

What is Page Layout and Record Types?

  • Page Layout- In page layout customization can be done like fields, related lists, custom links can be arranged.

  • Record Types- Record types helps to implement business processes like defining picklist values for standard and custom picklists.

Difference between Profiles and Permission sets?

  • Permission Sets- In the Permission sets, we define the access level of the user. Generally we determine what a user can do in the applications. These are used to grant additional permission to a user.

  • Profiles- Profiles are assigned to the user by system administrator. A profile can be assigned to many users where as a user can have only one profile.

Briefly describe about Field-Level Security?

We manage what a user can see, modify, and delete of a specific field in an object using field level security. In other cases, such as when we want to give a user access control over an object but we don't want them to be able to access certain fields in that object, we use field level security.

What are Governor Limits in Salesforce?

Governor Limits in Salesforce are the run time limits enforced by the apex runtime engine to write scalable and efficient code.

What is the difference between Trigger and Workflow?

  • Workflow- Workflow is automated process, a point and click which doesn't need any coding. When you want to take action (email, task, field update or outbound message) for the same object or from Child to parent object, you can use Workflow rules. You cannot perform DML operation on workflow. Workflows work only after some actions.

  • Trigger- Trigger is a programmatic code approach which fires when before or after a record is inserted, updated or deleted. Using trigger you can work on multiple objects. You can query and you can perform any DML operation. The trigger works before and after some actions.

Is AutoRABIT compatible with the deployment of CPQ data?

As of now, we are currently supporting CPQ data deployment through dataloader pro feature only. We'll be releasing a beta version exclusively for CPQ deployments in the coming month.

Last updated