Too many objects match the primary key oracle.jbo.Key[300000022673309 300000022071613 ]
Summary:
Trying to add a team member to Appointment via Groovy and erroring out
Content (required):
Trying to add a team member to Appointment via Groovy and erroring out
Version (include the version you are using, if applicable):
Code Snippet (add any code snippets that support your topic, if applicable):
def Avo= ActivityAssignee
def newAssignee
newAssignee = Avo.createRow()
newAssignee.setAttribute('ActivityId',300000022673309)
newAssignee.setAttribute('AssigneeId',300000022071613)
newAssignee.setAttribute('AttendeeFlag','Y')
Avo.insertRow(newAssignee)
Tagged:
0