MailmergeTemplate

Represents a mail merge template (a Microsoft Word document) used for performing mail merges for your organization.

Supported Calls

create(), update(), delete(), describeSObjects(), query(), retrieve(), getDeleted(), getUpdated()

Special Access Rules

Fields

Field Field Type Field Properties Description
Body base64 Create Required. Microsoft Word document to use as a mail merge template. Due to limitations with Microsoft Word mail merge templates, your client application can specify the Body field in the create() call but not in the update() call. Limit: 5 MB.
BodyLength int Filter

Nillable

Length of the Microsoft Word document.
Description string Create

Filter

Update

Required. Text description of this mail merge template. Limit: 255 characters.
Filename string Create

Filter

Required. File name of the Microsoft Word document that was uploaded as a mail merge template. Limit: 255 characters in length.
IsDeleted boolean Defaulted on create

Filter

Indicates whether the record has been moved to the Recycle Bin (true) or not (false). Label is Deleted.

LastUsedDate dateTime Filter

Nillable

Date and time when this MailmergeTemplate was last used.
Name string Create

Filter

idLookup

Update

Required. Name of this mail merge template.

Usage

Use this object to manage mail merge templates for your organization.

See Also:
Standard and Custom Object Basics
© Copyright 2000-2010 salesforce.com, inc. All rights reserved.
Various trademarks held by their respective owners.