You need to sign in to do that
Don't have an account?

Self-Service Portal User Profile
How can I get a trigger that fires in response to a self-service portal user's actions to insert a new record? I keep getting an exception like this for SSP users when doing an insert:
EXCEPTION:..Insert failed. First exception on row 0; first error: FIELD_INTEGRITY_EXCEPTION, Owner ID: id value of incorrect type: 03530000000v8GcAAI: [OwnerId]
No other user type has this problem, and all the profiles have create permission for the object I'm trying to insert.
Message Edited by MikeGoelzer on 11-10-2008 08:00 AM
Message Edited by MikeGoelzer on 11-10-2008 08:14 AM
EXCEPTION:..Insert failed. First exception on row 0; first error: FIELD_INTEGRITY_EXCEPTION, Owner ID: id value of incorrect type: 03530000000v8GcAAI: [OwnerId]
No other user type has this problem, and all the profiles have create permission for the object I'm trying to insert.
Message Edited by MikeGoelzer on 11-10-2008 08:00 AM
Message Edited by MikeGoelzer on 11-10-2008 08:14 AM
I have tried both with and without the OwnerId='...' part; in both cases the result is that same exception.
I've also tried using a hardcoded queue id; same result.
Is there something besides specifying an OwnerId=whatever that I need to do?