We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6f8baa5 commit 54f4b19Copy full SHA for 54f4b19
data/SITreg.hdbdd
@@ -143,7 +143,17 @@ context SITreg {
143
StatusSetTimeStamp : UTCTimestamp;
144
History : HistoryT;
145
}
146
-
+
147
+ entity PrintQueue {
148
+ key ParticipantID : BusinessKey;
149
+ EventID : BusinessKey not null;
150
+ FirstName : String(100) not null;
151
+ LastName : String(100) not null;
152
+ Twitter : String(15);
153
+ PrintStatus : String(1) not null; // Q = queued, S = sent, P = printed
154
+ History : HistoryT;
155
+ };
156
157
entity RegisterAsOrganizerQueue {
158
key EventID : BusinessKey not null default 0;
159
key UserName : UserT;
0 commit comments