Conga CPQ - Fundamentals
What You’ll Learn * The admin console & navigation map you’ll use daily * The core data objects (products, attributes, bundles, price lists, rules, quotes) and how they relate * A
Standalone posts that live outside the blog, courses and training.
What You’ll Learn * The admin console & navigation map you’ll use daily * The core data objects (products, attributes, bundles, price lists, rules, quotes) and how they relate * A
Conga CPQ Training — Welcome & Orientation (Lesson 1) Course URL: https://namastesalesforce.com/courses/conga-cpq/training-welcome/ Namaste and welcome! This is Lesson 1 of your Conga CPQ journey.
The async toolbox: run minutes later, run nightly, or hand off to another system entirely — without a line of Apex.
The async toolbox: run minutes later, run nightly, or hand off to another system entirely — without a line of Apex.
Every element that touches the database can fail. Decide on purpose what happens when it does.
Multi-screen wizards, conditional visibility, and the difference between a form users complete and one they abandon.
Build one alongside the video: tight entry conditions, before-save vs after-save, and the update that cannot recurse.
Elements, resources, connectors — and the two panels in Flow Builder everyone ignores until a debug session forces them to look.
Twelve questions covering the whole course. Pass this and your first real trigger is next week's problem.
75% coverage is the law, but coverage is not the point — assertions are. Write a test that would actually catch a bug.
100 queries, 150 DML statements, 10 seconds of CPU — the limits are not obstacles, they are the platform's design language.
Watch a before-insert trigger written live: one trigger per object, logic in a handler class, bulk-safe from the first line.