소스 검색

if we can to create duplicate, we can use force duplicate.

master
Patrick Peng Sun 8 년 전
부모
커밋
4c41488f31
1개의 변경된 파일2개의 추가작업 그리고 0개의 파일을 삭제
  1. +2
    -0
      crmLead.go

+ 2
- 0
crmLead.go 파일 보기

@@ -60,6 +60,8 @@ type crmdLead struct {
CreatedAccountID string `json:"createdAccountId,omitempty"`
CreatedContactID string `json:"createdContactId,omitempty"`
CreatedOpportunityID string `json:"createdOpportunityId,omitempty"`

ForceDuplicate bool `json:"forceDuplicate,omitempty"` //when purposely creating duplicated record, we need to set this to true
}

type crmdSearchLead struct {

Loading…
취소
저장