Glossary Archives - gettectonic.com - Page 2
Salesforce

Salesforce Developer and DevOps Acronyms

Here is a helpful glossary of Salesforce developer terms you will often here in relation to Salesforce Development. Acronym Meaning Defintion ALM Application Lifestyle Management “How changes and enhancements are rolled out to Salesforce instances. Having a solid ALM process ensures the org continues to work properly and delivers the most value to end-users. Within the ALM process there are three separate development models: change set development, org development, and package development.” (source) API Application-Programming Interface An intermediary that allows two systems to be integrated together. APIs enable us to make two systems “talk” to each other, to successfully exchange data when and how we expect. Salesforce has multiple types of APIs, depending on what your integration requirements are. BYOK Bring Your Own Key When setting up Salesforce Shield, you can use Salesforce’s encryption keys, or bring your own if you already have a key management infrastructure in place. CI/CD Continuous Integration/Continuous Deployment/Continuous Delivery A software development practice that refers to different automated processes. Continuous integration (or “CI”) is about automatically moving work items along a release pipeline, through environments for combining and testing packages, before promoting them to production. Continuous deployment is about immediately deploying changes to a downstream environment in your release pipeline as soon as a change or work item has been approved and merged into version control. Continuous delivery is the ultimate goal of CI/CD. It’s a culture or way of working (rather than a type of workflow), which is about releasing added value and new functionality to your end-users as soon after the completion of the development or customization work as possible. CLI Command Line Interface A text-based user interface (UI) used to view and manage files. The Salesforce CLI simplifies development and building automation by:Aggregating all the tools you need to perform commands against your Salesforce org.Synchronizing source to and from scratch org.Creating and manage orgs.Creating and executing tests.Creating and installing packages. COOP Cross-Origin Opener Policy “Shield your custom Visualforce pages from external attacks. When you enable COOP, each top-level custom Visualforce page opens in a new browsing context group. This process prevents direct access between other browser tabs and your Visualforce page and the page’s content.” (source) CPU Central Processing Unit A common computing term that refers to the component that processes instructions based on software and user input. In Salesforce terms, you’ll hear “Apex CPU”. The Salesforce platform imposes a CPU usage governor limit to any given execution context, which is approximately 10 seconds. It means that Apex Code, declarative tools, or a combination in a transaction, must not exceed a ~10-second limit. DML Data Manipulation Language “Provides a straightforward way to manage records by providing simple statements to insert, update, merge, delete, and restore records.” (source) DOC DevOps Center Salesforce DevOps Center is the place to manage releases and to give low-code and pro-code development team members a single set of configuration and code to work with bringing closer collaboration. DORA DevOps Research and Assessment “Research program…that seeks to understand the capabilities that drive software delivery and operations performance. DORA helps teams apply those capabilities, leading to better organizational performance.” – (source)DORA is centered around four metrics, of which testing software is the main component to reducing your change-failure rate. E2E Ecosystem to Ecosystem A test automation concept, E2E testing involves your entire IT stack, no longer testing in silos (one vendor at a time) as was traditionally the case. The complexities of modern-day hybrid cloud architecture can touch hundreds even thousands of upstream and downstream endpoints. ETL Extract, Transform, and Load A category of tools that extract data from one platform, transform the data’s format, and load it into another platform. They have a widely varying set of capabilities, and which you choose will depend on your integration or data migration challenges. GTL Guide Template Language GTL is a Marketing Cloud script language that “provides a declarative syntax used for creating personalized, dynamic, data-driven messages, as well as constructing cross-channel templates and layouts.” (source) GUI Graphical User Interface “A form of user interface that allows users to interact with electronic devices through graphical icons and audio indicators such as primary notation, instead of text-based user interfaces, typed command labels or text navigation.” (source) IDE Integrated Development Environment “For heavy development work, you need a professional IDE that offers features like integration with source control, syntax highlighting, auto-completion, debugger, offline editing, etc.” (source)Popular examples include Visual Studio Code and the Developer Console. ISTQB® International Software Testing Qualifications Board “Global certification scheme in the field of software testing.” (source)There are multiple certifications to progress through, from the foundation, to agile, core, or specialist pathways. LWC Lightning Web Component An updated web standards-based framework method for creating components on the Salesforce Platform. They are simpler to define and develop because they are in line with updated web standards (like CSS, HTML, and updated JavaScript without requiring a set framework). LWR Lightning Web Runtime Experience Cloud sites built using LWR templates “deliver unparalleled site performance and improve developer productivity…using the Lightning Web Components programming model.” (source) MEL Mule Expression Language “A lightweight, Mule-specific expression language that you can use to access and evaluate the data in the payload, properties, and variables of a Mule message.” (source) MVC Model–view–controller An application design model made up of three parts:Model = an entity representing data or activity.View = visualization of the state of the model.Controller = a facility for changing the state of the model. NACL Not Another Configuration Language NACL is the language Salto has developed especially for readability. Anyone who is familiar with Salesforce will be able to understand the logical display of the XML content in order to understand the purpose of a component, what changes are planned, and even dependencies. OData Open Data Protocol A set of best practices for building and consuming RESTful APIs. (source)Salesforce Connect calls out to external OData endpoints to surface data that’s stored in external objects. PD1 Platform Developer 1 The Platform Developer 1 certification is a

