Study. Specimen. record_id exposed where?

LabKey Support Forum (Inactive)
Study. Specimen. record_id exposed where? trent  2012-09-25 20:10
Status: Closed
 
I can't seem to find it. I can see it at the back end against externalid. Anyone know?

(record_id as referenced from here: https://www.labkey.org/wiki/home/Documentation/page.view?name=specimenArchiveFileFormat)
 
 
brittp responded:  2012-09-26 09:00
Hi Trent,

It looks like this column hasn't been exposed at the query level, though as you've observed it's in the back-end database. If exposed, this column would show up on the SpecimenEvent table (viewable via the vial 'history' links and in the schema browser). Would you like me to enter a request to expose this column? If you'd like to expose it yourself in the meantime, you can add the following line to SpecimenEventTable.java:
     addWrapColumn(_rootTable.getColumn("ExternalId")).setHidden(true);

Note that the 'setHidden(true)' call just prevents the column from appearing by default in various UIs.

Thanks,
Britt
 
trent responded:  2012-09-27 21:26
Hi Britt,

Apologies for the delay. We were just deciding what best to do.

It would be helpful if that column would/could be exposed in a future version.

Cheers,
Trent
 
jeckels responded:  2012-10-01 09:33
Hi Trent,

I just added this to the trunk with revision 22260.

Thanks,
Josh