Skip to content

Employer onboarding

graph TD;
  A["Admin creates Company in SF (Account)"] --> B["Admin generates invite link or allowed email list for Company"];
  B --> C["Employer receives invite link"];
  C --> D["Employer clicks invite link and signs up in Cruits"];
  D --> E["Cruits creates Employer user and links directly to Company (via SF AccountId)"];
  E --> F["Store company_id on Employer user"];
  F --> G["Done"];

We will be using only one user in Salesforce that will be in owner_id field in most cases. Do we need owner id filtering on MySolution side?