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 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