Read More
Salesforce

Approval Process Salesforce

Approval processes take automation one step further, letting you specify a sequence of steps that are required to approve a record. An approval process automates how records are approved in Salesforce. An approval process specifies each step of approval, including from whom to request approval and what to do at each point of the process. Users can’t see which approval process is triggered when they click Submit for Approval. Familiarize users on the criteria for each approval process and what each approval process does. If the record doesn’t meet the entry criteria or if they’re not an allowed submitter for any approval processes, Salesforce displays an error. Terminology Approval Actions An approval action occurs when all required approvers approve a step. Approval Process An approval process automates how records are approved in Salesforce. An approval process specifies each step of approval, including from whom to request approval and what to do at each point of the process. Approval Request An approval request is an email, Salesforce app notification, Lightning Experience notification, or Chatter post. The approval request notifies the recipients that a record was submitted for them to approve. Approval Steps Approval steps define the chain of approval for a particular approval process. Each step determines: The first step specifies what to do if a record doesn’t advance to that step. Later steps specify what happens if an approver rejects the request. Assigned Approver The assigned approver is the user responsible for responding to an approval request. Delegated Approver A delegated approver is someone appointed by an assigned approver as an alternate for approval requests. Email Approval Response Email approval response lets users respond to approval requests by replying to an email notification. Initial Submission Actions An initial submission action occurs when a user first submits a record for approval. By default, the record is locked. Final Approval Actions Final approval actions occur when all required approvals are obtained. Final Rejection Actions A final rejection action occurs when an approver rejects the request and it moves to the final rejection state. Outbound Message An outbound message sends information to a designated endpoint, like an external service. You can configure outbound messages from Setup. Configure the external endpoint and use SOAP API to create a listener for the messages. Process Instance A process instance represents one instance of an approval process. A new process instance is created each time a record is submitted for approval. Process Instance Node A process instance node represents an instance of an approval step. The system creates a process instance node each time a record enters a step in an approval process. The system doesn’t create a process instance node when the record doesn’t meet the step criteria, or the approval process instance is completed without entering the step. Recall Actions A recall action occurs when a submitted approval request is recalled. By default, the record is unlocked. Record Locking Record locking prevents users from editing a record, regardless of field-level security or sharing settings. By default, Salesforce locks records that are pending approval. Only admins can edit locked records. Like2 Related Posts Salesforce OEM AppExchange Expanding its reach beyond CRM, Salesforce.com has launched a new service called AppExchange OEM Edition, aimed at non-CRM service providers. Read more The Salesforce Story In Marc Benioff’s own words How did salesforce.com grow from a start up in a rented apartment into the world’s Read more Salesforce Jigsaw Salesforce.com, a prominent figure in cloud computing, has finalized a deal to acquire Jigsaw, a wiki-style business contact database, for Read more Health Cloud Brings Healthcare Transformation Following swiftly after last week’s successful launch of Financial Services Cloud, Salesforce has announced the second installment in its series Read more

Read More
Salesforce

Salesforce Administrator Acronyms

Here is a helpful glossary of Salesforce administrator acronyms you will hear your Salesforce Administrator use. Salesforce Administrator Acronyms Acronym Meaning Defintion CMT Custom Metadata Types With custom metadata types, admins and developers have the ability to create their own configuration and application metadata, deploy it, and then update it as needed. CRED Create, Read, Edit, Delete Profiles control what users can do in your Salesforce org. This can be referred to as CRED, which enables you to mix and match what a specific user can do with each object. For example, you may want some users in your org to read and edit Leads, but not delete them. CRUD Create, Read, Update, Delete Four actions that a system can take with a record. You’ll hear this term used for data loading and when discussing integrations. DLRS Declarative Lookup Roll-up Summaries The Declarative Lookup Roll-up Summaries (DLRS) managed package is a must-have for creating roll-up summaries between lookup relationships. Andy Fawcett’s open-source tool is a gift, enabling you to define roll-ups using standard UI declaratively, no coding required! EAC Einstein Activity Capture Einstein Activity Capture enables you to capture the right data from Gmail and Outlook and add it to Salesforce, which is great for syncing data between these platforms. EPIM Enhanced Personal Information Managements Each external user (i.e. anyone using your Experience Cloud site) should only edit and view their own Personally Identifiable Information (PII) data. This setting will be enabled in all orgs in the Winter ‘23 release.READ MORE: Prepare for Enhanced Personal Information Management Enablement Prior to Spring ’23 EPT Experience Page Time Salesforce uses a metric called Experienced Page Time, which measures the time it takes for a page to load entirely. In web server terms you will hear load time. ERD Entity Relationship Diagram Used to map out business processes to communicate both development teams (“what we need to build”) and non-technical audiences (“what the technology is doing”). There are standards to ERDs in terms of which nodes (the shapes) and connectors (arrows) to use, and when. Salesforce released “Salesforce Diagrams” to promote design thinking and speed up the process of creating diagrams with pre-made diagrams. FLS Field-level security Field-level security is set by Admins on the field’s definition in Salesforce Setup. It determines which fields are visible or editable to certain users. HML Handlebars Merge Language HML is the way to add personalization to emails sent from the Salesforce platform (including Pardot). The most common example would be to add a Lead or Contact’s first name in the body of the email. ISO International Organization for Standardization code The International Organization for Standardization country code represents each country by two letters. Admins will come across this when dealing with country fields, country codes in phone numbers and currencies. OCR Opportunity Contact Role Contact Roles are a standard Salesforce object that define the role or level of influence that a contact has in relation to a sales opportunity. OWD Org-wide Default The organizational wide default is the baseline visibility set for each object in your org (ie. the CRED). Profiles and permission sets are used to open up access beyond the OWD. PB Process Builder Process Builder is a tool for Salesforce process automation, using clicks not code. Due for retirement, PB is being superseded by Salesforce Flow. SOGAF Salesforce Operating, Governance & Architecture A framework that “addresses the components of governance at scale through seven distinct capabilities and their end-to-end alignment”. SML Salesforce Merge Language The strings that were used to personalize emails sent from Salesforce. SML has been in the process of being phased out since the HML release in Summer ‘18. SML is still being used with Classic email templates. UPN Universal Process Notation Universal Process Notation (UPN) is a way to document business processes that can be understood by a wide range of different audiences – from business analysts and IT teams, through to end-users, management, regulators and more.Knowing Universal Process Notation is an essential competency for careers within (and beyond) the Salesforce ecosystem, such as Business Analysts, Consultants, Sales Ops, and more. WFR Workflow Rules Workflow Rules are a tool for Salesforce process automation, using clicks not code. Due for retirement, WFRs is being superseded by Salesforce Flow. Like Related Posts Salesforce OEM AppExchange Expanding its reach beyond CRM, Salesforce.com has launched a new service called AppExchange OEM Edition, aimed at non-CRM service providers. Read more The Salesforce Story In Marc Benioff’s own words How did salesforce.com grow from a start up in a rented apartment into the world’s Read more Salesforce Jigsaw Salesforce.com, a prominent figure in cloud computing, has finalized a deal to acquire Jigsaw, a wiki-style business contact database, for Read more Health Cloud Brings Healthcare Transformation Following swiftly after last week’s successful launch of Financial Services Cloud, Salesforce has announced the second installment in its series Read more

