Fixed Issues in 17R3
Release Date: December 8, 2017
This week’s release includes fixes for the following issues:
Category | Description | Issue No. |
---|---|---|
Admin | In a cross-domain environment, changing your Vault domain name does not always change user names. | DEV-129123 |
Admin | If an audit export cover page's Title is longer than a single line in the PDF export, the lines overlap. | DEV-132235 |
Admin | When an Admin configures a picklist document field, sets up a dependency with that document field, and later renames the picklist values, Configuration Migration does not use the up-to-date picklist values in the extracted VPK. | DEV-133091 |
Admin | When migrating a configuration that references a picklist, a "Picklist value is expected - picklist" error is returned. | DEV-139293 |
Admin | When deploying a Configuration Migration package, object workflows are deployed before notification templates. This leads to invalid references if an object workflow references a notification template. | DEV-140337 |
Admin | Vault does not display the correct message in the "failure" CSV for Vault Loader when the user does not have necessary access to create/update an object record's field because of Atomic Security. | DEV-142398 |
Admin | In some cases, the Formatted Outputs Job Status bar remains at 0% while the job runs. | DEV-143013 |
Admin | Some rows are shifted in PDF exports of Document Audit History. | DEV-143196 |
Admin | Vault counts new lines incorrectly as two characters (rather than one character) in the Document Type Description field. | DEV-143369 |
Admin | Vault is sometimes unable to update placeholder lifecycle when using Configuration Migration. | DEV-143495 |
Admin | In some situations, users see a "Server having problems" error when trying to edit a scheduled job definition. | DEV-143621 |
Admin | Admins cannot rename states in an object lifecycle if the state is used by a state type. | DEV-143683 |
Admin | Users can include deleted components in Configuration Migration Packages by editing the Status filter when adding components. | DEV-144113 |
Admin | When a picklist is created from another picklist, the picklist name may display incorrectly. | DEV-144167 |
Admin | When an Admin edits an Application Role object's Name, and the Application Role is associated with a lifecycle, they will receive a server error when opening that object lifecycle's Details page. | DEV-145122 |
Admin | In some cases, controlling fields are not automatically added to a new object type. | DEV-145970 |
Admin | The domain_active__v field is not editable in Vault Loader. | DEV-146039 |
Admin | Vault can't load the Permission Set > Objects tab when there are more than 200 object types configured. | DEV-146710 |
Admin | When users Upsert Groups in Vault Loader, the upsert fails with an "unexpected_error" if a single Group's label__v value is the same as an existing Group. | DEV-147178 |
Admin | The Formatted Output job fails and does not provide an error message. | DEV-149841 |
Admin | When creating new object page layouts, the name values for the page and for sections should be based on English labels. | DEV-151175 |
Admin | After an Admin opens and cancels a dialog to add planned documents to a binder template, the scroll bar disappears. | DEV-151634 |
Admin | If an Admin tries to edit a group name and enters the same group name, Vault does not allow to save because "another group exists with the same name". | DEV-152284 |
Admin | Configuration migration cannot migrate lifecycles containing entry actions that reference edited picklists. | DEV-152515 |
Admin | When a user imports an invalid workflow with Configuration Migration, Vault displays an Exception error instead of a Failure error. | DEV-152764 |
Admin | When a Formatted Output template with VQL queries contains VQL errors, the error message doesn't let the user know which node in the XML file contains the incorrect query. | DEV-154409 |
Admin | After an Admin removes a standard Security Profile from all assigned groups, Vault displays an error and the Admin cannot set that Security Profile to Inactive. | DEV-154591 |
Admin | When reviewing the Configuration Migration deployment package, the Expiration lifecycle tab appears the same in both vaults. | DEV-155146 |
Admin | Configuration Migration does not allow Document Subtype to inherit the Document Type Group the parent Document Type. | DEV-156214 |
Admin | When users are editing an object field configuration, closing the dialog by clicking the X icon rather than cancel does not revert modified values. | DEV-157125 |
Admin | When users are editing an object field configuration, editing the Name value causes a server error. | DEV-157128 |
Admin | The Large Size Asset rendition type shows the wrong label in Admin. | DEV-157369 |
Admin | When using Vault Loader to extract document relationships, users aren't able to use the token selector with the "where" filter. | DEV-157952 |
Admin | Formatted Output Templates cannot use a field that references a relationship where the relationship chain refers more than once to the same object. | DEV-159440 |
Admin | When using Configuration Migration to migrate Formatted Output Templates, Vault replaces the template's filename with the checksum value. | DEV-159954 |
Admin | When using Vault Loader CLI to work with document relationships, the console doesn't provide any error for an invalid input file. | DEV-159985 |
Admin | Vault Compare shows an error on compared attributes where the values are over 32,700 characters. | DEV-160162 |
Admin | Vault Loader CLI manual page does not include descriptions for all flags. | DEV-160525, DEV-156242 |
Admin | When configuring picklists, Admins cannot paste in a list of picklist options. | DEV-160918 |
Admin | Configuration Migration deploys Objectlifecycle and Atomicsecurity components before Notificationtemplate components, which causes errors. | DEV-161149 |
Admin | Web Actions set to "Display Within Vault" require a user to have "Edit" permission on all objects to initiate action. | DEV-163938 |
Admin | Vault Configuration report fails when an object label contains a special character. | DEV-164249 |
Admin | Admins see slow performance when trying to modify the object page layout for a Base object type. | DEV-166056 |
Admin | Admins cannot edit object lifecycles with application standard entry actions to introduce custom entry actions. | DEV-151420 |
API & VQL | Some attachment files types are not downloadable through the API. | DEV-111814 |
API & VQL | When a user requests to Retrieve Submission Import Results, the response does not include the same warnings that display in the UI. This was fixed in all versions of the API. | DEV-119763 |
API & VQL | In some cases, a VQL query on an object name returns an error. | DEV-133857 |
API & VQL | When creating a new cross-domain user, the alias__v field is included with a blank value. This value is only retrievable through the API. | DEV-134673 |
API & VQL | v17.3 of the API sometimes shows lifecycle__v as an optional field (required = false) | DEV-138949 |
API & VQL | In some cases, submitting multiple VQL queries can cause slow performance. | DEV-143046 |
API & VQL | Users see "unexpected error" rather than explicit error when trying to bulk create manual role assignments for an object that doesn't use Custom Sharing Rules. | DEV-143120 |
API & VQL | When creating or updating object records through the API, the response now contains all errors that occur rather than only the first error we encounter. | DEV-143283 |
API & VQL | The Assign Users & Groups to Roles on Object Records API returns METHOD_NOT_SUPPORTED when it should return INVALID_DATA. | DEV-143595 |
API & VQL | The Remove Users & Groups from Roles on Object Records API returns METHOD_NOT_SUPPORTED when it should return INVALID_DATA. | DEV-143711 |
API & VQL | Queries using the CONTAINS Operator do not return data when record names include spaces. | DEV-144419 |
API & VQL | In some cases, bad VQL syntax results in server errors. We now properly catch these errors and return an INVALID_DATA data error. | DEV-146121 |
API & VQL | In some cases, users receive different VQL query results between Fast and Slow Train vaults | DEV-147273 |
API & VQL | Users are seeing slow performance when deleting object records via API. | DEV-147323 |
API & VQL | Through the API, users can set document metadata to have identical duplicate values. For example, the API can set the country__v field to include both Canada and Canada. This was fixed in all versions of the API. | DEV-148532 |
API & VQL | The Remove Users & Groups from Roles on Object Records API returns METHOD_NOT_SUPPORTED when it should return INVALID_DATA. | DEV-149450 |
API & VQL | In some vaults, XPT files imported from an FTP server are set with a text/plain MIME type. | DEV-150564 |
API & VQL | When users try to get login_audit_trail or domain_audit_trail results for a single date (same start and end date), there are no results. | DEV-153801 |
API & VQL | Users receive an "unexpected_error" when running a workflow question for task_reason_code__v. | DEV-155001 |
API & VQL | If a single record in an input file fails, users receive an error that the whole batch failed. | DEV-155418 |
API & VQL | Updating attachments with the external_id__v field should not also require the id field. | DEV-156985 |
API & VQL | In some situations, Vault does not create a viewable rendition for documents loaded through the API. | DEV-159748 |
API & VQL | VQL queries with extremely large result sets (>30M) result in a QUERY_TOO_COMPLICATED error. | DEV-161040 |
API & VQL | Users without Domain Admin access are not able to get a result from /objects/domain API call in 17.2 and 17.3 API versions. | DEV-161273 |
API & VQL | The CSV input file for deleting document attachments requires the document__id__v field, but should not. | DEV-161943 |
API & VQL | In some Clinical vaults, the Milestone Creation from Template job on Studies with more than 200 Study Sites fails to complete. | DEV-162044 |
API & VQL | When modifying EDL records through API calls in some clinical vaults, Vault does not properly prevent collisions. | DEV-162045 |
API & VQL | Users receive an incorrect error message in the response when specifying an invalid value in the request for a controlled copy recipient. | DEV-165310 |
API & VQL | Users cannot concurrently create two (2) vault objects using the metadata API. | DEV-58204 |
Authentication | When an SSO user times out of Vault, they are directed to the Vault login page rather than the specified IdP logout URL. | DEV-106567 |
Authentication | The GUID is now included in the audit log for a failed SSO login attempt. | DEV-132700 |
Authentication | SSO Login button does not display if customer incorrectly enters credentials. | DEV-138313 |
Authentication | In some cases, the incorrect domain name displays in the Cross Domain Security Policy. | DEV-139728 |
Authentication | Users cannot provide eSignatures if their password is longer than 32 characters. | DEV-142252 |
Authentication | Some password managers on some browsers are able to auto-fill passwords for eSignatures. | DEV-143843 |
Authentication | The forgot password message is not translated correctly when the language is changed to Chinese. | DEV-147127 |
Authentication | When creating a cross-domain user, Vault synchronizes the Federated ID from the home domain. | DEV-152737 |
Authentication | Password field behaves inconsistently when passwords include uppercase characters, Japanese characters, or emoji. This fix changes the behavior to prevent users from (1) selecting any text within the password field (2) inserting text by typing or pasting in front of or within the text already entered in the password field (3) moving the cursor to the left after typing. | DEV-157719 |
Authentication | Cross-Domain users with SSO are not able to authenticate. | DEV-161127 |
Authentication | Some customers cannot access their vaults. | DEV-167183 |
Clinical | Vault allows assignment of multiple categories to a Protocol Deviation. | DEV-135794 |
Clinical | Create Study Binder option is missing in Actions menu on Study records in eTMF. | DEV-143071 |
Clinical | The Milestone Type field on the EDL Item object is required in some vaults, but should not be. | DEV-143130 |
Clinical | When a downstream milestone is in Completed state but the Actual Finish Date field is blank, Vault still updates its Baseline or Planned dates when changes are made to the milestone on which it is dependent. | DEV-143386 |
Clinical | When users change both the Baseline and Planned dates on a Previous milestone in a milestone dependency, Vault only updates the Planned date on downstream milestones. | DEV-143387 |
Clinical | Updating milestone dates from a workflow triggers a user action to decide whether or not to apply changes. | DEV-143398 |
Clinical | The email body for Clinical User Tasks are not formatted properly. | DEV-143498 |
Clinical | In some vaults, users experience slow performance during EDL Cleanup. | DEV-143856 |
Clinical | If the milestone object has a configured lifecycle, milestones cannot be created using the Create Milestone from Templateaction. | DEV-144052 |
Clinical | Some vaults are missing the milestone creation notification template. | DEV-144258 |
Clinical | The Study Site does not auto-populate when creating standard Milestones from the Study Manager Homepage. | DEV-144389 |
Clinical | In Site Activation Progress view, a Milestone's hovercard may not include related EDL Item information. | DEV-145941 |
Clinical | In some SiteExchange vaults, the Safety Information pane does not appear in the Tasks tab. | DEV-146006 |
Clinical | Users receive a server error when setting the completion date before the assigned date on a clinical user task. | DEV-146835 |
Clinical | Milestone Date Offset updates are not always applied to downstream milestones. | DEV-148683 |
Clinical | If a user navigates to a page they do not have permission to view, the user is shown a blank page rather than redirecting to the correct page. | DEV-148952 |
Clinical | The Study Site field on a Milestone becomes read-only after a user edits the field value. | DEV-149523 |
Clinical | On the CRA Home Page, the Site Quality widget displays "Severity" where it should display "Priority". | DEV-149910 |
Clinical | Enabling CTMS fails if a lifecycle already exists on the Person object. | DEV-150623 |
Clinical | If a Study Site is created and the Organization and Location fields are blank, users don't see the Conduct Preliminary Review action the site's Actions menu. | DEV-160680 |
Clinical | Some strings are missing translations for the Site Feasibility feature. | DEV-160755 |
Clinical | (Chrome browser only) The Planned Document Details dialog doesn't close properly after selecting a Milestone Type. | DEV-160802 |
Clinical | In some cases, Vault clears the customer entered values from a Milestone's Actual Finish Date field. | DEV-165394 |
Commercial | Approved email templates with images added in the BEE Editor do not render correctly in Vault. | DEV-152743 |
Commercial | Generating a 2253 form fails when a lifecycle is unavailable for a document type referenced in the template. | DEV-158038 |
Commercial | The rendition type "veeva_distribution_package_vs" was renamed to "veeva_distribution_package_c" in some vaults. | DEV-162157 |
Commercial | Certain vaults cannot perform the legacy "Generate 2253" user action. | DEV-163379 |
Documents | When trying to save an annotation, users sometime receive an "Operation Unsuccessful" message. | DEV-115053 |
Documents | A popup warning displays when users try to copy a document that uses merge files and has annotations. | DEV-120695 |
Documents | The remove document relationship button does not display correctly on linked document relationships with formula fields off. | DEV-120870 |
Documents | If users remove a shared document field, any entry criteria using that field show up as blank. | DEV-121303 |
Documents | An appropriate error message now shows when trying to add a document to a nested binder. | DEV-126128 |
Documents | Exported binders may show "null" for a section name. | DEV-127367 |
Documents | When using Metadata Extraction for Source files, Vault reports some image metadata (Orientation, Image Size, Resolution, GPS, etc.) incorrectly. | DEV-127756 |
Documents | When viewing a document with previously saved user mentions, the usernames are unformatted. | DEV-127784 |
Documents | In some cases, Web2PDF fails to crawl a site and does not generate a PDF. | DEV-130090 |
Documents | Documents with "&" in their name show up as "&" when checking the document in or out. | DEV-136498 |
Documents | When changing a document's state, the multi-document viewer shows two headers. | DEV-136826 |
Documents | During bulk creation of documents, selecting new object types sometimes cause other field to become unselected. | DEV-137895 |
Documents | Video and audio files do not display with the custom thumbnail in Brand Portal. | DEV-139485 |
Documents | When users copy a document while in Document View layout, Vault does not display document fields or the Save button. | DEV-140422 |
Documents | The browser's scroll bar sometimes disappears while editing binders. | DEV-141548 |
Documents | When downloading a document source file, users sometimes receive the error message "There is no source document to download" instead of the appropriate "You do not have permission to download this source file" message. | DEV-142139 |
Documents | In some situations, part of a link does not display in blue. | DEV-142359 |
Documents | When users upload multiple 2253 forms at a time, Vault sometimes renders a form but fails to display its viewable rendition in the Doc Info page. | DEV-142432 |
Documents | When users load a document using the FTP Inbox and then classify the document, Vault does not apply role defaults to the Consumer role. | DEV-143224 |
Documents | Certain MSG email files do not render. | DEV-143424 |
Documents | When loading documents via the Vault Loader, the Job Status bar remains at 0% until the input job completes. | DEV-143437 |
Documents | Users are unable to navigate to a component binder from the Multi-Document Viewer. | DEV-143545 |
Documents | Videos in Doc Info page (with mixed view) are wider than a regular document. | DEV-143546 |
Documents | In some cases, users receive an error message when creating documents in Vault Loader. | DEV-143682 |
Documents | In the Library, some number fields display their Integer value. | DEV-143830 |
Documents | Vault cannot render MS Word documents with Merge Fields enabled if the document includes SmartArt diagrams. | DEV-143841 |
Documents | The "Go to selected binder" link does not appear for a binder in Multi-Document Viewer. | DEV-144388 |
Documents | When users hover over the Check Out icon for documents in a binder, an incorrect timestamp displays. | DEV-144639 |
Documents | Users attempting to add documents to Related ISI or Related PI sections for Approved Email see an error. | DEV-144697 |
Documents | In some cases, Vault fails to create viewable renditions for PowerPoint files when Export Speaker Notesis enabled. | DEV-145313 |
Documents | In some cases, document content does not display in thumbnails in the multi-document viewer. | DEV-145656 |
Documents | In some cases, Vault may not render read-only PowerPoint files. | DEV-145687 |
Documents | In some configurations, Vault redirects users to the Library when users try to initiate a Create & Relate Document action from an object record. | DEV-145692 |
Documents | When a user refreshes Vault, users with View Content permission are unable to view document content. | DEV-145800 |
Documents | In some cases, Vault fails to create viewable renditions for PowerPoint files when Export Speaker Notes is enabled. | DEV-145834 |
Documents | Using the "filename" token causes naming issues when auto-naming is enabled. | DEV-145905 |
Documents | In some cases, viewable renditions do not render when a 2253 Form is generated from a Compliance Package binder. | DEV-145987 |
Documents | In some cases, Vault does not merge fields for documents with more than one setting.xml file. | DEV-146012 |
Documents | Users see a server error when attempting to create and save a new Searchable Object Field. | DEV-146019 |
Documents | Uploading a file to a placeholder does not trigger dynamic auto-naming. | DEV-146185 |
Documents | Vault displays the state instead of the city after extracting image metadata. | DEV-146318 |
Documents | Users see a 404 error when attempting to version binder component documents or upload source files to placeholders in binders by dragging and dropping new files. | DEV-146320, DEV-148091 |
Documents | Users attempting to reclassify a document from a binder receive an error message. | DEV-146543 |
Documents | In some cases, lookup fields do not update when referencing a multi-select object field. | DEV-146855 |
Documents | Users receive an error when attempting to update multiple documents with disabled picklists. | DEV-147141 |
Documents | Using the count() formula for XFA form mapping causes a form validation error. | DEV-147780 |
Documents | When users upload an attached file, Vault generates bookmarks with an incorrect title style. | DEV-148350 |
Documents | Users receive a permission error when attempting to make a copy of a document type they have the Create permission on. | DEV-148351 |
Documents | In some cases, bookmark titles are not generated properly when the heading text is too long. | DEV-148459 |
Documents | In some Viewable Renditions, not all link text appears in blue font. | DEV-148597 |
Documents | In some cases, some document files fail to render in Vault. | DEV-148612 |
Documents | In some cases, InDesign documents fail to render in Vault | DEV-148903 |
Documents | Hidden fields do not always default correctly during document upload. | DEV-149757 |
Documents | In some cases, customers receive a server error when accessing to documents. | DEV-150372 |
Documents | A document's Sharing Settings don't update when a lifecycle entry action sets a field to blank. | DEV-150565 |
Documents | Users on Mac OS cannot unzip binder and document extract ZIP files using the default utility. | DEV-151063 |
Documents | Video rendering fails for some files. | DEV-151710 |
Documents | When a field used in auto-filing configuration is hidden, Vault does not auto-file documents that reference the hidden field, if those documents were created before the binder. | DEV-151889 |
Documents | When users try to search in the expanded Sharing Settings page for a document, they see an error. | DEV-152054 |
Documents | When a legal hold is lifted from a document, it is not reflected in the document audit history. | DEV-152085 |
Documents | Users with the correct permissions cannot extract documents using Vault Loader. | DEV-152323 |
Documents | PowerPoint documents do not render correctly when speaker notes are enabled. | DEV-153985 |
Documents | In MS Word documents with a Table of Contents spanning multiple pages, the Vault-generated bookmark to the TOC jumps to the wrong place in the document. | DEV-154133 |
Documents | When a user applies a Reassign Task filter to the audit trail, no records are returned. | DEV-154298 |
Documents | Vault skips video annotations in "Delete all annotations" entry action. | DEV-154827 |
Documents | The "Delete Annotation Comments" entry action does not work for video documents. | DEV-154934 |
Documents | If a given date field is not required, users are able to save with an invalid date format in that field. | DEV-155486 |
Documents | In some cases, users cannot remove a claim document relationship from Related Claims | DEV-155509 |
Documents | In some cases, documents created the same with merge fields behave differently when the source document is downloaded. | DEV-155531 |
Documents | In some cases, users see a server error when trying to copy a video document. | DEV-155712 |
Documents | External non-Vault users who receive documents via Send as Link can see the document in an external viewer even if the Vault is in Maintenance mode. | DEV-156275 |
Documents | The date in the Renditions panel on the Doc Info page does not match Vault's standard date format. | DEV-156423 |
Documents | In vaults with the Caption Bookmarks rendition setting off, Vault sometimes adds an extra page to generated Viewable Renditions. | DEV-156673 |
Documents | Some users receive a server error when attempting to make a copy of a video document. | DEV-156945 |
Documents | When exporting a binder, Vault does not include binder sections that have a tab in the name. | DEV-157378 |
Documents | On video documents, the height of the "Annotate" toolbar changes when switching from view to annotate mode. | DEV-157590 |
Documents | In certain situations, Vault shows that a rendition is "in progress" forever, rather than updating to show an "unable to render" error. | DEV-157894 |
Documents | In some vaults with "Auto-generate Bookmarks for Captions under Parent Headings" enabled, Vault generates an incomplete list of bookmarks. | DEV-157940 |
Documents | Reclassifying a document with Merge Fields adds a new version. | DEV-158104 |
Documents | Users see a server error when reclassifying a document if an Admin recently deleted a rendition type from the new document type. | DEV-160750 |
Documents | When the Library is in Tabular View and a user selects Version History from a document's Actions menu, Vault doesn't display the Version History. | DEV-161911 |
Documents | In some cases, Vault increases the file size of InDesign files when exported to PDF. | DEV-165412 |
Documents | On some vaults, users are unable to download document source files, check out documents, download a Submission Archive, or use the API to get document content. | DEV-165777 |
Documents | In some cases, the entries in the Document Type Group field disappear and reappear when editing the details of a document type. | DEV-165994 |
Documents | In some cases, parts of link text do not display in blue. | DEV-71766 |
Documents | The "back to binder" breadcrumb link doesn't keep the user in their current section. | DEV-82368 |
Documents | When creating a CrossLink, the bound source version doesn't update to the latest version | DEV-85753 |
Documents | In rare cases, document bookmarks do not work. | DEV-96990 |
Documents | Vault does not always render embedded images in DOCX source files. | DEV-162401 |
Documents | Certain video source files fail to render. | DEV-159873 |
Documents | Vault fails to generate a Viewable Rendition for Excel source files with over 200K rows. | DEV-116184 |
Documents | When Vault generates a Viewable Rendition from a DOCX file, some superscript text is not visible. | DEV-161281 |
Documents | Vault does not always render images in PPTX source files. | DEV-160951 |
Documents | During bulk document upload, some documents fail to render. | DEV-160811 |
Documents | Vault displayed a "File not found" error when user tried to download Source Document. | DEV-163606 |
Lifecycle & Workflow | Users receive an incorrect error message after deleting a document lifecycle. | DEV-128920 |
Lifecycle & Workflow | Users cannot import document lifecycles with the "Set binder content version binding by state type" entry action. | DEV-135013 |
Lifecycle & Workflow | Users can delete lifecycles even if it's the only active lifecycle associated with a document type. | DEV-139717 |
Lifecycle & Workflow | Users see an error when setting the "Records in this state become inactive" option and saving, on an object lifecycle state with "__clin" namespace suffix. | DEV-143027 |
Lifecycle & Workflow | Document audit logs sometimes show the wrong lifecycle state names for documents. | DEV-143515 |
Lifecycle & Workflow | Task does not immediately disappear from Available Tasks when a user accepts it, if user is in Tabular View. | DEV-143578 |
Lifecycle & Workflow | When users complete a User Task from the Home page, the User Task Owner does not receive a complete notification. | DEV-143791 |
Lifecycle & Workflow | Vault cannot assign a workflow task to over 500 users. | DEV-143823 |
Lifecycle & Workflow | In some vaults, workflow verdict labels change when customers configure label-specific operators in lifecycle/workflow conditional statements. | DEV-144095 |
Lifecycle & Workflow | When the Read permission is added to or removed from an application role in an object lifecycle, and a user refreshes the page, the object details page appears blank. | DEV-144383 |
Lifecycle & Workflow | User action object workflow steps display all available picklist values, instead of only those values available for the object type. | DEV-144891 |
Lifecycle & Workflow | Users do not receive a banner notification after initiating a formatted output user action. | DEV-144937 |
Lifecycle & Workflow | When browsers are smaller than 1280px wide, the Complete and Accept buttons for tasks are cut off. | DEV-144960 |
Lifecycle & Workflow | If a lifecycle action is performed that updates the document version while in the multi-document viewer, clicking the Back to Previous Page link creates multiple headers. | DEV-146226 |
Lifecycle & Workflow | The Save and Cancel buttons don't work correctly form the document lifecycle roles page. | DEV-147624 |
Lifecycle & Workflow | In some cases, document workflow history reports have missing tasks and are inconsistent. | DEV-148167 |
Lifecycle & Workflow | Vault shows the wrong error message when an object record doesn't meet its lifecycle state entry criteria. | DEV-148358 |
Lifecycle & Workflow | In some cases, users cannot save a conditional user action. | DEV-151794 |
Lifecycle & Workflow | Users cannot create entry criteria on two object types with the same label. | DEV-153867 |
Lifecycle & Workflow | Users may receive a server error when completing a document workflow task. | DEV-154241 |
Lifecycle & Workflow | After a user provides an eSignature and the dialog closes, the Vault scrollbar does not reappear. | DEV-155115 |
Lifecycle & Workflow | When configuring a lifecycle state's entry criteria, the Relationship and Rendition dropdown menus include values from deleted document types and exclude values from document subtypes and classifications. | DEV-155172 |
Lifecycle & Workflow | Users are able to navigate to the standard Owner lifecycle role by selecting any linked lifecycle role and editing the URL. | DEV-156102 |
Lifecycle & Workflow | When users are looking at accepted tasks, the "Undo Acceptance" button doesn't appear until they click "Show More." | DEV-158950 |
Lifecycle & Workflow | Apostrophe character shows as "'" in workflow reminder emails. | DEV-161235 |
Lifecycle & Workflow | Vault requires users to have Annotate permission on a document to change state if the new state has a "Delete all annotations" entry action. | DEV-164116 |
Lifecycle & Workflow | When users click on a object record task in an active workflow, the task is covered by a double header preventing the user from completing the task. | DEV-164407 |
Lifecycle & Workflow | In some cases, users receive an error when attempting configure and save atomic security on fields. | DEV-164528 |
Lifecycle & Workflow | Users entering the wrong credentials when providing an eSignature for a document workflow get an error message that doesn't explain what went wrong. | DEV-104879 |
Lifecycle & Workflow | An error occurs when trying to run an object workflow task with a Name value longer than 128 characters. | DEV-166580 |
Localization | In some RIM vaults, notification messages aren't localized. | DEV-141061 |
Localization | In some cases, users receive an error when attempting to export a translation file. | DEV-143289 |
Localization | Some Vault Loader notifications do not display in the correct language based on the user Locale. | DEV-143478 |
Localization | The Inbound Packages list page is missing translations for some labels. | DEV-143558 |
Localization | Notifications for "Copy From Content Plan" are not translated. | DEV-143846 |
Localization | Some string translations are incomplete. | DEV-143958 |
Localization | In some vaults, translations related to User Tasks may be missing or incorrectly formatted. | DEV-144452 |
Localization | Various strings introduced in 17R2.0, 17R2.2, and 17R2.3 do not include translations. | DEV-147418 |
Localization | Page Layouts tab uses wrong translation. | DEV-148763 |
Localization | Various strings introduced in 17R2.4 do not include translations. | DEV-160679 |
Multichannel | Users without View permission on the Website object cannot create approved email documents. | DEV-142018 |
Multichannel | Placeholder documents that have CLM content/Engage content field set to "Yes" for non-multichannel slides show a "server having problems" error because they have no MIME type. | DEV-143645 |
Multichannel | Users cannot access the Next button during the Create Presentation action if there's a dependent field with an invalid value carried over from the original document. | DEV-143861 |
Multichannel | Turning on a CLM or Engage integration may reset page layouts to the default. | DEV-144164 |
Multichannel | Document reference fields for multichannel presentation records display "null" in the name field. | DEV-144633 |
Multichannel | When using the Send to CLM action, Vault sends the same slide multiple times. | DEV-146889 |
Multichannel | Yes/No field values are not applied when using Create Presentation to create a multichannel presentation. | DEV-149974 |
Multichannel | When a user uploads a PowerPoint file as a Multichannel Slide and sets the CRM Media Type to PDF, the document audit trail incorrectly shows that a distribution package was created and sent to CLM. | DEV-152749 |
Multichannel | Rendition types that are specific to Multichannel appear in other commercial vaults, but users are not able to use them. Multichannel-specific rendition types should be hidden in non-Multichannel vaults. | DEV-155692 |
Multichannel | In vaults that use Litmus integration, users are able to see the View Preview Email option in the HTML document's Actions menu after the expiration time limit has lapsed. | DEV-156110 |
Multichannel | In some cases, using Create Presentation from a PowerPoint file shows blank slides. | DEV-159828 |
Objects | When creating and relating a new child object reference record, the parent field is editable. | DEV-129480 |
Objects | Users receive a server error when using the Match Documents action on an EDL Item with a "\" character in a matching field. | DEV-131847 |
Objects | In rare cases, lookup fields do not populate. | DEV-136320 |
Objects | Users without the Read permission on a specific object type can access a document reference link from an object record. | DEV-138342 |
Objects | Users without the Read permission on a specific object type can access lookup field links from an object record. | DEV-138872 |
Objects | Users sometimes receive a server error when trying to save a new Batch object record. | DEV-139128 |
Objects | When creating an object record, Vault lists the child object record of a different parent object in the picklist. | DEV-141726 |
Objects | In some cases, users receive a server error instead of a standard error message when attempting to work in a vault that is currently under configuration by an Admin. | DEV-141810 |
Objects | When copying EDLs, the notification email shows the total number of records, rather than the number of records the user can access. | DEV-142311 |
Objects | Users with the External User license type can not filter on custom object fields in the object tab. | DEV-142427 |
Objects | Type-ahead suggestions in advanced filters (in object tabs) don't work when Dynamic Reference Constraints are applied. | DEV-142715 |
Objects | When creating a related object record under a parent record, the Text field is auto-populated and not editable in the Create dialog. | DEV-142756 |
Objects | Users receive a server error on the Brand Portal landing page if they do not have View permission on the Display Max field. | DEV-142934 |
Objects | When a binder is associated with an EDL record, users cannot delete the binder or the EDL record. | DEV-142985 |
Objects | When users change the Object Type of a record, Vault does not clear a picklist value that would be invalid for the new type. | DEV-143506 |
Objects | When users are viewing an object record detail page, clicking on Sharing Settings changes the breadcrumbs. | DEV-143653 |
Objects | The Back to previous page link does not work when viewing an object record from Home > Notifications. | DEV-143808 |
Objects | In some cases, users receive a server error when creating a filter using object types in the object advanced search dialog. | DEV-144183 |
Objects | In the Advanced Lookup Dialog for Vault Objects, data loads before filters are applied, which means filters are not initially applied to the data. | DEV-144188 |
Objects | When copying object records that include fields hidden by Atomic Security, Vault does not copy hidden fields' values. | DEV-144233 |
Objects | When changing a record's object type, users are able to save with invalid picklist values. | DEV-144333 |
Objects | Users receive an unhelpful error message after attempting to delete an object field that is referenced elsewhere. | DEV-144446 |
Objects | Users may receive an unhelpful error message when creating an object record with Chinese, Japanese, or Korean characters in the Name field. | DEV-144455 |
Objects | Vault may include some application object relationships in the count for the maximum number of custom relationships. | DEV-144703 |
Objects | The Complete field is required on the User Task object. | DEV-145355 |
Objects | In some cases, when sections with Name fields are hidden in the object details page, viewing the audit trail from the object details page redirects users to the Tasks page. | DEV-145402 |
Objects | Some users experience slow performance when opening object page layouts. | DEV-146632 |
Objects | In some cases, when a user updates a Study record, the update doesn't save in Site record detail view. | DEV-146790 |
Objects | When navigating to an object record's Related Documents section, the Action menu displays out of place after shrinking the document name. | DEV-146803 |
Objects | When users click Show in Tabs for a Related Object section based on a simple join, Vault does not properly filter the related object records. | DEV-147763 |
Objects | In some cases, users receive an error when attempting to save a page layout. | DEV-149104 |
Objects | When the Searchable Fields feature is turned off, every field is treated as a searchable field. | DEV-150974 |
Objects | Vault does not populate an object's picklist lookup field when a user changes the object type from a type without a lookup field to a type with a lookup field. | DEV-154424 |
Objects | For a text-type object field, Vault displays an error when an Admin uses an "IF" function in the Default Value expression. | DEV-154547 |
Objects | When an Admin selects the "User must always enter a value (required)" checkbox for an object field, Vault greys out the "Do not copy this field in Copy Record" checkbox, and it is becomes non-selectable. | DEV-154881 |
Objects | Users are unable to use Copy Record from the object record's details page but can from the Library view. | DEV-155203 |
Objects | If an object is configured to have a maximum number of lookup fields per relationship and an Admin exceeds the value, Vault displays a vague error message. | DEV-155468 |
Objects | When an Admin exceeds the value for maximum number of Lookup Relationships on a source object, Vault displays a vague error message. | DEV-155470 |
Objects | When users drag and drop columns in an object's Object Types tab, Vault enables previously disabled Select All checkboxes. | DEV-155621 |
Objects | When setting the default value for an object field, the "value(text)" and "text(value, #)" functions do not work correctly. | DEV-156425 |
Objects | When viewing Sharing Settings for an object record, the Navigation Panel includes hidden sections. | DEV-159147 |
Objects | After users create a related object record from an object record detail page, Vault returns them to the original object record detail page with the related section collapsed. This section should stay expanded so that users can see the newly created record. | DEV-160127, DEV-160784 |
Objects | The + (Add) button does not show on the object record Sharing Settings page. | DEV-160534 |
Objects | Users with a custom security profile see slow performance when navigating through object records. | DEV-161047 |
Objects | When users without a Business Admin profile navigate to an object record from a notification link and attempt to create a related object, Vault displays a blank page with an incorrect header. | DEV-161506 |
Objects | The "Match EDL Items to Documents" job completes with errors if "Classification" is a matching criteria. | DEV-163899 |
Objects | Adding a formula to set a default field value on an object field causes an error. | DEV-164296 |
Objects | Inline editing of the Status field on simple join records causes a server error. | DEV-164546 |
Objects | Admins are able to delete reference fields used in a system-managed name format. Once the field is deleted the object with a system-managed name becomes inaccessible. | DEV-166155, DEV-166050 |
Performance & UI | Some warning and error messages for EDL have double spaces between sentences or at the end of the message. | DEV-136230 |
Performance & UI | An error message displayed during outages includes the wrong email address to contact Veeva. | DEV-136683 |
Performance & UI | Office Online options in the document Actions menu are not aligned properly. | DEV-141876 |
Performance & UI | In some RIM vaults, users experience slow performance with the Manage Registered Details action. | DEV-143461 |
Performance & UI | Ghost text (instructions or suggestions) in multi-select fields that use Dynamic Reference Constraints is sometimes truncated. | DEV-143463 |
Performance & UI | Fields with Dynamic Reference Constraints show "Depends on..." ghost text although there is no controlling field. | DEV-143483 |
Performance & UI | CrossLink search dialog does not show "Item not found" when there are no documents. | DEV-143658 |
Performance & UI | Reports with down object that have hidden values may run very slowly. | DEV-143730 |
Performance & UI | When decreasing the size of the browser window while viewing a video, some of the video is cut off before responsive design resizes the video. | DEV-143785 |
Performance & UI | Bulk deletion of object records (via API) significantly slows performance. | DEV-143821 |
Performance & UI | In some RIM vaults, users experience slow performance when during Submissions Archives imports. | DEV-145415 |
Performance & UI | In some vaults, reports run slowly. | DEV-146214 |
Performance & UI | Some users experience slow performance when adding participants to a workflow. | DEV-146605 |
Performance & UI | Grammar enhancement: Error message change from "There are X related document you do not have access to." to "X related documents exists to which you do not have access." | DEV-149501 |
Performance & UI | Submission Archive Viewer is slow when loading and expanding sections. | DEV-150718 |
Performance & UI | Submission Archive import is slow. | DEV-151178, DEV-151305 |
Performance & UI | Users experience slow performance when creating and saving an object with 300 or more fields. | DEV-155673 |
Performance & UI | The "Learn More" link in the Generate 2253 notification navigates users to an irrelevant Vault Help article. | DEV-160760 |
Performance & UI | Users experience slow performance when configuring a user action. | DEV-163360 |
Performance & UI | (Internet Explorer 11 only) Quality Event object lifecycle page loads very slowly. | DEV-164111 |
Performance & UI | In an object record detail page, related object sections that include a Lifecycle State column and that list many records render very slowly for users with field level security applied. | DEV-164153 |
Performance & UI | In some cases, Vault is slow to index documents. | DEV-164444 |
Quality | Users do not receive a notification banner when executing the Formatted Output user action. | DEV-125045 |
Quality | Users are not able to use the Controlled Copy action on past versions of a document that is currently checked out. This action should be available on all versions, as long as the lifecycle state supports it. It should not be available on the checked out (latest) version. | DEV-132199 |
Quality | In some cases, users receive an error when generating a formatted output. | DEV-132987 |
Quality | If a user's location is not US, the user cannot see Formatted Output templates. | DEV-143895DEV-144935 |
Quality | A user without read permission on an object referenced in a Formatted Output template will not be able to upload the template. | DEV-143906 |
Quality | Users sometimes can't add a document to a Change Control if it was previously in another Change Control. | DEV-145010, DEV-145485 |
Quality | Quality and QualityOne vaults do not have the Owning Facility, Owning Department, and Status field drop-downs in the Advanced Search dialog. | DEV-145250 |
Quality | Formatted Output fails if it references a field with a dot notation path terminating in a relationship (for example, audit__qdm.quality_event_qdmr). Because the dot notation path terminates in a relationship, there is no field to request, which causes Formatted Output to hang. | DEV-145563 |
Quality | Picklist values are incorrect for the Type field on the Quality Event object. | DEV-146338 |
Quality | Users receive an error when attempting to upload Formatted Output forms that reference related documents. | DEV-146610 |
Quality | When a user attempts to delete a field referenced in a Formatted Output template, the error message is unhelpful. | DEV-148988 |
Quality | When formatted output generation fails due to reaching the maximum number of attachments for a single object, Vault does not display an error message. | DEV-151125 |
Quality | When changing the template file of a formatted output record, the audit log displays checksum instead of the filename. | DEV-162349 |
Reporting | When selecting the Action menu from the column header of a report, the orange page break line displays over the actions menu. | DEV-123241 |
Reporting | When reporting on objects with multiple object types, clicking a link to an object record sometimes sends user to Home, instead of Business Admin or custom object tab. | DEV-141775 |
Reporting | User can favorite a report or dashboard they don't have permission to access. Note that they cannot actually view or edit. | DEV-141935 |
Reporting | When reporting on objects in a many-to-many relationship and grouping on a field with field-level security, the grouping column is missing. | DEV-142898, DEV-149200 |
Reporting | In some situations, bar charts in dashboards are not displaying every record. | DEV-142932 |
Reporting | Certain document relationship reports are slow to run. | DEV-143142 |
Reporting | The Back to previous page link does not work when viewing an object record from Home > Notifications. | DEV-143803 |
Reporting | When running a report, object count columns for join and down-up objects sometimes do not display anything at the primary grouping level. | DEV-144037 |
Reporting | Action column does not work in Workflow or Read & Understood reports. | DEV-144250 |
Reporting | In reports, some number fields are not right-aligned. | DEV-144456 |
Reporting | When users export a report after making changes, the export does not contain the changes made. | DEV-145034 |
Reporting | In same cases, large reports begin exporting to excel but do not finish. | DEV-145723 |
Reporting | The Dashboard page sometimes incorrectly shows that you vault encountered a network error. | DEV-148149 |
Reporting | Report filter does not return documents in scope. | DEV-149963 |
Reporting | When a user filters a report on a user whose name contains an apostrophe ('), Vault displays duplicate apostrophes in the Created By Column. | DEV-151838 |
Reporting | When creating a report, users are unable to select a Report Type because the Report Type column is empty. | DEV-154342 |
Reporting | When a user attempts to remove a role from a lifecycle that is used by a report, the Vault error message doesn't inform the user which report uses the lifecycle role. | DEV-155456 |
Reporting | Activity reports display a server error if a user tries to group on "Parent" or "Name" fields. | DEV-160900 |
Reporting | In some cases, after a user clicks into a document or an object record from a report, Vault is unable to reload the report. | DEV-160948 |
Reporting | If a vault doesn't include the "Supporting Documents" relationship type, some document relationship reports do not load properly. | DEV-160971 |
RIM | When a user filters a report on a user whose name contains an apostrophe ('), Vault displays duplicate apostrophes in the Created By column. | DEV-116132 |
RIM | When an operation is missing for a leaf during import, the notification email contains an incorrect error message. | DEV-123556 |
RIM | In the Submissions Archive Viewer, users without the "View User Information" permission can select user-based filters. | DEV-124705 |
RIM | In some cases, the incorrect document version displays for Japanese submissions | DEV-128159 |
RIM | When an operation is not populated for a leaf during submission import, the notification email contains an incorrect error message. | DEV-129733 |
RIM | Exporting an audit trail fails when it contains Chinese characters. | DEV-135437 |
RIM | After the a user initiates the Copy from Content Plan action, Vault includes deleted sections in the notification's total plan sections. | DEV-137493 |
RIM | The Create Related Records option from a report, users can enter invalid field values. | DEV-139241 |
RIM | When creating a binder from a Content Plan, the description for the selected Document Type should appear below the picklist. | DEV-139813 |
RIM | After a user clicks Finish in the manage registered details wizard, Vault does not display the bulk action banner notification. | DEV-140698 |
RIM | When creating a binder from a Content Plan, if a field is a single-value picklist users should be able to leave this document field blank. | DEV-141418 |
RIM | When using the Managed Registered Details action, users receive an error and Vault fails to send notifications. | DEV-141490 |
RIM | When users create a binder from Content Plan and there is a matching field between the EDL and the binder, binder creation fails if the matching field on is set as unique. | DEV-142648 |
RIM | When multiple submissions are in progress and service is interrupted, the imports fail and users receive extra Submissions Failure emails. | DEV-142662 |
RIM | Certain cross-document links take users to a "Document not found" error. | DEV-143016 |
RIM | Users cannot use in-document links located within a document's Table of Contents. | DEV-143078 |
RIM | Although users have the correct permissions, creating a Content Plan fails due to permissions. | DEV-143257 |
RIM | The total number of updated records when using Update Status and Related Records is not always correct for very large amounts of data. | DEV-143533 |
RIM | When Admins change the settings for creating binders from content plans and re-run the binder creation, Vault does not reclassify the binder document type to match the new setting. | DEV-143536 |
RIM | Submission leafs should be sorted by time when Status is changed to "Import In Progress". | DEV-143638 |
RIM | Vault does not delete the root-level binder when a user removes all submissions within an application. | DEV-143700 |
RIM | Vault may not create the correct Content Plan sections when an Admin hides a filtering field on the Submission join object using state-based Field-Level Security. | DEV-144384 |
RIM | In some Submissions Archive vaults, Vault does not apply sharing rules upon Submission import when the sharing rules match based on a lookup field. | DEV-145301 |
RIM | Vault shows the Update Status and Related Records label for that lifecycle user action, even if an Admin changes the label. | DEV-145375 |
RIM | RIM Submissions application vaults include the Content Plan and Content Plan Template fields on the Submission object. | DEV-145790 |
RIM | The mapping page freezes when users are importing submission archives with a large number of metadata to map. | DEV-146546 |
RIM | In some cases, submissions imports fail during Bulk Submission Import. | DEV-146551 |
RIM | In some cases, Vault creates duplicate sections after importing submissions. | DEV-146765 |
RIM | When a filter is applied to a saved view on the Site Activation page, the saved view does not work the first time. | DEV-147855 |
RIM | When the submission XML is missing a title tag, the leaf doesn't show a title. | DEV-148902 |
RIM | The Viewer tab displays empty folder when the only files in the folder were special files that were excluded from import (thumbs.db, for example). | DEV-149011 |
RIM | In some cases, file names appear differently in the Library and in the Viewer tab. | DEV-149747 |
RIM | When bulk creating from an Event record, users can select invalid Application Lead Market options. | DEV-150711 |
RIM | Vault only imports the referenced file when a Submission has two files, one referenced and one unreferenced, with the same checksum. | DEV-150818 |
RIM | Inbound relationship names for Submission Clinical Study are inconsistent based on how a vault was provisioned. | DEV-151906 |
RIM | The "Rim Submission Plan Creation" job was incorrectly labeled. The updated name reads "RIM Submission Plan Creation". | DEV-152496 |
RIM | For Japanese submissions, Vault displays the incorrect lifecycle when the same leaf node exist in more than one submission. | DEV-152687 |
RIM | In some cases, Vault creates multiple truncated folders after a Submissions Archive import. | DEV-154150 |
RIM | Vault does not update the Submissions field with multiple values when the document is referenced in multiple submissions, including under an unreferenced folder. | DEV-154568 |
RIM | When copying a Submission record, Vault copies the Submissions Archive Status field value. This should not happen. | DEV-155116 |
RIM | The Packaging Impact Assessment Report does not include a Packaging Site column. | DEV-155511 |
RIM | Loading and expanding sections in the Viewer tab takes too long. | DEV-157331 |
RIM | If a source "Content Plan" has a "Language" join record with the "Country" field populated, users receive an error when performing advanced copy on that "Content Plan". | DEV-157730 |
RIM | Performance is slow when using RIM Maintenance to extract the Constraint list. | DEV-158786 |
RIM | Users cannot get the extracted file for Submission Archive Bulk Export when certain object field values are set. | DEV-160255 |
RIM | When users navigate to a Submission from a workflow task notification, they are unable to open Tree View. | DEV-162199 |
RIM | When users open a Correspondence node while in list view, Vault displays document type information in the breadcrumb trail. | DEV-163138 |
RIM | In some vaults, users are unable to import a large Submission Archive file. | DEV-163644 |
Search & Filter | We've improved document search results. The most relevant documents now appear as the first results. | DEV-139534 |
Search & Filter | A product continues to appear in Library filters with the previous label. Filtering on the previous label showed two (2) "no results" pages. | DEV-141716 |
Search & Filter | When users apply a filter that returns no results, the Task Type filter does not display the currently selected type or allow users to go back to all types. | DEV-142719 |
Search & Filter | Users cannot quick-remove the Status filter after adding it to library. | DEV-147529 |
Search & Filter | In some cases, the suggested terms in Search don't match search results. | DEV-151628 |
Search & Filter | Refreshing after creating a date filter on "Last Day" causes a server error. | DEV-159297 |
Search & Filter | When saving a task view, Vault automatically applies the Task Type document filter. | DEV-160285 |
Search & Filter | In some cases, documents will not display in search results. | DEV-164897 |
Security | Ensure that checks disabling hostname verification are not disabled. | DEV-118586 |
Security | In some eTMF vaults, DAC roles are removed on documents after workflows are complete. | DEV-145603 |
Security | The subject line of password reset emails is "Your Veeva Vault password has been reset" instead of "Veeva Vault password reset request." | DEV-148275 |
Security | Vault does not treat Javascript properly when it's within a bookmark in a document. | DEV-152188 |
SiteExchange | The Quick User Guide link is not functional. | DEV-144972 |
EDC
Release Date: December 8 & 15, 2017
Category | Issue | Issue No. |
EDC | When using the Mozilla Firefox browser, users cannot save checkbox-type Item values. | VDC-1554 |
EDC | Vault does not clear the SDTM field in an Item Definition's properties when a user enters a value longer than the maximum 255 characters. | VDC-2338 |
EDC | The Label property field did not have a maximum length. The maximum length for the Label property field is now 128 characters. | VDC-2538 |
EDC | Users are able to enter Event Group names with more than 128 characters. | VDC-2562 |
EDC | The breadcrumb menu does not immediately reflect changes to the Subject ID. | VDC-2716 |
EDC | Users with the EDC Reviewer security profile may not be able to view any Studies, Sites, or Casebooks in their vault. Vault does not automatically create the EDC Execution Role Setup records for the Viewer role. | VDC-3048, VDC-6336 |
EDC | Users cannot deselect a Unit Type. | VDC-3055 |
EDC | Users can create a Unit Definition with multiple Unit Item definitions without specifying a Unit Conversion. | VDC-3164 |
EDC | When hovering over the Delete icon in the New Unit dialog, the mouse cursor shows a text entry icon. | VDC-3202 |
EDC | Users cannot save a date with an unknown month and day if the user entered the unknown month and day with the Unknown checkbox. | VDC-3369 |
EDC | Users can create Event, Form, and Item Definitions without specifying a Short Label. | VDC-3371 |
EDC | Vault EDC does not display an inline error message when a user enters an invalid date. | VDC-3400 |
EDC | Studio users can drag and drop an Item onto either side of a two-column layout. | VDC-3429 |
EDC | Vault autosaves invalid time entries. | VDC-3574 |
EDC | Studio users cannot edit an Item Definition's properties from Design view if the Item Definition is in a composite layout. | VDC-3650 |
EDC | Vault displays AM and PM as lowercase (am and pm) when users view a Form. | VDC-3655 |
EDC | Vault displays the incorrect error message when a user enters an incomplete time in a DateTime-type Item. | VDC-3660 |
EDC | In the Edit Study Rule dialog, the Query Message field extends beyond the edge of the dialog box. | VDC-3714 |
EDC | Vault does not display an error message when Unit, Codelist, or Rule Definition property fields exceed maximum values. | VDC-3999 |
EDC | In a two-column form layout, Hint-type Item labels overlap with the Item's More Actions menu. | VDC-4012 |
EDC | Layout properties are not available in the Properties panel for Item Groups. | VDC-4069 |
EDC | After a user saves changes to a Rule, Unit, or Codelist Definition, the changes do not display in the Properties panel until the page refreshes. | VDC-4077 |
EDC | Dragging and dropping an Item in a composite control after itself places the Item at the beginning of the composite control. | VDC-4113 |
EDC | If a user edits an Item Definition's property value, and then clicks on a different Item Definition upon leaving the property field, Vault does not save the change. | VDC-4175 |
EDC | Studio's Properties and Components panels are not in a fixed position. | VDC-4270 |
EDC | Users cannot switch an Item Definition's type from Text to Number or Unit. | VDC-4356 |
EDC | Users receive an incorrect error message when creating a Number- or Unit-type Item Definition with an invalid Precision value. | VDC-4358 |
EDC | Long text Item values do not wrap when using Internet Explorer 11. | VDC-4460 |
EDC | Form Detail PDFs do not include bookmarks. | VDC-4531 |
EDC | Detail PDFs display a user's user name instead of their full name. | VDC-4536 |
EDC | In Detail PDFs, the "Audit Trail" section's header is labeled "History". | VDC-4542 |
EDC | Detail PDFs display "true" and "false" instead of "Yes" and "No" for boolean-type Item values. | VDC-4543 |
EDC | When an Event is used in multiple Event Groups, the Detail PDF Summary page groups all instances of that Event together. | VDC-4570 |
EDC | Detail PDFs do not display the Reference number of repeating Forms. | VDC-4576 |
EDC | Checkbox controls may be misaligned. | VDC-4580 |
EDC | Vault does not display any error message when a Studio user enters a special character in a Codelist's Name field. | VDC-4582 |
EDC | When a user attempts to place two label-type Item Definitions in a composite control, Studio's Design view freezes instead of providing the appropriate error message. | VDC-4597 |
EDC | In Google Chrome, users cannot scroll in Studio's Design view when dragging an object definition. | VDC-4602 |
EDC | Users may receive a network error when Vault adds a dynamic Event Group. | VDC-4615 |
EDC | Vault does not display the special characters for ≥ (greater than or equal to) or ≤ (less than or equal to) in exported PDFs. | VDC-4708 |
EDC | Studio users cannot leave the Label field blank for an Item Group. Vault autopopulates the field with the Item Group's Name value if left blank. | VDC-4709 |
EDC | Short Label is a required property field on Item Definitions. | VDC-4729 |
EDC | Vault does not display any error message when an Event has an Event Offset dependency on itself. | VDC-4850 |
EDC | Users are able to save twelve-hour time values without entering AM or PM. | VDC-4881 |
EDC | The Study, Site, and Casebook listing pages do not sort correctly. | VDC-4909 |
EDC | In Studio's Design view, when a user opens a drop-down menu in the Properties panel and then scrolls up or down in their browser menu, the drop-down menu moves up and down the page. | VDC-4910 |
EDC | When a user edits a submitted Form and hovers over an Item, Vault does not highlight the Item. | VDC-4916 |
EDC | In Studio's Design view, the horizontal scroll bar is at the bottom of the design palette. | VDC-4932 |
EDC | In Studio's Design view, navigating away from and back to the Schedule tab may shift the Properties and Compenents panels' position. | VDC-4933 |
EDC | Studio users may be unable to remove entered values for the Minimum Value and Maximum Value property fields. | VDC-4990 |
EDC | Users entering data receive a character length error, and the character length in the error does not match the study design. | VDC-4994 |
EDC | Users receive a confirmation dialog, followed by an unhelpful error message when attempting to schedule an Event using an invalid date. | VDC-5009 |
EDC | Vault does not recalculate later Event dates after a user changes an earlier Event date. | VDC-5011 |
EDC | The casebook schedule and form carousel display Event and Form Names instead of Labels. | VDC-5028 |
EDC | When a Study's time format is set to 12 hour, Vault does not convert 24 hour format times to 12 hour format. | VDC-5050 |
EDC | If a user enters a value and then returns to the casebook schedule via the breadcrumb menu while Vault is still auto-saving their entry, then the casebook schedule displays the Complete button for forms. | VDC-5128 |
EDC | Users receive an invalid date error when changing the Event date in a Casebook containing an unscheduled Event. | VDC-5181, VDC-5180 |
EDC | When a user opens a form t | VDC-5529 |
EDC | Detail PDFs display repeating Item Groups out of order. | VDC-5577 |
EDC | When a user marks a Form as Intentionally Left Blank, and all other Forms in that Event are Complete, the Event remains in the In Progress status. | VDC-5580 |
EDC | A Form's repeating Item Groups' numbering may start at 0. | VDC-5590 |
EDC | Users receive an inline error when entering numbers with decimals in Number-type specific Item properties. | VDC-5594 |
EDC | Users may not receive an error after entering a date in an invalid format. | VDC-5614, VDC-5621, VDC-5622, VDC-5623, VDC-5624, VDC-5654, VDC-5657, VDC-5658, VDC-5659 |
EDC | Users can select the Intentionally Left Blank action on controlling Items when the dynamically added Event has In Progress Forms. | VDC-5660 |
EDC | Vault does not continue to highlight a task after a user clicks to open the area to perform the task. | VDC-5661 |
EDC | For some invalid identifiers, Vault may not display an error message. | VDC-5805 |
EDC | Vault displays an incorrect error message when a user enters an invalid date in the Minimum and Maximum Date property fields. | VDC-5901 |
EDC | If a user receives an error message when creating a new Casebook, clicks OK, and then attempts to create a new Casebook a second time, Vault does not display an error. | VDC-5905 |
EDC | Vault does not unselect the Required property when a user changes an Item Definition's data type. | VDC-5915 |
EDC | If a user attempts to save a new Item Definition with special characters in the name, Vault displays the validation message multiple times on the dialog. | VDC-5954 |
EDC | Vault EDC may not create system-generated queries on codelist- and time- type Items that are subject to data validation rules. | VDC-5978 |
EDC | Users may be able to create multiple Item Definitions with the same Name. | VDC-6209 |
EDC | Users may receive an error after selecting a newly created Subject in the task bar. | VDC-6224 |
EDC | In Internet Explorer 11, the object definition's Name property field may overlap with the icon. | VDC-6241 |
EDC | Users may be able to save 3-digit times in 4-digit time-type Item values. | VDC-6247, VDC-6264 |
EDC | Forms may be slow to open. | VDC-6316 |
EDC | Unit-type Item Definitions display in Studio's Browse view with the Integer data type. | VDC-6354 |
EDC | After a user completes a common log form with open queries, Vault returns the user to the common log form's table view. | VDC-6375 |
EDC | Vault does not display any error after a user reorders offset Event Definitions. | VDC-6410 |
EDC | The Open Query dialog's text field extends outside of the dialog. | VDC-6459 |
EDC | When Vault is processing a user's creation of a new Casebook or Event, the user can still click to create additional new Casebooks and Events. | VDC-6509 |
EDC | Studio users may receive a network error when switching from Browse to Design view and back again. | VDC-6518 |
EDC | In some cases, the Cancel and Save buttons do not display on the New Codelist and New Unit dialogs. | VDC-6539 |
EDC | Vault refreshes the Casebook's header each time an Item is auto-saved. | VDC-6643 |
EDC | Vault EDC does not remove dynamic Event Groups when a user with the EDC Clinical Research Coordinator or EDC Investigator security profiles edits the controlling data. | VDC-6644 |
EDC | Users receive a server error when attempting to remove an Item from a Form in Design view while they have a different Item open in the Properties panel. | VDC-6667 |
EDC | Vault allows users to move an offset event to after a dependent event. | VDC-6681 |
EDC | Last Modified By does not display in Studio's Browse view in the Rules or Units tabs. The Units tab also does not display Last Modified Date. | VDC-6684 |
EDC | The labels for buttons used during rule creation are less helpful. The "+ New Multi-variate Rule" button is labeled "+ New Rule", and the "Save" button in the Insert Identifier dialog is now labeled "Insert". | VDC-6720 |
EDC | If a user scrolls down in Design view and selects an object, refreshing the page returns the user to the top of the page. | VDC-6724 |
EDC | Vault may be slow to disable dynamic Items based on user-entered data. | VDC-7029 |
EDC | In some cases, when a Study does not have SDV configured for a Form, the Detail PDF lists completed SDR tasks under the SDV column. | VDC-7017 |
EDC | In some cases, users cannot successfully export detail PDFs. | VDC-7009 |
EDC | Studio users cannot save a number with a decimal in the Minimum Value property field. | VDC-6981 |
EDC | Vault may create future date system queries on date fields with any unknown date values. | VDC-6961 |
EDC | After a user saves a change to an Item Definition's properties, Vault may not display that Item Definition's properties until the page refreshes. | VDC-6876 |
EDC | Studio users cannot leave the Day Range Early or Day Range Late properties empty. | VDC-6353 |
EDC | The Planned Date and Planned Date Range labels do not display on the Casebook Schedule. | VDC-6218 |
EDC | Vault may display a validation message for date entries for Events with no specified date range. | VDC-5941 |
EDC | Vault truncates longer Codelist and Unit Items in the drop-down menu. | VDC-4854 |