From 55335274ce3674bef7f72af317d389d0574340ec Mon Sep 17 00:00:00 2001 From: jubilee2 Date: Thu, 8 Jan 2026 18:21:58 +0000 Subject: [PATCH 1/2] Add new user role access variables for random setup and dashboard --- R/redcapDataStructure.R | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/R/redcapDataStructure.R b/R/redcapDataStructure.R index 0d5796d3..69bd4fda 100644 --- a/R/redcapDataStructure.R +++ b/R/redcapDataStructure.R @@ -464,7 +464,10 @@ REDCAP_USER_ROLE_TABLE_ACCESS_VARIABLES <- "record_delete", "lock_records_customization", "lock_records", - "lock_records_all_forms") + "lock_records_all_forms", + "random_setup", + "random_dashboard", + "random_perform") # User-Role Assignment Structure From 1b802ed09a35c073bed6e1a3d37645610697ec2f Mon Sep 17 00:00:00 2001 From: Shawn Garbett Date: Fri, 9 Jan 2026 17:28:01 -0600 Subject: [PATCH 2/2] Updated news for random columns patch --- NEWS.md | 1 + 1 file changed, 1 insertion(+) diff --git a/NEWS.md b/NEWS.md index 3ac722e8..eceebd7b 100644 --- a/NEWS.md +++ b/NEWS.md @@ -3,6 +3,7 @@ * `exportDags`, `exportFieldNames`, `exportProjectInformation`, `exportReportsTyped`, `importDags`, `writeDataForImport`, and `exportRecordsTyped` now have a `csv_delimiter` parameter to control delimiter utilized. * `importMetaData` bug fix when given duplicate names to exit and warn user properly. * `redcapUserRoleStructure` allows new `alerts`, `api_modules`, and `data_quality_resolution` attributes. +* `exportUsers` properly handles the columns random_setup, random_dashboard and random_perform. ## DEPRECATION NOTICES