Read More

Salesforce Sales Acronyms

Here is a helpful glossary of sales terminology you may hear when discussing Salesforce sales. Salesforce Sales Acronyms Acronym Meaning Defintion BANT Budget, Authority, Need, Time A framework that helps sales reps judge how qualified a lead is/their propensity to purchase (how likely they are to purchase). From there, sales reps can focus their attention on the most promising prospects. This is more closely related to sales qualified leads than marketing qualified leads. CQ Calendar Quarter A period of three months that is used by organizations in order to calculate their budgets, profits, losses, and sales quotas. The calendar quarters start in January/April/July/October, whereas the fiscal quarters can start at any month (according to the organization), for example, Salesforce themselves start their fiscal year in February, which means their second fiscal quarter starts in May. Salesforce Admins and users will come across this when filtering date fields in the Salesforce report builder. CY Calendar Year A period of twelve months that is used by organizations in order to calculate their budgets, profits, losses, and sales quotas. The calendar year starts in January, whereas the fiscal year can start at any month (according to the organization). ECC Einstein Call Coaching Einstein Call Coaching gives users insights and trends from sales calls – taking the rich fabric of a conversation and splicing it into key moments. ECC is ‘product within a product’ of High Velocity Sales (HVS). ECI Einstein Conversation Insights Gives users insights and trends from sales calls – taking the rich fabric of a conversation and splicing it into key moments. Never before have sales managers and reps been able to analyze their conversations like this – at scale and at speed – which would be impossible without the help of AI. (Formerly known as Einstein Call Coaching). EEI Einstein Email Insights Einstein will surface contextual sales information while writing emails, so you ultimately send the best response, at the best time.Available with Sales Cloud Einstein, Inbox, High Velocity Sales, or Revenue Intelligence, which come at an additional cost. It’s available (at an extra cost) for Salesforce Enterprise, Performance, and Unlimited editions. FQ Fiscal Quarter A period of three months that is used by organizations in order to calculate their budgets, profits, losses, and sales quotas. Salesforce Admins and users will come across this when filtering date fields in the Salesforce report builder. FY Fiscal Year “A period of twelve months, used by organizations in order to calculate their budgets, profits, and losses.” (and sales quotas)(source).Salesforce Admins and users will come across this when filtering date fields in the Salesforce report builder. HVS High-velocity Sales High-velocity Sales was developed for inside sales/sales development teams that process a high-volume of activities, especially calls. Now called Sales Engagement, the product includes: Sales Cadences, Work Queue, Einstein Lead Score, Salesforce Inbox, Call Scripts and Einstein Call Coaching. YOY Year-on-year Comparing the performance in one period of time with the same time period the previous year. For example, comparing January 2022 to January 2021 to see if trends have increased or decreased. Like Related Posts Salesforce OEM AppExchange Expanding its reach beyond CRM, Salesforce.com has launched a new service called AppExchange OEM Edition, aimed at non-CRM service providers. Read more The Salesforce Story In Marc Benioff’s own words How did salesforce.com grow from a start up in a rented apartment into the world’s Read more Salesforce Jigsaw Salesforce.com, a prominent figure in cloud computing, has finalized a deal to acquire Jigsaw, a wiki-style business contact database, for Read more Health Cloud Brings Healthcare Transformation Following swiftly after last week’s successful launch of Financial Services Cloud, Salesforce has announced the second installment in its series Read more

