
Explore why organizations implement software, how to break a full end-to-end automation project into small functionalities, and deliver the product piece by piece—from registration to inpatient and outpatient.
Explore how to design Salesforce user interfaces with Visualforce, connect front-end UI to business logic in Apex, and integrate Salesforce with third-party systems via APIs for real-time data flow.
Understand how frameworks bundle technologies into cohesive tools, using Visualforce as a Salesforce framework. Learn how MVC separates logic, UI, and controller for user-friendly, cross-technology development.
Explore visual force, which supports model view controller, delivers 90% fewer lines of code, concise syntax, and data-driven hosted user interface that saves developer time through automatic upgrades.
Explore how Visualforce pages use Apex tags to structure content, with HTML-like elements, versioning, and the requirement to place code inside the opening and closing Apex tags.
Explore how Visualforce Apex pages control headers and sidebars across classic and Lightning experiences, and learn to divide content with Apex page blocks and sections.
Learn to configure plural labels and tab names for opportunities, accounts, and cases, and optimize related lists with default layouts or a custom apex:pageBlockTable showing selected fields.
Learn to build a Salesforce Apex page block table for an account's related contacts using a standard controller, alias fields for a clean table, and API field names.
Explore how operational management concepts emerge in practice by showing how to use Visualforce with static resources, public access, and tab panels to display and manage images.
Explore how lead objects drive dynamic field displays across country and product types, and how record types and page layouts control visibility and data capture.
create and manage opportunity line items in Salesforce using the developer console, wiring opportunity id, price book entry id, and product id with quantity, unit price, and total price.
Build a lightning web component that updates account records in a flow, shows toast messages on success, and navigates to the next screen with flow navigation.
Rename tabs and labels to replace account with client across standard and custom objects, and adjust fields like phone to mobile number, then save and refresh to apply changes.
Create and customize a sales dashboard by adding charts, tables, and images, organizing folders, and configuring reports. Publish a dashboard with the Lightning App Builder and manage access.
Build a custom Apex batch using iterator and iterable interfaces to stream account records, manage next thresholds, query accounts, and update batch results through a batch class.
Learn how access modifiers like public, private, global, and protected control Apex class visibility, and compare static versus non-static, void versus non-void methods, including return types and debug examples.
Learn how to create and manage lookup relationships between objects, define parent and child links, and understand related lists, data querying, and deletion rules in Salesforce.
Discover practical Salesforce formula techniques: text functions, ascii conversions, 15- to 18-digit id handling, and cross-reference fields across parent and child records.
Learn to create and customize Salesforce reports using standard and custom report types, filters, bucket fields, and history tracking, then build join, matrix, and metrics reports with proper layouts.
Explore backend framework patterns for building an enterprise banking app with Salesforce: data modeling, objects, automation, security, emails, queues, reports, and dashboards.
Learn to set up web-to-lead forms and integration users to capture website leads, generate html forms, configure reCAPTCHA, and route leads to the right queues via city-based assignment rules.
Learn how to create and insert HTML email templates using custom folders and custom letterhead in Salesforce, with dynamic contact fields, testing, and security considerations.
Learn to create and manage custom objects and fields, make objects visible via tabs, and tailor page layouts and sections in Salesforce using two-column layouts, assignments, and Lightning App Builder.
Learn to design record-triggered flows that run immediately or later, send email alerts, and update related records, while choosing between screen and record flows for efficient operational management.
Fetch and apply custom settings data to control a lead conversion trigger in Salesforce, using hierarchy and list settings to enable or disable the trigger and automate conversions.
Learn to build a text pyramid using loops, calculating spaces, and cycling through characters from a string with center alignment. Explore alphabetic sorting, string reversal, and related Apex practice.
Implement a validation rule on the opportunity retail record type that fires on update for the system admin profile, enforcing a non-blank lead source.
Open databases demonstrates querying the email template, applying merge fields, and sending personalized emails in Salesforce using target object IDs and iterable batch processing.
Define and assign roles like CEO, CFO, CTO, and VP to users, establish supervisor and sibling access, and test visibility to ensure lower level roles can't view higher level records.
Design and orchestrate auto launch and record-trigger flows in Salesforce to auto-create related contacts and opportunities when accounts are created, and learn how to call subflows from buttons or lwc.
Learn how to create and update a contact email, propagate it to a case, and use related lists to create tasks, add solutions, and publish knowledge base entries in Salesforce.
Learn to create, track, and convert leads in Salesforce, customize lead status values, use the intelligence view, attach leads to campaigns, and generate account, contact, and opportunity records.
Explore Apex triggers on accounts, using before insert and before update with context variables to set account numbers by name-number concatenation and a one-line condition.
Call the lightning flow from an lwc component on a record page to create a contact, capture the output variables, show a toast, and navigate to the new contact record.
Master apex string handling by checking and converting to lowercase or uppercase, validating results with assert equals, measuring length including spaces, and extracting substrings with after, before, last, and between.
Configure record trigger orchestration on account creation with multiple stages and steps, including interactive screen flows and background auto launch flows, branching by annual revenue to create cases or opportunities.
Discover how global search uses the find keyword across all fields to return accounts and contacts, with where clauses, apex examples, and governor limits.
Learn how Apex lists handle duplicates, indexing, sorting, and retrieval; use clone, clear, and isEmpty; and implement enhanced for loops and batched sObject inserts to optimize DML.
Learn how to design and modify deal object fields in Salesforce, from text to auto number, configure currency and date types, and manage picklists, visibility, and layout.
Learn how to create and use a global picklist value set for location, apply it across objects, and compare global versus local picklists in operational management.
Demonstrates how to build conditional picklists using field dependencies, where a controlling field like status determines sub status options, and location controls sub location values.
Fetch contact records by email with screen flow using get records, display matched contacts in a data table, then update records using a loop and assignment, mindful of governor limits.
Activate a duplicate matching rule with alerts or blocks to prevent lead duplicates, then build a screen flow, no code, that fetches account data by record ID and displays it.
Learn to design a parent and child lightning web component workflow, using custom events to increase or decrease a volume value and pass employee details from child to parent.
Learn how to build an Apex account helper with create account and create contact methods, using parameterized and non-parameterized procedures, linking contacts to accounts, and adding descriptive comments.
Configure and customize search layouts for hiring managers by adding location, employee ID, and email fields; switch field types, enable search, and compare classic versus lightning lookup behaviors.
Explore apex sharing and the differences between with sharing and without sharing, showing how user mode and system mode affect data visibility in custom Visualforce UIs for accounts and contacts.
Learn how to build Salesforce formula fields to manipulate dates and times—convert date time to date, add months, extract year and month, and handle GMT in cases and opportunities.
Build and debug a database batch job to total annual revenue from lead records, using start, execute, and finish methods, with asynchronous Apex and stateful batch considerations.
Learn how to assign values to datatypes, create and convert dates with system.today, system.now, and date new instance, and compute days between, days in month, and leap year status.
Build a Salesforce Lightning UI calculator that displays and updates calc expressions and results. Implement a button grid for numbers and operations with proper styling and error handling.
Explore creating validation rules on accounts, leads, contacts, and opportunities, using is new, is changed, and prior value checks to enforce mandatory fields and conditional errors.
Create and customize custom email templates using HTML and merge fields to generate position assignment notifications, including subject, body formatting, and dynamic fields like position name and id.
Explore database API methods to insert records, save results, and log success or errors with IDs and error details; learn delete, undelete, and empty recycle bin workflows with logging.
Integrate direct and indirect campaigns with parent-child hierarchies, tracking status, dates, revenue, budget, and costs. Automate campaign member selection, email distribution, and templates to reach leads and contacts.
Build and debug a screen flow that captures name and email to create a contact for an account using subflow, then deploy a schedule trigger flow to update website fields.
learn to build a lightning message channel to enable cross-framework communication between visualforce and lwc, including message channel setup, package.xml artifacts, and publish-subscribe workflows.
Learn how to create and organize lightning email templates with folders, enable the content builder via a permission set, and test personalized emails using merge fields and layouts.
Demonstrates how to implement and test Apex futures, including synchronous and asynchronous execution, debugging flows, and handling mixed DML in setup versus non-setup operations.
Learn to build and schedule batch and schedulable jobs using cron expressions, including last Friday and Monday–Friday patterns, in Salesforce.
Implement Apex triggers and a trigger handler to track account phone changes in before update, updating descriptions with old and new numbers, and prevent deletion with a custom label.
Create APIs of database by configuring connections and upsert, then export account data to csv with Salesforce data loader, including deleted records from the recycle bin.
Explore creating Visualforce email templates and custom resources, configure HTML-based emails with or without letterheads, and use email tracking and logs to diagnose delivery issues in Salesforce.
Map the CSV headers to Salesforce fields, perform a bulk delete in Data Loader, review success and error files, and manage hard delete permissions via bulk API and permission sets.
Explore how to query Salesforce data with SOQL, using standard and custom fields, account and lead objects, and aggregate functions, and handle results in Apex.
Explore configuring products with price books, converting leads to opportunities, linking products to opportunities, and generating quotations and pdfs with automatic revenue calculations.
Explore lwc component communication through parent-to-child, child-to-parent, and unrelated components using api-decorated public properties, events, and pubsub, alongside wire and imperative apex patterns.
Configure an opportunity approval process with discount field and approval status picklist, driven by criteria, automated routing, initial submission, multi-step approvals, final actions, emails, and history.
Explains building a batch finish email notification in Salesforce, including composing to, cc, bcc, subject, and HTML body, and implementing a reusable send notification method with dynamic query via constructor.
Learn to implement the curable and viewable interfaces in Apex, using global classes, execute methods, and constructors to pass hiring manager details, and to invoke system.enqueueJob to chain async viewables.
Explore how to manage contracts and orders in Salesforce, link price books, apply discounts on product line items, generate pdfs, and calculate taxes and shipping.
Explore how to create a Salesforce org with a unique organization ID and AP 43 instance. Inspect status, maintenance, and updates on status.salesforce.com, including Spring 24, language, and currency settings.
Automate permission set assignments in Salesforce using platform events and record-triggered flows. Use custom labels to replace hard-coded values and drive dynamic ownership changes.
Explore apex trigger logic for contact records, covering after insert, update, undelete, and delete, with a trigger handler and helper that sends emails and counts contacts on accounts.
Create start and end date fields and compute day differences to manage operational data. Design, organize, and test Salesforce email templates with merge fields across folders and template types.
Explore managing custom metadata for address locations, display office addresses, query metadata, and use Apex and Flow to delete related opportunities when an account changes status.
Learn to link tasks to opportunities, filter by not completed and not closed stages, and optimize data retrieval with a single soql query, while validating results via debugging outputs.
This course explains everything about Operational Management. Operational Management has emerged as a powerful tool for project management, offering a unique blend of spreadsheet and database functionalities. Its intuitive interface and robust features make it an excellent choice for managing projects of varying complexities and sizes. Unlike traditional project management tools that often impose rigid structures, Operational Management allows users to customize their workflows to fit specific project needs. Users can create custom tables with fields tailored to track various types of data, from task assignments and deadlines to budgets and milestones.
Operational Management collaboration features are another significant advantage. Teams can share bases and work together in real-time, ensuring that everyone is on the same page. Comments, file attachments, and checklists can be added to individual records, promoting seamless communication and reducing the need for external communication tools. The ability to assign tasks and set due dates directly within Operational Management keeps everyone accountable and aware of their responsibilities.
Operational Management stands out as a versatile and user-friendly tool for project management, offering extensive customization, robust collaboration features, and multiple data visualization options. Its ability to integrate with other applications further enhances its utility, making it a valuable asset for teams looking to streamline their project management processes.