SlideShare a Scribd company logo
©	2017,	Right	IT	Services.	All	rights	reserved	©	Right	IT	Services.	All	rights	reserved	©	Right	IT	Services.	All	rights	reserved	
Conga	Composer
Friday,	15th	September 2017
Salesforce	Integration
Agenda
2
Agenda
2
What is Conga	Composer	and	why	you	should	use	it
Get	ready	to	Conga	
Get	in	the	Conga	line
Learn	some	Conga	dance	tricks
Conga	Composer
What is Conga	Composer	and	why	you	should	use	it
How it works
Highlights
44
What is Conga	Composer	and	why	you	should	use	it
Conga	Composer
55
What is Conga	Composer	and	why	you	should	use	it
Conga	Composer
Get	ready	to	Conga
Conga	Queries
Word	Template
Template Builder
77
Get	ready	to	Conga	– Conga	Queries
Conga	Composer
A	Conga	Solution	always	refers	to	a	single	
Salesforce	object,	which	defines	the	process’	main	
context.	All	the	fields	in	the	referred	object	are	
immediately	available	to	the	Conga	process.
However,	we	frequently	need	data	from	several	
different	objects,	and	to	achieve	that,	we	will	use	
queries.
A	Conga	Query	is	not	much	more	than	a	SOQL	
SELECT	statement.	It	can	include	a	few	dynamic	
parameters	retrieved	from	the	record	where	the	
Conga	process	is	being	called	from	(e.g.:	
Opportunity,	Product	Basket,	etc).
A	Conga	Solution	can	hold	multiple	queries,	and	
the	main	object	together	with	the	data	retrieved	
by	those	queries,	define	all	the	available	data	for	
the	document	generation.
solution
Main	
object
query
Main	
object
object
query
Main	
object
object
…
88
Get	ready	to	Conga	– Word	Template
Conga	Composer
A	Conga	Template	is	a	representation	in	Word,	Excel,	e-mail,	
etc.,	of	what	the	output	document	will	be.	
It	is	a	generic	document	version	in	which	the	dynamic	and	
variable	content	is	replaced	by	placeholders.
The	content	placeholders	can	be:	
Salesforce	object	fields	that	are	made	available	through	the	
Conga	solution	main	object	and	Conga	queries.
Conga	keywords	such	as	{{Row_Number}}	and	
{{TableStart:…}}	{{TableEnd:…}}.
Word	merge	fields	such	as	{Page}	and	{IF	…}	clauses.
All	the	placeholders	will	be	processed	and	replaced	by	real	data	
in	runtime.
99
Get	ready	to	Conga	– Template	Builder
Conga	Composer
Conga	provides	a	very	useful	
tool	to	aid	in	the	template	
creation.	
The	Template	Builder	provides	
the	list	of	all	available	
Salesforce	fields	in	the	current	
Conga	solution,	and	an	easy	
way	to	format	and	copy	its	
placeholder	tags.
A	sample	Salesforce	record	can	
be	selected	in	order	to	
facilitate	the	field	
identification.
Get	in	the	Conga	line
Generate Documents
1111
When	the	Conga	process	is	invoked,	a	series	of	events	take	place:
Template	analysis	– the	template	is	analysed	for	inconsistencies	that	can	cause	
process	errors.
Conga	queries	and	data	gathering	– the	datasets	are	populated	with	data	from	
the	main	object	and	Conga	queries.
Data	merging	with	template	– the	merge	fields	and	placeholders	are	replaced	in	
the	template	by	runtime	data.
Output	polishing	– the	output	file	is	saved	and	attached	to	the	Salesforce	record	
from	which	the	process	was	invoked.
Get	in	the	Conga	line	– Generate	Documents
Learn	some	Conga	dance	moves
Tips &	Tricks
1313
Avoid	as	much	logic	in	the	Word	template	as	possible.	Reduce	{IF…}	clauses	to	a	minimum,	as	they	take	a	lot	of	processing	time	in	Word.	Instead,	prepare	
the	data	in	Salesforce	(Formula	fields,	Apex,	etc.).
Conga	will	only	support	TTF	embedded	fonts.	Convert	from	OTF	if	necessary.
Conga	supports	HTML.	Use	it	to	format	the	text	with	<b>,<br>,<hr>,etc.	Avoid	formatting	text	directly	in	Word	template	if	it’s	a	conditional	formatting.	
Formatting	text,	chapters,	headings	can	be	painful	if	done	conditionally	with	{IF…}	clauses.
Avoid	new	lines	(¶)	inside	conditional	text	blocks,	as	they	will	create	unwanted	empty	lines	even	if	the	condition	is	false.	Instead,	use	the	merge	fields	
{quote	10}	for	new	lines,	{quote	9}	for	tabs	and	{quote	12}	for	page	break.
Headings	for	the	ToC can	also	be	build	with	HTML.	Tags	like	<h1>	and	<h2>	will	be	recognized	by	the	Word	template	and	will	show	in	the	output	
accordingly.
Do	not	include	text	with	“quotes”	in	a	field	that	will	be	processed	by	a	{IF…}	condition	in	the	Word	template.	It	will	fail	with unpredictable	results.	Instead,	
escape	the	“	with	a	 like	this:	“this	a	valid	”text	block”	for	Conga”.
Use	the	Template	Builder	Preview	button	to	test	the	process.	It’s	must	easier	than	uploading	the	template	manually,	each	time	a	change	is	made.
There	are	2	main	Conga	servers	available:	US	and	EU.	EU	has	revealed	itself	to	be	much	faster	for	EU	based	customers.	A	simple	Conga	URL	change	in	the	
Org	may	decrease	overall	processing	time	in	50%.
Press	Alt+F9	to	show/hide	Word	merge	fields.	Advice:	always	show.
Press	Ctrl+F9	to	create	Word	merge	field	- Simply	typing	the	characters	{	}	will	not	work!	Due	to	this,	text	blocks	with	{	}	will	not	work	because	Word	will	
process	it	as	text	and	not	as	a	merge	field.
Keep	Word	paragraph	marks	on,	or	some	functionality	might	not	be	visible:	¶
Word	Merge	fields	({	})	can	be	selected	as	a	whole	if	the	{	}	are	selected.	Copy	and	Paste	is	only	possible	inside	Word.	If	you	need	to	copy	it	to	another	
place,	select	the	inside	text	only.
Learn	some	Conga	dance	moves	– Tips	&	Tricks
©	2017,	Right	IT	Services.	All	rights	reserved Rua	Odette	Saint	Maurice	Lote	3B	|	Edifício	L	|	Escritório	A	|	Piso	-1	|	1700-097	Lisboa	|	Portugal	|	+351	218	232	261	
WHEN	YOU	HAVE	TO	DO	IT,	DO	IT	RIGHT
©	Right	IT	Services.	All	rights	reserved Rua	Odette	Saint	Maurice	Lote	3B	|	Edifício	L	|	Escritório	A	|	Piso	-1	|	1700-097	Lisboa	|	Portugal	|	+351	218	232	261	
WHEN	YOU	HAVE	TO	DO	IT,	DO	IT	RIGHT
©	Right	IT	Services.	All	rights	reserved Rua	Odette	Saint	Maurice	Lote	3B	|	Edifício	L	|	Escritório	A	|	Piso	-1	|	1700-097	Lisboa	|	Portugal	|	+351	218	232	261	
Marcelo	Carvalho	- Technical	Architect
Conga	Composer
Friday,	15th	September 2017
Salesforce Integration

More Related Content

PPTX
Salesforce and conga composer integration
Cloud Analogy
 
PPTX
Transform Procurement with the SAP S/4HANA Digital Core and SAP Ariba Solutions
SAP Ariba
 
PDF
SAP S/4HANA Migration Cockpit
Edwin Weijers
 
DOC
How to check port in sap
nanda nanda
 
PDF
SAP ERP IMPLEMENTATION AND Sap migration
Arig
 
PPTX
SAP HANA - Understanding the Basics
Global Business Solutions SME
 
PPTX
SAP S/4HANA - What it really is and what not
tamas_szirtes
 
ODP
Relationships in Salesforce
MST Solutions LLC
 
Salesforce and conga composer integration
Cloud Analogy
 
Transform Procurement with the SAP S/4HANA Digital Core and SAP Ariba Solutions
SAP Ariba
 
SAP S/4HANA Migration Cockpit
Edwin Weijers
 
How to check port in sap
nanda nanda
 
SAP ERP IMPLEMENTATION AND Sap migration
Arig
 
SAP HANA - Understanding the Basics
Global Business Solutions SME
 
SAP S/4HANA - What it really is and what not
tamas_szirtes
 
Relationships in Salesforce
MST Solutions LLC
 

What's hot (20)

PDF
Sap Study Materials and certification exam dump
ERP Training
 
PDF
An Overview of SAP S4/HANA
Debajit Banerjee
 
PDF
Pre-Con Ed: CA Workload Automation ESP Edition: Hints, Tips and Tricks
CA Technologies
 
PDF
Transaction launcher
kalyan238
 
PDF
Transition_Roadmap__Overview_23Q1.pdf
Srinivasan N
 
PDF
SAP Ariba Overview Roca
Juan Andres Peiro
 
PPTX
Migrating to SAP S/4HANA
Accenture Technology
 
PPTX
Build Apps Visually with Lightning App Builder
Salesforce Developers
 
PDF
“Migration to Suite of HANA”
Wise Men
 