Read More
Salesforce Service Cloud

Salesforce Service Acronyms

Here is a helpful glossary of terms you will hear when discussing Salesforce and Salesforce Service Cloud. ACW After Call Work Tasks that the agent needs to complete after the customer call has ended. Your job as a Salesforce Admin/Service Cloud Consultant is to make completing these tasks (eg. entering data, call outcome notes), as efficient as possible for the user. AHT Average Handle Time The average amount of time it takes for an agent to resolve a customer call/case. CTI Computer Telephony Integration Telephony (phone communication) can be directly integrated into Salesforce. This is a great win for Service (and Sales) departments who rely heavily on their phone, with features such as click to dial, call recording and screen pop available from 3rd party vendors. FCR First Contact Resolution Measures the % of cases that are solved on the first touchpoint with customer service.READ MORE: Create a Service Metrics Strategy. FSL Field Service (Lightning) An extension (add-on product) of Service Cloud that provides a comprehensive view of workforce management. Field Service involves providing services to customers beyond your office or site – which is referred to as in the “field”. Think about mobile employees, like service technicians, who carry out the service in-person; other people involved are service agents, dispatchers, and service managers. Salesforce dropped the “Lightning” from the product name, but the acronym is still widely used. IVR Interactive Voice Response An automated telephony system that interacts with callers, gathers information and routes calls to the appropriate recipients (source). People often refer to this as speaking to a bot before they get through to a human agent. KCS Knowledge-Centered Support A knowledge base that documents service agents’ experiences when solving cases, curated and made accessible to customers for self-service support should they encounter the same question or problem.Salesforce Experience Cloud is praised for encouraging collaboration and improvement between customers and agents in this way. PBX Private Branch Exchange System that routes calls to different agents. SLA Service-level Agreement A formal or informal contract between an organization and its customers which outlines what service they will receive and how long they will need to wait to receive that service each time. SLAs can be configured into Salesforce to prioritize cases and work orders. Like Related Posts Salesforce OEM AppExchange Expanding its reach beyond CRM, Salesforce.com has launched a new service called AppExchange OEM Edition, aimed at non-CRM service providers. Read more The Salesforce Story In Marc Benioff’s own words How did salesforce.com grow from a start up in a rented apartment into the world’s Read more Salesforce Jigsaw Salesforce.com, a prominent figure in cloud computing, has finalized a deal to acquire Jigsaw, a wiki-style business contact database, for Read more Health Cloud Brings Healthcare Transformation Following swiftly after last week’s successful launch of Financial Services Cloud, Salesforce has announced the second installment in its series Read more

Read More
Salesforce Einstein and Einstein Automate

Salesforce Acronyms for General Data Management and Security

Here is a helpful glossary of Salesforce acronyms for General Data Management and Security you will hear. Acronym Meaning Defintion 2FA Two-factor Authentication Also an extra layer of security that proves a user trying to login to Salesforce is who they say they are. You will have seen this in action when creating/updating your password, and selecting a question (eg. “City you were born”) and a memorable answer. Note: 2FA has now been broadly replaced by MFA. CASL Canada Anti-Spam Law An anti-spam law that applies to all electronic messages (i.e. email, texts) organizations send in connection with a “commercial activity.” Its key feature requires Canadian and global organizations that send commercial electronic messages (CEMs) within, from or to Canada to receive consent from recipients before sending messages. CCPA California Consumer Privacy Act Similar to GDPR, CCPA applies to businesses that collect or use personal information of California residents (even if the business is not in California). CORS Cross-Origin Resource Sharing “Allows web browsers to request resources from other origins. For example, using CORS, the JavaScript for a web application at https://www.example.com can request a resource from https://www.salesforce.com.” (source). CSP Content Security Policy The Lightning Component framework uses CSP to impose restrictions on content. The main objective is to help prevent cross-site scripting and other code injection attacks. GDPR General Data Protection Regulation A legal framework that sets guidelines for the collection and processing of personal information from individuals who live in the European Union (EU). HIPAA Health Insurance Portability and Accountability Act Ensures that individual health-care plans are accessible, portable and renewable, and it sets the standards and the methods for how medical data is shared across the U.S. health system in order to prevent fraud. HMS Hardware Security Module “Used to provide cryptography processing and key management for authentication. Shield Platform Encryption uses HSMs to generate and store secret material, and run the function that derives data encryption keys used by the encryption service to encrypt and decrypt data.” (source). KMS Shield Key Management Service “Shield Platform Encryption uses data encryption keys to encrypt and decrypt data. Data encryption keys are derived on the Shield Key Management Service (KMS) using keying material split between a per-release master secret and an org-specific tenant secret stored encrypted in the database.” (source). MFA Multi-factor Authentication An extra layer of security that proves a user trying to login to Salesforce is who they say they are. MFA combines something you know (ie. password) with something you own (ie. mobile phone). There are Salesforce approved MFA methods (Salesforce Authenticator app, built-in authenticators, security keys). MFA was formerly two-factor authentication or 2FA. PII Personally Identifiable Information Any data that can be used to identify a specific individual: social security numbers, mailing or email address, and phone numbers have most commonly been considered PIIFor auditing purposes, in Salesforce, Admins can indicate that a field contains PII in the field definition in Salesforce Setup. SCV Single Customer View The concept of collating every data point and interaction that an individual (customer, prospect, or partner) has with an organization, accessible from one record. Also referred to as a “360-degree View”, Salesforce launched the “Customer 360” messaging to communicate that the tightly connected Salesforce platform can enable organizations to achieve this rich profile of each individual. SSL Secure Sockets Layer “Salesforce certificates and key pairs are used for signatures that verify a request is coming from your organization. They are used for authenticated SSL communications with an external web site, or when using your organization as an Identity Provider.” (source). SSO Single Sign-on Sign in to one system, and then be automatically signed into all the rest of the applications you need. Fewer passwords, fewer headaches, less tedium and it should enable you to get on with what you actually intended to do, rather than get bogged with admin stuff such as hunting around for where you put your password hint. Like Related Posts Salesforce OEM AppExchange Expanding its reach beyond CRM, Salesforce.com has launched a new service called AppExchange OEM Edition, aimed at non-CRM service providers. Read more The Salesforce Story In Marc Benioff’s own words How did salesforce.com grow from a start up in a rented apartment into the world’s Read more Salesforce Jigsaw Salesforce.com, a prominent figure in cloud computing, has finalized a deal to acquire Jigsaw, a wiki-style business contact database, for Read more Health Cloud Brings Healthcare Transformation Following swiftly after last week’s successful launch of Financial Services Cloud, Salesforce has announced the second installment in its series Read more

