Skip to content

3SigmaTech/3sigma-invites

Repository files navigation

3Sigma Invites SFDX Project

This repo holds the code for the 3Sigma Invites managed package.

The latest version of the packaged contents is available in the /bin/latest.zip archive.

An example invite can be found here.


Setup

Following installation you will need to ensure you have a publicly facing site and that the users of that site can read "Event Invite Responses" and that the default Org-wide Email Address is accessible to all profiles (as this email address will be used when invitees invite others). You will further need to ensure the "Calendar Invite" Custom Settings, shown below, are updated.


Sending Invites


Entity Relations

erDiagram
    "Case" ||..|{ "Event" : has
    "Event" ||..|| "Event Invite" : has
    "Event" ||..|{ "Event Invite (Canceled)" : has
    "Event" ||..|| "Contact" : has
    "Event Invite" ||..|{ "Event Invite Response" : contains
    "Event Invite Response" ||..|| "Contact" : has

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages