ABCDEFGHIJKLMNOPQRSTUVWXYZ
1
Possible alerts and exceptions within Instance record
Add: GENERAL - in Comments. If the Alert goes for all record types (Instance, Holdings, Item, Container)CW: Here link to OCLC documentation
(tag field 024 - is just an example on a page with alert message)
2
https://www.oclc.org/bibformats/en/0xx/024.html
3
Instance status (pick one)Alert reasonHow should alert surface?Submitted byNotesComments
4
0. ALL instance statusSave Instance record with missing mandatory fieldsShow user when pressing "Create Instance" or "Update Instance" as modal? https://ux.folio.org/docs/guidelines/components/modal-2/FelixGENERALCW: What we have is a red error message under the missing mandagory elements - if an instance record, is tried to be saved, and those elements are not filed out. The record can not be saved if mandatory elements are missing.






This goes for elements like Resource title, and Resource type, but also if you enter one element of a paired element, but not the other.
5
0. ALL instance statusattempting to close without saving changesmessage box (warning, not error, since we may really want not to save changes)LauraGENERALCW: As it is now, then we have the general warning message (a pop up modea) appearing when leaving an edit page, with unsaved changes:
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