-
Notifications
You must be signed in to change notification settings - Fork 3k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'main' into maddylewis-patch-13
- Loading branch information
Showing
15 changed files
with
82 additions
and
75 deletions.
There are no files selected for viewing
Submodule Mobile-Expensify
updated
from 80f59d to 98b5a1
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,42 @@ | ||
--- | ||
title: Domain Groups | ||
description: How to set different rules for different members of your domain | ||
--- | ||
|
||
To set different domain rules for different members, you can place them into groups. This allows organizations to customize permissions based on roles, such as employees and managers, ensuring they have the appropriate access and settings. | ||
|
||
--- | ||
# Configuring Domain Groups | ||
|
||
1. Hover over **Settings**, then click **Domains**. | ||
2. Click the name of the domain. | ||
3. Click the **Groups** tab. | ||
4. Click **Create Group**. | ||
5. Configure the group settings and permissions: | ||
- **Permission Group Name**: Enter a name for the group. | ||
- **Default Group**: Choose if new domain members will be automatically added to this group. | ||
- **Strictly enforce expense workspace rules**: Decide if all expense rules must be met before group members can submit a report. | ||
- **Restrict primary login selection**: Choose whether members can access their Expensify account using a personal email. | ||
- **Restrict expense workspace creation/removal**: Set whether members can create or remove workspaces. | ||
- **Preferred workspace**: Select a default workspace for group members' expenses and reports. | ||
- **Set preferred workspace to**: If enabled, specify which workspace will be set as preferred. | ||
- **Expensify Card Preferred Workspace**: If the preferred workspace is enabled, check whether Expensify Card transactions for this group will be posted to the preferred workspace for the Expensify Card instead of the one in the above settings. | ||
6. Click **Save**. | ||
|
||
--- | ||
# When to Use Different Domain Group Permissions | ||
|
||
## Strictly enforce expense workspace rules | ||
This setting ensures all workspace-level rules are followed before an expense report is submitted. This prevents expense reports from being submitted with missing receipts, incorrect categories, or violations. | ||
|
||
## Restrict primary login selection | ||
Enable this setting to ensure employees use their company email instead of a personal email account when submitting expense reports. This helps to maintain security and compliance within your organization. | ||
|
||
## Restrict expense workspace creation/removal | ||
Set this to prevent employees from creating additional workspaces outside of the company workspace they're already a member of. This will ensure expense reports are always routed through the correct company-approved channels. | ||
|
||
## Preferred workspace | ||
If you have multiple workspaces across several teams, use this setting to assign an employee to their corresponding workspace. For instance, use this for sales teams so their expenses automatically post to the "Sales Department" workspace, reducing the need for manual adjustments. | ||
|
||
## Expensify Card Preferred Workspace | ||
Enable this if your team uses the Expensify Cards for business expenses. This will ensure that all transactions are posted directly to the correct workspace without additional setup. |
Oops, something went wrong.