Read More
Salesforce

An Intro to Salesforce Acronyms

Following is an intro to Salesforce acronyms that you will encounter when discussing Salesforce CRM. Acronym Meaning Definition AKA Also Known As Due to name changes Salesforce has made to some products and also the slang/pet names the Salesforce community adorn certain functionality, these three letters have crept into our vocabulary. BA Business Analyst Business Analysts are the people in your organization who are asking ‘why’ (why a process happens the way it does) to understand what the business needs from its technology. As an organization grows, it typically demands larger and more complex software solutions. That’s where BAs come in. BSS Business Support System “Solutions which streamline operations, reduce costs, and help businesses create more innovative products by centralizing customer data and automating processes.” (source) CTA Certified Technical Architect Nope, not “call to action” as you may have guessed! CTAs are the ‘elite’ among Salesforce professionals. CTAs have proven they have the knowledge, skills, and capabilities to design and build high-performance technical solutions on the Salesforce platform. The grueling exam is the highest certification and ultimate test; even though it’s been around since 2012, only a few hundred professionals have earned their CTA creds. DF Dreamforce Dreamforce is Salesforce’s flagship conference – but a conference like no other! Tickets to this annual event are highly sought-after because of the learning and networking opportunities available to the 170,000+ attendees (not to mention the legendary parties, too!) FKA Formerly Known As Due to the name changes Salesforce has made to some products, these three letters have started to creep into our vocabulary to avoid confusion, bringing the person we’re speaking to along with us. EE Enterprise Edition You will commonly hear these Salesforce editions: Professional, Enterprise, and Unlimited. Enterprise Edition (EE) is where most organizations opt to start from, where you gain access to the features that most organizations need. GA General Availability The release status where a feature has been formally released. This happens by its inclusion in a Salesforce release cycle (Spring, Summer, Winter). Support will be available as technical support teams have been briefed on the functionality. (It comes after the Pilot and Beta phases). IaaS Infrastructure as a Service “Self-service models for accessing, monitoring, and managing remote datacenter infrastructures, such as compute (virtualized or bare metal), storage, networking, and networking services (e.g. firewalls). Salesforce does not offer Infrastructure-as-a-Service (IaaS) services. It is a customer of them, primarily Amazon Web Services.” (source) KPI Key Performance Indicator “A Key Performance Indicator is a measurable value that demonstrates how effectively a company is achieving key business objectives.” (source)Admins play a key role in KPI tracking, tasked to build Salesforce dashboards that demonstrate business trends. LEX Lightning Experience Salesforce revamped the product interface around 2015 after having a relatively consistent look and feel for its 16 years in operation. Salesforce Lightning was designed to be a big improvement in user experience – to boost user productivity and make CRM a pleasure to use. Most organizations have now transitioned to Salesforce Lightning from Classic. LOB Line of Business Line of Business could often come up when planning Salesforce projects. For example, Sales, Marketing, etc. When it comes to packaging, you can either split by project (let’s say Quote to Cash broadly) or by LOB. PaaS Platform as a Service “A set of cloud-based services that enable business users and developers to build applications at speed…As it’s a cloud-based service there’s no need to worry about the set-up and maintenance of servers, patching, upgrades, authentication.” (source)Salesforce characteristics that make it PaaS include a Mobile Software Development Kit (SDK), managed cloud database, and point-and-click app building. PE Professional Edition You will commonly hear these Salesforce editions: Professional, Enterprise, and Unlimited. QA Quality Assurance QA is a stage of testing/test automation, which is essential to manage risk and deliver quality Salesforce releases on time. The quality of any Salesforce customizations is your responsibility – not Salesforce’s! QA teams will stress-test the system’s functionality and report any bugs that need to be resolved. ROI Return on Investment As the name suggests, this is the return (the revenue) that an organization has gained as a direct result of an investment (budget spent). This is heard in the Salesforce ecosystem in multiple contexts – it could be an investment into a new Salesforce product, enhancement project, or AppExchange app. It could be RevOps teams performing ROI reporting across their marketing and sales data. SaaS Software as a Service Salesforce set out to be SaaS through and through! A third-party provider, like Salesforce, hosts your CRM and related applications for your users to access over the internet. In the case of Salesforce, licenses to access the service are typically billed annually, with a contractual commitment of one to three years. That’s why SaaS was revolutionary in the beginning, as companies were no longer locked into one system, with the possibility to switch providers without investing in the IT infrastructure themselves! SDLC Software Development Lifecycle “A process that produces software with the highest quality and lowest cost in the shortest time possible.” (source)As Salesforce is a platform that businesses extend according to their evolving needs, you may hear this term! SFDC Salesforce dot com Salesforce pioneered cloud CRM, so it was always referred to as ‘Salesforce dot-com’ in the early days to emphasize its online accessibility and to distinguish itself from premise offerings. The acronym still sticks today, especially among serving community members. SLACK SearchableLog of All Communication and Knowledge This might seem like a strange entry on this list, but Salesforce’s workplace instant messaging/collaboration platform is, in fact, an acronym, standing for “Searchable Log of All Communication and Knowledge”. Yes, Slack is a real word you’ll find in the dictionary, often used in slang – to “slack off” or “cut me some slack”. Don’t you think these associations drum up collaborative, highly responsive, productive, happy teams? You’re right – it all sounds dull. SME Subject Matter Expert This is an individual with specialized knowledge in a specific area.

Read More
CRM analytics

What is the definition of a CRM?

Customer relationship management (definition of a CRM) is a set of integrated, data-driven software solutions that help manage, track, and store information related to your company’s current and potential customers. What is CRM Software? Customer relationship management (CRM) is a technology for managing all your company’s relationships and interactions with customers and potential customers. The goal is simple: Improve business relationships. What is the basic idea of CRM? CRM is the strategy you put in place to manage all your company’s relationships and interactions with both customers and potential customers. The term also refers to the systems and processes you use to help you do that. Managed well, CRM has the power to directly improve profitability. From Wikipedia, the free encyclopedia: Customer relationship management (CRM) is a process in which a business or other organization administers its interactions with customers, typically using data analysis to study large amounts of information.[1] CRM systems compile data from a range of different communication channels, including a company’s website, telephone (which many softwares come with a softphone), email, live chat, marketing materials and more recently, social media.[2] They allow businesses to learn more about their target audiences and how to better cater to their needs, thus retaining customers and driving sales growth.[3] CRM may be used with past, present or potential customers. The concepts, procedures, and rules that a corporation follows when communicating with its consumers are referred to as CRM. This complete connection covers direct contact with customers, such as sales and service-related operations, forecasting, and the analysis of consumer patterns and behaviors, from the perspective of the company.[4] According to Gartner, the global CRM market size is estimated at $69 billion in 2020.[5][6] Salesforce is a CRM on steroids. Like Related Posts Salesforce OEM AppExchange Expanding its reach beyond CRM, Salesforce.com has launched a new service called AppExchange OEM Edition, aimed at non-CRM service providers. Read more The Salesforce Story In Marc Benioff’s own words How did salesforce.com grow from a start up in a rented apartment into the world’s Read more Salesforce Jigsaw Salesforce.com, a prominent figure in cloud computing, has finalized a deal to acquire Jigsaw, a wiki-style business contact database, for Read more Health Cloud Brings Healthcare Transformation Following swiftly after last week’s successful launch of Financial Services Cloud, Salesforce has announced the second installment in its series Read more

Read More
marketing automation

Marketing Automation

Marketing automation is software tool that handles routine marketing tasks without the need for human action or intervention. Common marketing automation workflows include email marketing, behavioral targeting, lead prioritization, and personalized advertising. Marketing automation is the use of technology to automatically perform marketing tasks, such as: email campaigns, social media advertising, behavioral targeting, re-targeting, lead prioritization, and personalized advertising.  Marketing automation can help teams: become more efficient, improve the customer experience, increase traffic, engage audiences, and acquire new customers.  Some benefits of marketing automation include:  Some marketing automation tools include:  With the emergence of artificial intelligence (AI), marketing automation is enabling marketers to deliver more targeted and personalized content.  What are marketing automation strategies? An automation strategy is a playbook for a brand’s automated marketing tactics. It should answer the who, what, where, when and how of your automation plan. Your plan should tell you: Who your audience is. Include detailed information on your target audience and each of the audience segments. Does marketing automation really work? Marketing automation can be a real game-changer for small businesses. It helps you score, sort, and nurture leads throughout the sales cycle, boosting conversions by targeting customers with the highest purchasing potential. All without the need for human intervention. This frees your marketing and sales professionals up to do other work. Customer journeys are the sum of individual personalized experiences with your brand. With automation, you can tailor every interaction based on customer data to create ongoing, seamless journeys through every brand touchpoint. 5 Steps to Getting Started with Marketing Automated Campaigns Here are some best practices to keep in mind when designing your marketing automation strategy: Tectonic has extensive experience launching automation solutions running in the Salesforce ecosystem. If you are ready to automate the marketing process in Salesforce, contact Tectonic today. Content updated December 2024. Like Related Posts Salesforce OEM AppExchange Expanding its reach beyond CRM, Salesforce.com has launched a new service called AppExchange OEM Edition, aimed at non-CRM service providers. Read more The Salesforce Story In Marc Benioff’s own words How did salesforce.com grow from a start up in a rented apartment into the world’s Read more Salesforce Jigsaw Salesforce.com, a prominent figure in cloud computing, has finalized a deal to acquire Jigsaw, a wiki-style business contact database, for Read more Health Cloud Brings Healthcare Transformation Following swiftly after last week’s successful launch of Financial Services Cloud, Salesforce has announced the second installment in its series Read more

