leadConvertSettings

package
v0.35.0 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Feb 28, 2026 License: MIT Imports: 3 Imported by: 0

Documentation

Index

Constants

View Source
const NAME = "LeadConvertSettings"

Variables

This section is empty.

Functions

This section is empty.

Types

type LeadConvertSettings

type LeadConvertSettings struct {
	metadata.MetadataInfo

	XMLName          xml.Name `xml:"LeadConvertSettings"`
	Xmlns            string   `xml:"xmlns,attr"`
	AllowOwnerChange struct {
		Text string `xml:",chardata"`
	} `xml:"allowOwnerChange"`
	ObjectMapping []struct {
		InputObject struct {
			Text string `xml:",chardata"`
		} `xml:"inputObject"`
		MappingFields struct {
			InputField struct {
				Text string `xml:",chardata"`
			} `xml:"inputField"`
			OutputField struct {
				Text string `xml:",chardata"`
			} `xml:"outputField"`
		} `xml:"mappingFields"`
		OutputObject struct {
			Text string `xml:",chardata"`
		} `xml:"outputObject"`
	} `xml:"objectMapping"`
	OpportunityCreationOptions struct {
		Text string `xml:",chardata"`
	} `xml:"opportunityCreationOptions"`
}

func Open

func Open(path string) (*LeadConvertSettings, error)

func (*LeadConvertSettings) SetMetadata

func (c *LeadConvertSettings) SetMetadata(m metadata.MetadataInfo)

func (*LeadConvertSettings) Type

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL