File tree Expand file tree Collapse file tree 1 file changed +3
-0
lines changed Expand file tree Collapse file tree 1 file changed +3
-0
lines changed Original file line number Diff line number Diff line change @@ -27,6 +27,7 @@ service {
27
27
28
28
// Read Participants from View to restrict fields that can be read
29
29
"com.sap.sapmentors.sitreg.odataparticipant.procedures::ParticipantsRead" as "Participants" key ("ID")
30
+ navigates ("Participant_Ticket" as "EventTicket" )
30
31
create forbidden
31
32
update forbidden
32
33
delete forbidden;
@@ -49,4 +50,6 @@ service {
49
50
dependent "Participants"("EventID") multiplicity "*";
50
51
association "Event_RegistrationNumbers" principal "Events"("ID") multiplicity "1"
51
52
dependent "RegistrationNumbers"("EventID") multiplicity "1";
53
+ association "Participant_Ticket" principal "Participants"("ID") multiplicity "1"
54
+ dependent "Ticket"("ParticipantID") multiplicity "1";
52
55
}
You can’t perform that action at this time.
0 commit comments