You're almost there! Please answer a few more questions for access to the Applications content. Complete registration
Interested in joining? Complete your registration by providing Areas of Interest here. Register

Too many objects match the primary key oracle.jbo.Key[300000022673309 300000022071613 ]

in Sales 3 comments

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)

Howdy, Stranger!

Log In

To view full details, sign in.

Register

Don't have an account? Click here to get started!