• Patrick Mayer
  • NEWBIE
  • 10 Points
  • Member since 2014

  • Chatter
    Feed
  • 0
    Best Answers
  • 1
    Likes Received
  • 0
    Likes Given
  • 2
    Questions
  • 1
    Replies

http://www.salesforce.com/us/developer/docs/api/Content/sforce_api_objects_task.htm

http://help.salesforce.com/HTViewHelpDoc?id=task_fields.htm&language=en_US


Both seem to outline Task fields, but are completely different.

Relitively new to this platform. Trying to create a really simple trigger on a Task. I took out any of my code in the actual trigger, but every time I try to save I get a "[object Object]: duplicate value found: ScopeId duplicates value on record with id" error message. I really have no idea where to start with this one.


trigger updateNameToPrimary on Task (before insert, before update) {

}

 

 

http://www.salesforce.com/us/developer/docs/api/Content/sforce_api_objects_task.htm

http://help.salesforce.com/HTViewHelpDoc?id=task_fields.htm&language=en_US


Both seem to outline Task fields, but are completely different.

Relitively new to this platform. Trying to create a really simple trigger on a Task. I took out any of my code in the actual trigger, but every time I try to save I get a "[object Object]: duplicate value found: ScopeId duplicates value on record with id" error message. I really have no idea where to start with this one.


trigger updateNameToPrimary on Task (before insert, before update) {

}