Newer
Older
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
Customise Inventory Of Materials And Samples
====
## Create Collections of Materials
[](# "Print this article")
*Collections* are folders used to organise *Objects* in the
**Materials** Inventory. Such *Objects* can be different types of
samples and materials (e.g. chemicals, antibodies, batteries,
environmental samples).
*Collections* need to be created inside another folder, called
*Project*, in the **Materials** inventory.
For example, if we want to create a collection of raw samples, we need
to adopt the following steps:
1. Create an *Object* *type* called Sample. This can only be done by an
*Instance admin*, from the admin interface, as explained here: [New
Entity Type
Registration](https://openbis.ch/index.php/docs/admin-documentation/new-entity-type-registration/)
2. Create a first folder called Samples inside the **Materials** folder
*(Project)*
3. Create a second folder called Raw Samples** ***(Collection)*
To create the *Project* folder:
> 1. Click on the **Materials** folder
> 2. Click the **+ New Project** button in the form.
>

> 3. Provide a description, if wanted. This is not mandatory.
> 4. Enter the **Code**. This will be the name of the folder, in this
> case SAMPLES. Codes only take alphanumeric characters and no
> spaces.

To register the *Collection* folder, inside the *Project* folder:
> 1. Click on the *Project* folder, in this case **Samples**.
> 2. Click the **+ New** button in the main form and choose
> **Collection** from the dropdown.
>

> 3. Replace the automatically generated **Code** with something
> pertinent to the collection (e.g RAW\_SAMPLES)
> 4. Fill in the **Name** field (e.g. Raw Samples). Note that by
> default, the navigation menu on the left shows the name. If the
> name is not provided, the code is shown.
> 5. Select the **Default object type** from the list of available
> types. This is the *Object* for which the *Collection* is used. In
> this case, **Sample**.
> 6. Select the **Default collection view** (see **[Customise
> Collection
> View](https://openbis.ch/index.php/docs/user-documentation-20-10-3/lab-notebook/customise-collection-view/))**

Updated on April 26, 2023
## Delete Collections
[](# "Print this article")
To delete an existing Collection:
1. Select **Edit Collection** under the **More..** dropdown menu

2\. Select **Delete** under the **More..** drop down menu

Updated on February 6, 2023
## Enable Storage Widget on Sample Forms
[](# "Print this article")
When a new *Object type* is created by an *Instance admin (*see [New
Entity Type
Registration)](https://openbis.ch/index.php/docs/admin-documentation-openbis-19-06-4/new-entity-type-registration/)*,*
the storage widget is disabled by default.
If we want to track storage positions for this particular *Object type*
as described in [Allocate storage positions to
samples](https://openbis.ch/index.php/docs/user-documentation/managing-storage-of-samples/allocate-storage-to-samples/),
the **Storage** should be enabled in the **Settings**, under
**Utilities**. This can be done by a *group admin*.
For this, follow the steps below:
1. Go to **Settings**, under **Utilities**
2. Click the **Edit** button
3. Scroll to the last section of the Settings: **Object Type
definitions Extension**
4. Open the *Object type* for which you want to enable the storage,
e.g. **Sample**
5. Select **Enable Storage **
6. Save


Updated on April 26, 2023
## Configure Lab Storage
[](# "Print this article")
Fridges and freezers can be configured in the **Settings**, under
**Utilities**.
1. Go to **Settings**
2. Click **Edit**
3. Scroll down to the **Storages** section
4. Click the **+ New Storage** button above the storage table, as shown
below.
5. Fill in the **Storage Form** as explained below

**How to fill in Storage Form:**
> 1. **Code**. It is advisable to provide a meaningful code for the
> storage, rather than using the default, because this information
> is needed when registering storage positions in Batch mode. For
> example MINUS80\_ROOM\_A1
> 2. **Name**. The name is what is shown in most parts of the ELN. E.g.
> Minus 80°C in Room A1
> 3. **Number of rows**. This is the number of shelves.
> 4. **Number of columns**. This is the number of racks per shelf.
> 5. **Allowed number of boxes in a rack**. This is the maximum number
> per rack. Enter a very high number if this is not important.
> 6. **Rack space warning**. Enter space as percentage. E.g. 80, means
> that the system will give a warning when 80% of a rack is
> occupied.
> 7. **Box space warning**. Enter space as percentage. E.g. 80, means
> that the system will give a warning when 80% of a box is occupied.
> 8. **Validation level**. This is the minimum level of information
> required about the storage:
> 1. **Rack validation**. The position in the shelf and rack needs
> to be specified.
> 2. **Box validation**. In addition to **a**, a box name needs to
> be specified.
> 3. **Box position validation**. In addition to **a** and **b**,
> the position in the box needs to be specified.
Updated on April 26, 2023
## Add metadata to Storage Positions
[](# "Print this article")
Storage positions by default have the following metadata:
1. Storage code
2. Storage rack row
3. Storage rack column
4. Box name
5. Box size
6. Box position
7. User id
It is possible to add additional information. This can be done by an
*Instance Admin* by editing the *Object* Type **STORAGE\_POSITION** in
the admin interface (see [New Entity Type
Registration](https://openbis.ch/index.php/docs/admin-documentation/new-entity-type-registration/)).
Updated on February 6, 2023