Files
ITManager-Vault/01 Projects/Epicor EDI Implementation/Epicor EDI Implementation.md
Alexander Kogutkiewicz ac8a9e293b Changed folder naming.
2025-09-21 22:26:43 -05:00

633 B

📇 Contacts

(rolodex card — perfect for people info)


📅 Meetings

TABLE WITHOUT ID file.link as Meeting
FROM ""
WHERE type = "meeting" AND project = this.file.link AND date >= date(today) AND date <= date(today) + dur(30 days)
SORT date ASC

📝 Notes

TABLE WITHOUT ID file.link as Note
FROM ""
WHERE type = "note" AND project = this.file.link
SORT date ASC

Tasks

(green checkmark — clean and motivating)


📂 Documents

TABLE WITHOUT ID file.link as Document
FROM ""
WHERE contains(file.folder, "4. Docs")
SORT date ASC