PPTX
User Story Workshop
Peter Antman
 
PPTX
SAP Cloud Platform - Your Innovation Platform in the Cloud - L1
SAP Cloud Platform
 
PPTX
Take the Next Step to S/4HANA with "RISE with SAP"
panayaofficial
 
PDF
Intro_S4HANA_Using_Global_Bike_SAP_slides_en_v.4.1.pdf
NikolaDordevic
 
PDF
SSL Configuration within SAP HANA
Debajit Banerjee
 
PPTX
SAP Integration Suite L1
SAP Technology
 
PDF
SAP Project Systems with Success Factors
ITChamps Software Pvt. Ltd
 
PPT
Building the Business Case for SAP HANA
John Appleby
 
PDF
Espresso: LinkedIn's Distributed Data Serving Platform (Talk)
Amy W. Tang
 
PPTX
How to migrate to Apex Enterprise Patterns?, David Fernandez
CzechDreamin
 
PPTX
S/4HANA and Automated SAP Change Management - Best Practices for your upcomin...
Carly Shank
 
Sap Study Materials and certification exam dump
ERP Training
 
An Overview of SAP S4/HANA
Debajit Banerjee
 
Pre-Con Ed: CA Workload Automation ESP Edition: Hints, Tips and Tricks
CA Technologies
 
Transaction launcher
kalyan238
 
Transition_Roadmap__Overview_23Q1.pdf
Srinivasan N
 
SAP Ariba Overview Roca
Juan Andres Peiro
 
Migrating to SAP S/4HANA
Accenture Technology
 
Build Apps Visually with Lightning App Builder
Salesforce Developers
 
“Migration to Suite of HANA”
Wise Men
 
User Story Workshop
Peter Antman
 
SAP Cloud Platform - Your Innovation Platform in the Cloud - L1
SAP Cloud Platform
 
Take the Next Step to S/4HANA with "RISE with SAP"
panayaofficial
 
Intro_S4HANA_Using_Global_Bike_SAP_slides_en_v.4.1.pdf
NikolaDordevic
 
SSL Configuration within SAP HANA
Debajit Banerjee
 
SAP Integration Suite L1
SAP Technology
 
SAP Project Systems with Success Factors
ITChamps Software Pvt. Ltd
 
Building the Business Case for SAP HANA
John Appleby
 
Espresso: LinkedIn's Distributed Data Serving Platform (Talk)
Amy W. Tang
 
How to migrate to Apex Enterprise Patterns?, David Fernandez
CzechDreamin
 
S/4HANA and Automated SAP Change Management - Best Practices for your upcomin...
Carly Shank
 
Ad

More from Right IT Services (19)

PDF
Rits Brown Bag - React Native and Salesforce
Right IT Services
 
PPTX
Rits Brown Bag - TypeScript
Right IT Services
 
PPTX
Rits Brown Bag - Extending and Integrating in Microsoft Dynamics CRM
Right IT Services
 
PPTX
Rits Brown Bag - Environment MS Dynamics CRM
Right IT Services
 
PPTX
Rits Brown Bag - Google AdWords Basics
Right IT Services
 
PPTX
Rits Brown Bag - Office 365
Right IT Services
 
PPTX
Rits Brown Bag - PHP & PHPMyAdmin
Right IT Services
 
PPTX
Salesforce.com Continuous Integration
Right IT Services
 
PDF
Rits Brown Bag - SharePoint 2016
Right IT Services
 
PDF
Rits Brown Bag - vtiger
Right IT Services
 
PDF
Rits Brown Bag - Salesforce Social Studio
Right IT Services
 
PDF
Rits Brown Bag - Introduction to SharePoint
Right IT Services
 
PDF
Workbook for Lightning Developers
Right IT Services
 
PDF
Rits Brown Bag - Surveys and Polls Techniques
Right IT Services
 
PDF
Rits Brown Bag - Salesforce Lightning External Connection
Right IT Services
 
PDF
Rits Brown Bag - Anatomy of a Mobile App
Right IT Services
 
PDF
Rits Brown Bag - Salesforce Duplicate Management
Right IT Services
 
PDF
Rits Brown Bag - Salesforce AppExchange
Right IT Services
 
PPTX
Rits Brown Bag - Salesforce Lightning
Right IT Services
 
Rits Brown Bag - React Native and Salesforce
Right IT Services
 
Rits Brown Bag - TypeScript
Right IT Services
 
Rits Brown Bag - Extending and Integrating in Microsoft Dynamics CRM
Right IT Services
 
Rits Brown Bag - Environment MS Dynamics CRM
Right IT Services
 
Rits Brown Bag - Google AdWords Basics
Right IT Services
 
Rits Brown Bag - Office 365
Right IT Services
 
