When you have only 1 Revizto Workspace:
-
Login to Revizto ws.revizto.com
-
Open User Management
-
Export to Excel
-
Open the Excel file
-
Switch to the Users tab
-
Select all the data rows including the Headers
-
Choose the `ws_revizto_user_report_staging` table and "Append Excel Data to Table"
-
Map the fields and choose "Append"
Note - Auth method and Domain username can be ignored -
Now the data is in the staging area - the next step is to activate the Workspace Automation called LoadReviztoUsers
When you have more than 1 Revizto Workspace:
With the release of Revizto+, some companies now have multiple Revizto workspaces.
Deep Space allows you to manage multiple Revizto workspaces, including cross-project issue dashboarding and license management tools.
There is a "Revizto Workspaces" management page in DS Command, where you can configure the Revizto Workspaces that are connected with your business.
You can also load specific workspace-related user lists into the coordination_revizto_workspaces schema. Note that the license ID is required when loading the user list here.
Actual users lists exist in ws_revizto_user_report_subworkspace with a currency flag.
You can use this procedure to update main user table:
update_revizto_user_override_from_subworkspace
You can then manage licenses and metadata with the "Enterprise License Management" dashboard template.
Subworkspace User Load
-
Set currency flag on all users to 0 using script like (can be automated):
UPDATE ws_revizto_user_report_subworkspace SET is_latest=0 WHERE workspace_id=12915 AND is_latest=1 -
Load Excel list to ws_revizto_user_report_subworkspace
-
Run update_revizto_user_override_from_subworkspace
-
Only missing disciplines are updated at this stage