ProgramManifestTemplate
Reserved for future use. This table does not support deletes or inserts.
Table-Specific Information
Select
The driver uses the Salesforce Marketing Cloud APIs to process the following WHERE clause operators for all but date-time values: =, !=, <>, >, >=, <, <=, IN. For date-time values, only > and < are supported. The driver processes other filters client-side within the driver. You can turn off the client-side execution of the query by setting SupportEnhancedSQL to false in which case any search criteria that refer to other columns will cause an error.
For example, the following (but not only) queries are processed server side:
SELECT * FROM ProgramManifestTemplate SELECT * FROM ProgramManifestTemplate WHERE ObjectID = 'nzxcaslkjd-123' SELECT * FROM ProgramManifestTemplate WHERE ObjectID IN ('nzxcaslkjd-123', 'nzxcaslkjd-123') SELECT * FROM ProgramManifestTemplate WHERE CreatedDate > '2017/01/25'
Update
You must specify the ObjectID in the WHERE clause when executing an update against this table.
UPDATE ProgramManifestTemplate SET Content='ChangedContent' WHERE ObjectID='nzxcaslkjd-123'
Columns
Name | Type | ReadOnly | Description |
ObjectID [KEY] | String | False |
System-controlled, read-only text string identifier for object. |
CustomerKey | String | False |
User-supplied unique identifier for an object within an object type. |
Client_ID | Long | False |
The Id of the client. |
Name | String | False |
Name of the object or property. |
Description | String | False |
Describes and provides information regarding the object. |
Type | String | False |
Indicates type of specific list. Valid values include Public, Private, Salesforce, GlobalUnsubscribe, and Master. Indicates the type of email to send to the address. Valid values include Text and HTML. |
OperationType | String | False |
Specifies metadata about the type of operation to perform. |
Content | String | False |
Identifies content contained in a content area. |
IsActive | Bool | False |
Specifies whether or not the object is active. |
CreatedDate | Datetime | False |
Read-only date and time of the object's creation. |
ModifiedDate | Datetime | False |
Indicates the last time object information was modified. |