Stable URLs

Veeva EDC supports several stable URLs as deep links which direct to specific objects within Veeva EDC. Stable URLs are supported for:

  • Subjects
  • Events
  • Queries
  • Protocol Deviations

No Stable URLs for Forms: In the current release, Veeva EDC does not support stable URLs for Forms.

Creating Stable URLs

Stable URLs all follow the same pattern, with the variables replaced with the specific information associated with the linked object:

https://{vault_DNS}/ui/#app/page/object-redirect?object_type={object_name}&object_id={object_id}&tab_name={tab_name}

Stable URL variables

Variable Description
{vault_DNS} The domain name of the Veeva EDC vault that contains the object linked to.
{object_name} The type of the object you want to navigate to. This can be:
  • Subject (subject__v)
  • Event (event__v)
  • Query (query__v)
  • Protocol Deviation (protocol_deviation__v)
{object_id} The object ID is the globally unique identifier (GUID) of the object you want to navigate to. This can be found in the Study Data Extracts dataset of the related object.
{tab_name} The tab in which to navigate to the object. Not applicable for Protocol Deviations. This can be:
  • Data Entry (data_entry__v)
  • Review (review__v)

Subjects

The format of stable URLs for Subjects (Casebooks) is as follows:

  • Object name: subject__v
  • Object ID: The globally unique ID (GUID) of the Subject. This is in the format OPP000000003A01. It can be found in the SYS_SUB dataset in the Study Data Extracts output.
  • tab_name: data_entry__v or review__v

Example stable URL to link to a _Subject _ in the Data Entry tab:

https://example.veevavault.com/ui/#app/page/object-redirect?object_type=subject__v&object_id=OPP000000003A01&tab_name=data_entry__v

Events

The format of stable URLs for Events is as follows:

  • Object name: event__v
  • Object ID: The globally unique ID (GUID) of the Event. This is in the format OPS0000000CF002. This can be found in the SYS_EVT dataset in the Study Data Extracts output.
  • tab_name: data_entry__v or review__v

Example stable URL for an Event:

https://example.veevavault.com/ui/#app/page/object-redirect?object_type=event__v&object_id=OPS0000000CF002&tab_name=data_entry__v

Queries

The format of stable URLs for Queries is as follows:

  • Object name: query__v
  • Object ID: The globally unique ID (GUID) of the Query. This is in the format OPW000000000101. It can be found in the SYS_Q dataset in the Study Data Extracts output.
  • tab_name: review__v only. You cannot use a stable URL to link to a query in the Data Entry tab.

Example stable URL for a Query:

https://example.veevavault.com/ui/#app/page/object-redirect?object_type=query__v&object_id=OPW000000000101&tab_name=review__v

Protocol Deviations

The format of stable URLs for Protocol Deviations is as follows:

  • Object name: protocol_deviation__v
  • Object ID: The vault ID and the PDGUID of the Protocol Deviation. This is in the format {VaultID}_{PDGUID} (for example, 40353_V77000000003001). The PDGUID can be found in the SYS_PD dataset in the Study Data Extracts output.
  • Tab_name: None. Protocol Deviations exist in their own tab.

Example stable URL for a Protocol Deviation:

https://example.veevavault.com/ui/#app/page/object-redirect?object_type=protocol_deviation__v&object_id=40353_V77000000003001