Jamie Whitehouse
Jamie Whitehouse
At the moment, R package users are only able to work with "legacy" user roles. We should upgrade this feature set to allow users to work with the new role...
When importing records via the R package, fields which are marked as "unconditionally" required in the form schema -- that is, there are no other relevance rules set on the...
Currently, users cannot specify whether strings are truncated in the data return by getRecords(). This should be updated to allow the user to choose whether their text/multi-line text fields are...
When querying a table without providng columns, and passing the truncateStrings = FALSE argument, returned strings are still truncated i.e. this does not work: `x
Fetching records with the getRecords() function does not work for subforms whose parent form has no key fields set. From [AI-3819](https://bedatadriven.atlassian.net/browse/AI-3819) Resolved in commit: [5fb12f9](https://github.com/bedatadriven/activityinfo-R/commit/5fb12f9f61be960c827abbd644e6829bde6ac243)
Users can fall into one of two license types: BASIC or FULL, based on their assigned role/permissions in a database. At the moment, we include this information on the response...
When using importRecords in the R package, the matching algorithm requires the user to always provide the reference _field_ label. This is problematic as when users export a form with...
- Getting roles - Creating a role (with parameters, database-level permissions, resource grants + optional resource grants) - Assigning a user to the new role (with the parameter value assignment...
Error when using getTables() with certain form schmea. > stopifnot(style$column > Names %in% c("pretty", "label", "code", : > node stack overflow > Error during wrapup: node stack overflow > Error:...