client

package
v0.0.0-...-e3f83c9 Latest Latest
Warning

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

Go to latest
Published: Mar 18, 2024 License: MIT Imports: 16 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Client

type Client struct {
	IDMap map[string]string
	// contains filtered or unexported fields
}

func New

func New(c *Config) (*Client, error)

func (*Client) AddCustomTaskTypes

func (c *Client) AddCustomTaskTypes(valuesToAdd []string) error

func (*Client) AddRelationshipTypesToPicklist

func (c *Client) AddRelationshipTypesToPicklist(valuesToAdd []string) error

func (*Client) CreateCustomObject

func (c *Client) CreateCustomObject(sot salesforce.ObjectType) error

func (*Client) CreateETapestrySectionsOnFlexiPages

func (c *Client) CreateETapestrySectionsOnFlexiPages() error

func (*Client) GetAllEnumValues

func (c *Client) GetAllEnumValues() (map[string]map[string][]*sfmetadata.PicklistEntry, error)

func (*Client) GetURL

func (c *Client) GetURL() string

func (*Client) ListCompactLayout

func (c *Client) ListCompactLayout() (*metaforce.ListMetadataResponse, error)

func (*Client) ListFlexiPages

func (c *Client) ListFlexiPages() (*metaforce.ListMetadataResponse, error)

func (*Client) ListLayouts

func (c *Client) ListLayouts() (*metaforce.ListMetadataResponse, error)

func (*Client) UpdateProfile

func (c *Client) UpdateProfile(ps *sfmetadata.Profile) error

func (*Client) UpsertCustomField

func (c *Client) UpsertCustomField(objectType salesforce.ObjectType, cf *sfmetadata.CustomField) error

type Config

type Config struct {
	ConnConfig ConnConfig
	APIVersion string
	Debug      bool
}

type ConnConfig

type ConnConfig interface {
	GetUsername() string
	GetPassword() string
	GetSecurityToken() string
	GetLoginURL() string
}

Directories

Path Synopsis

Jump to

Keyboard shortcuts

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