浏览代码

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 {

正在加载...
取消
保存