Opportunities

These are potential sales or contracts that you’re pursuing. You’d typically track the value of the deal, the stage it’s at (e.g., initial contact, proposal, negotiation), and the likelihood of it closing.

In Obsidian, you can create a note for each opportunity and link it to related notes, such as companies, contacts, and activities. This can help you maintain a clear view of each opportunity and its status. Remember, the goal of tracking opportunities is to help you manage your sales process more effectively and increase your success rate.

Relationships

See Obsidian CRM Structure

Fields

Queries

Table

dataview
TABLE WITHOUT ID
	file.link AS Interaction,
	Activity,
	dateformat(created, "yyyy-MM-dd") AS "Date"
FROM "CRM/Interactions"
WHERE contains(Opportunities, this.file.name)
SORT Date DESC