Rits Brown Bag - PHP & PHPMyAdmin
Right IT Services
 
Salesforce.com Continuous Integration
Right IT Services
 
Rits Brown Bag - SharePoint 2016
Right IT Services
 
Rits Brown Bag - vtiger
Right IT Services
 
Rits Brown Bag - Salesforce Social Studio
Right IT Services
 
Rits Brown Bag - Introduction to SharePoint
Right IT Services
 
Workbook for Lightning Developers
Right IT Services
 
Rits Brown Bag - Surveys and Polls Techniques
Right IT Services
 
Rits Brown Bag - Salesforce Lightning External Connection
Right IT Services
 
Rits Brown Bag - Anatomy of a Mobile App
Right IT Services
 
Rits Brown Bag - Salesforce Duplicate Management
Right IT Services
 
Rits Brown Bag - Salesforce AppExchange
Right IT Services
 
Rits Brown Bag - Salesforce Lightning
Right IT Services
 
Ad

Recently uploaded (20)

PPTX
cloud computing vai.pptx for the project
vaibhavdobariyal79
 
PDF
How-Cloud-Computing-Impacts-Businesses-in-2025-and-Beyond.pdf
Artjoker Software Development Company
 
PDF
Orbitly Pitch Deck|A Mission-Driven Platform for Side Project Collaboration (...
zz41354899
 
PPTX
AI and Robotics for Human Well-being.pptx
JAYMIN SUTHAR
 
PDF
SparkLabs Primer on Artificial Intelligence 2025
SparkLabs Group
 
PDF
NewMind AI Weekly Chronicles - July'25 - Week IV
NewMind AI
 
PDF
MASTERDECK GRAPHSUMMIT SYDNEY (Public).pdf
Neo4j
 
PDF
AI-Cloud-Business-Management-Platforms-The-Key-to-Efficiency-Growth.pdf
Artjoker Software Development Company
 
PDF
CIFDAQ's Market Wrap : Bears Back in Control?
CIFDAQ
 
PDF
Trying to figure out MCP by actually building an app from scratch with open s...
Julien SIMON
 
PDF
Software Development Methodologies in 2025
KodekX
 
PDF
AI Unleashed - Shaping the Future -Starting Today - AIOUG Yatra 2025 - For Co...
Sandesh Rao
 
PDF
Security features in Dell, HP, and Lenovo PC systems: A research-based compar...
Principled Technologies
 
PDF
The Future of Artificial Intelligence (AI)
Mukul
 
PDF
Doc9.....................................
SofiaCollazos
 
PDF
How Open Source Changed My Career by abdelrahman ismail
a0m0rajab1
 
PDF
Event Presentation Google Cloud Next Extended 2025
minhtrietgect
 
PDF
Research-Fundamentals-and-Topic-Development.pdf
ayesha butalia
 
PDF
Tea4chat - another LLM Project by Kerem Atam
a0m0rajab1
 
PDF
Presentation about Hardware and Software in Computer
snehamodhawadiya
 
cloud computing vai.pptx for the project
vaibhavdobariyal79
 
How-Cloud-Computing-Impacts-Businesses-in-2025-and-Beyond.pdf
Artjoker Software Development Company
 
Orbitly Pitch Deck|A Mission-Driven Platform for Side Project Collaboration (...
zz41354899
 
AI and Robotics for Human Well-being.pptx
JAYMIN SUTHAR
 
SparkLabs Primer on Artificial Intelligence 2025
SparkLabs Group
 
NewMind AI Weekly Chronicles - July'25 - Week IV
NewMind AI
 
MASTERDECK GRAPHSUMMIT SYDNEY (Public).pdf
Neo4j
 
AI-Cloud-Business-Management-Platforms-The-Key-to-Efficiency-Growth.pdf
Artjoker Software Development Company
 
CIFDAQ's Market Wrap : Bears Back in Control?
CIFDAQ
 
Trying to figure out MCP by actually building an app from scratch with open s...
Julien SIMON
 
Software Development Methodologies in 2025
KodekX
 
AI Unleashed - Shaping the Future -Starting Today - AIOUG Yatra 2025 - For Co...
Sandesh Rao
 
Security features in Dell, HP, and Lenovo PC systems: A research-based compar...
Principled Technologies
 
The Future of Artificial Intelligence (AI)
Mukul
 
Doc9.....................................
SofiaCollazos
 
How Open Source Changed My Career by abdelrahman ismail
a0m0rajab1
 
Event Presentation Google Cloud Next Extended 2025
minhtrietgect
 
Research-Fundamentals-and-Topic-Development.pdf
ayesha butalia
 
Tea4chat - another LLM Project by Kerem Atam
a0m0rajab1
 
Presentation about Hardware and Software in Computer
snehamodhawadiya
 

Rits Brown Bag - Conga Composer