Read More
Salesforce Quote-to-Cash

Acronyms for Quote-to-Cash

Here is a helpful glossary of quote-to-cash acronyms you will hear in the Salesforce Ecosystem. Acronym Meaning Defintion ACV Annual Contract Value The annual revenue generated from each customer contract, each year. ARR Annual Recurring Revenue The annual revenue generated from all customer contracts (ie. the company-level revenue), a metric used by subscription-based businesses (such as those offering SaaS – software as a service). CLM Contract Lifecycle Management CLM tools manage the complexities of the contract lifecycle: the creation of the contract itself, which can range from a simple, single-page agreement to a massive list of specifications and amendments. Then you have the negotiation process and the approval process. And finally, you must manage the post-approval period, which generally consists of administering the contract, enforcing terms, and data reporting (source). CPQ Configure Price Quote CPQ tools enable sales teams to quickly and accurately generate quotes. Salesforce CPQ is an add-on product that sits on top of Sales Cloud. There are multiple CPQ tools that can be integrated with Salesforce. MDQ Multi-Dimensional Quoting Commonly used for quoting with multiple years/terms/segments where you may have a ramp-up in price over the course of the segments and/or a ramp-up in the quantity of the product being sold. SKU Stock Keeping Unit “A unique number assigned by a retailer to items in their inventory” (source). A SKU in the computer system ties directly to a physical product through a bar code. TCV Total Contract Value The total revenue generated from each customer contract, for all years. For example, a 3-year contract with $1 mil ACV will be $3 mil in TCV. Like Related Posts Salesforce OEM AppExchange Expanding its reach beyond CRM, Salesforce.com has launched a new service called AppExchange OEM Edition, aimed at non-CRM service providers. Read more The Salesforce Story In Marc Benioff’s own words How did salesforce.com grow from a start up in a rented apartment into the world’s Read more Salesforce Jigsaw Salesforce.com, a prominent figure in cloud computing, has finalized a deal to acquire Jigsaw, a wiki-style business contact database, for Read more Health Cloud Brings Healthcare Transformation Following swiftly after last week’s successful launch of Financial Services Cloud, Salesforce has announced the second installment in its series Read more

Read More
HIPAA

What is HIPAA?

What is HIPAA? Health Insurance Portability and Accountability Act Description The Health Insurance Portability and Accountability Act of 1996 is a United States Act of Congress enacted by the 104th United States Congress and signed into law by President Bill Clinton on August 21, 1996. The HIPAA act required the creation of national standards to protect sensitive patient health information from being disclosed without the patient’s knowledge or consent. The Health Insurance Portability and Accountability Act of 1996 (HIPAA) is a federal law that required the creation of national standards to protect sensitive patient health information from being disclosed without the patient’s consent or knowledge. The US Department of Health and Human Services (HHS) issued the HIPAA Privacy Rule to implement the requirements of HIPAA. The HIPAA Security Rule protects a subset of information covered by the Privacy Rule. HIPAA Privacy Rule The Privacy Rule standards address the use and disclosure of individuals’ health information (known as protected health information or PHI) by entities subject to the Privacy Rule. These individuals and organizations are called “covered entities.” The Privacy Rule also contains standards for individuals’ rights to understand and control how their health information is used. A major goal of the Privacy Rule is to make sure that individuals’ health information is properly protected while allowing the flow of health information needed to provide and promote high-quality healthcare, and to protect the public’s health and well-being. The Privacy Rule permits important uses of information while protecting the privacy of people who seek care and healing. Covered Entities The following types of individuals and organizations are subject to the Privacy Rule and considered covered entities: Exception: A group health plan with fewer than 50 participants that is administered solely by the employer that established and maintains the plan is not a covered entity. Like Related Posts Salesforce OEM AppExchange Expanding its reach beyond CRM, Salesforce.com has launched a new service called AppExchange OEM Edition, aimed at non-CRM service providers. Read more Salesforce Jigsaw Salesforce.com, a prominent figure in cloud computing, has finalized a deal to acquire Jigsaw, a wiki-style business contact database, for Read more Health Cloud Brings Healthcare Transformation Following swiftly after last week’s successful launch of Financial Services Cloud, Salesforce has announced the second installment in its series Read more Alphabet Soup of Cloud Terminology As with any technology, the cloud brings its own alphabet soup of terms. This insight will hopefully help you navigate Read more

