Documentation
¶
Index ¶
- type Client
- func (c *Client) AddCustomTaskTypes(valuesToAdd []string) error
- func (c *Client) AddRelationshipTypesToPicklist(valuesToAdd []string) error
- func (c *Client) CreateCustomObject(sot salesforce.ObjectType) error
- func (c *Client) CreateETapestrySectionsOnFlexiPages() error
- func (c *Client) GetAllEnumValues() (map[string]map[string][]*sfmetadata.PicklistEntry, error)
- func (c *Client) GetURL() string
- func (c *Client) ListCompactLayout() (*metaforce.ListMetadataResponse, error)
- func (c *Client) ListFlexiPages() (*metaforce.ListMetadataResponse, error)
- func (c *Client) ListLayouts() (*metaforce.ListMetadataResponse, error)
- func (c *Client) UpdateProfile(ps *sfmetadata.Profile) error
- func (c *Client) UpsertCustomField(objectType salesforce.ObjectType, cf *sfmetadata.CustomField) error
- type Config
- type ConnConfig
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Client ¶
func (*Client) AddCustomTaskTypes ¶
func (*Client) AddRelationshipTypesToPicklist ¶
func (*Client) CreateCustomObject ¶
func (c *Client) CreateCustomObject(sot salesforce.ObjectType) error
func (*Client) CreateETapestrySectionsOnFlexiPages ¶
func (*Client) GetAllEnumValues ¶
func (c *Client) GetAllEnumValues() (map[string]map[string][]*sfmetadata.PicklistEntry, error)
func (*Client) ListCompactLayout ¶
func (*Client) ListFlexiPages ¶
func (*Client) ListLayouts ¶
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 }
Source Files
¶
Click to show internal directories.
Click to hide internal directories.