1. Create an issue tracker or use a pre-existing one. This will track the subtasks and cannot be the same as the parent issue tracker. Go to (Admin) > Go To Module > Issues and click Add New Row. For detailed docs see Issue Tracker: Administration.
2. Set up a column on the service tracker as a lookup to what your services are. You can create a new column, or use an existing column. For example, the image below shows how to create a lookup to the exp.SampleSets table. This will convert the column into a dropdown populated with sample sets to choose from.
In the case of Assay requests, the column is already provided as the "Assay" column, a preconfigured column to the assay.AssayList table.
3. Go to the Schema Browser ( (Admin) > Developer Links > Schema Browser) and edit the metadata for the service tracker.
4. On the Edit Metadata page click Edit Source at the bottom.
5. You should see a blank text area for editing "XML Metadata". Replace <TRACKER TABLE NAME> and <TRACKER SERVICE COLUMN> with the name of the service tracker table and the name of the service column you setup in step 2.
<tables xmlns="http://labkey.org/data/xml">
<table tableName="<TRACKER TABLE NAME>" tableDbType="NOT_IN_DB">
<columns>
<column columnName="<TRACKER SERVICE COLUMN>">
<conceptURI>biologics-workflow-service</conceptURI>
</column>
</columns>
</table>
</tables>
6. Click Save and Finish to complete the configuration.
7. Now you can create new service requests in Biologics.
previousnext |
expand allcollapse all |