Read More
Salesforce analytics insurance

Business Analysis and Project Management Acronyms

Here is a helpful glossary of business analysis and project management acronyms you may encounter when discussing business analysis and project management. Acronym Meaning Definition BPMN Business Process Management Notation “A flow chart method that models the steps of a planned business process from end to end. Its purpose is to model ways to improve efficiency, account for new circumstances or gain competitive advantage.” (source) CCMP Certified Change Management Professional CCMP (Certified Change Management Professional) is aimed at change management professionals, which includes Salesforce Consultants, Business Analysts, Project Managers, Salesforce Admins, and other similar roles. CIO Chief Information Officer The member of the C-suite who takes responsibility for IT systems, especially an organization’s data. DoD Definition of Done “Definition of done” relates to one of the requirements that the user story must adhere to for the Development Team to call it complete. This is following the acceptance criteria being met. FRS Functional Requirements Specification The project documentation where the business requirements are defined from an end user or business perspective. It will specify the expected outcomes. INVEST Independent, Negotiable, Valuable, Estimable, Small, Testable Use the INVEST checklist to assess the quality of a user story. Have you met all the criteria? JTBD Jobs To Be Done JTBD is a methodology for determining what problems users are trying to solve, focused on understanding users in terms of functional, emotional and social needs. JTBD is a core concept in the Strategy Designer Certification. PM Project Manager Project Managers oversee Salesforce projects end-to-end on a variety of Salesforce ‘clouds’ and levels of complexity. Their priority is to ensure the project is successful – delivered on time, and within budget.The responsibilities of a Salesforce Project Manager range from typical organizational tasks and technical acumen, through to work that requires emotional intelligence, tact, solid communication, and many other ‘soft’ skills. PMO Project Management Officers Project Management Officers work with the organization’s leaders to fulfill the same responsibilities as project managers. In addition, PMOs will carry out pre-project planning, such as risk analysis and opportunity analysis. PMP Project Management Professional Project Management Professional (PMP) equips project managers with up-to-date trends and practices with project management tools, processes, and methods. PPM Portfolio Project Management A category of technology that enables project managers to outline, track, and collaborate on a set of ongoing projects. PSA Professional Services Automation A category of technology that combines project management, time tracking, invoicing, resource planning, and more. PSM Professional Scrum Master Scrum helps people and teams deliver value incrementally in a collaborative manner. The entry level PSM-1 is aimed at understanding Scrum best practice when working on Agile projects. You will find this very useful on Salesforce projects. RACI Responsible, Accountable, Consulted, Informed A matrix that delineates who is responsible for what in the context of the business analysis effort. Responsible (person who performs an activity or does the work), Accountable (person who is ultimately accountable for the outcome), Consulted (person who needs to provide feedback or contribute to the activity), Informed (person who needs to know of a decision or action). RFI Request for Information Requests For Information (RFIs) and Requests for Proposal (RFPs) are a useful approach for teams evaluating Salesforce tooling – they allow you to quickly source information on features, workflows, and pricing from a range of vendors. RFP Request for Purchase Requests For Information (RFIs) and Requests for Proposal (RFPs) are a useful approach for teams evaluating Salesforce tooling – they allow you to quickly source information on features, workflows, and pricing from a range of vendors. SIPOC Supplier, Inputs, Process, Outputs, and Customers SIPOC is a type of process map that shows the key elements of a process such as Suppliers, Inputs, Process, Outputs, and Customers. SoW Statement of Work The SoW is a legal document that outlines the work to be carried out (the scope), what’s excluded (out of scope), the client-side responsibilities, and the project schedule and fees. SRS System Requirements Specification The project documentation that details how the complete system should function and enumerates hardware, software, and functional and behavioral requirements of the system. UML Unified Modeling Language Diagramming that uses “a common visual language in the complex world of software development that would also be understandable for business users and anyone who wants to understand a system”. (source) UPN Universal Process Notation A simpler and more engaging diagramming notation that has been designed to be easily understood by all the stakeholders and viewed online. As a hierarchical diagram, you are able to drill down to give more detail (with no limit to the number of levels you can go down). business analysis and project management acronyms Like Related Posts Salesforce OEM AppExchange Expanding its reach beyond CRM, Salesforce.com has launched a new service called AppExchange OEM Edition, aimed at non-CRM service providers. Read more The Salesforce Story In Marc Benioff’s own words How did salesforce.com grow from a start up in a rented apartment into the world’s Read more Salesforce Jigsaw Salesforce.com, a prominent figure in cloud computing, has finalized a deal to acquire Jigsaw, a wiki-style business contact database, for Read more Health Cloud Brings Healthcare Transformation Following swiftly after last week’s successful launch of Financial Services Cloud, Salesforce has announced the second installment in its series Read more

Read More
CAN-SPAM

Can-Spam Explained

Despite its name, the CAN-SPAM Act is not limited to bulk email; it encompasses all commercial messages. These messages, defined as “any electronic mail message the primary purpose of which is the commercial advertisement or promotion of a commercial product or service,” include emails promoting content on commercial websites. The law applies universally, including to business-to-business emails, meaning all emails must adhere to its provisions.

Read More
gettectonic.com