Sfoglia il codice sorgente

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

master
Patrick Peng Sun 8 anni fa
parent
commit
4c41488f31
1 ha cambiato i file con 2 aggiunte e 0 eliminazioni
  1. +2
    -0
      crmLead.go

+ 2
- 0
crmLead.go Vedi File

@@ -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…
Annulla
Salva