Files
ITManager-Vault/1. Projects/1. Active/Epicor EDI Implementation/Epicor EDI Implementation.md
Alex Kogutkiewicz 837d0bb6ac First init.
2025-09-21 21:24:47 -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