Skip to content

Commit

Permalink
Added the StageName also since it is required for creation.
Browse files Browse the repository at this point in the history
  • Loading branch information
billmccord committed Sep 19, 2014
1 parent 9f4c8e7 commit d528c22
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions sobjects/opportunity.go
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ type Opportunity struct {
IsWon bool `force:",omitempty"`
Name string `force:",omitempty"`
OwnerId string `force:",omitempty"`
StageName string `force:",omitempty"`
}

func (t *Opportunity) ApiName() string {
Expand Down

0 comments on commit d528c22

Please sign in to comment.