Finding studyDataset table 'prefix' for Dev purposes

LabKey Support Forum
Finding studyDataset table 'prefix' for Dev purposes jeckels  2017-09-21 14:18
Status: Closed
 
Hi Dennis,

The number after the 'c' and before the 'd' in the table name is the RowId of the container record, in decimal.

There's a semi-secret way to resolve this to the container - you can use "__rX" as the container name in a URL to get to the container with RowId X.

For example:

http://localhost:8080/labkey/project/__r111/begin.view?

would take you to the container for your demographics dataset.

Thanks,
Josh