mcdev
Version:
Accenture Salesforce Marketing Cloud DevTools
59 lines (58 loc) • 1.75 kB
JSON
{
"CustomerKey": "testExisting_dataExtensionShared",
"Name": "testExisting_dataExtensionShared",
"Description": "Container for my test emails",
"IsSendable": true,
"IsTestable": true,
"SendableDataExtensionField": { "Name": "ContactKey" },
"SendableSubscriberField": { "Name": "Subscriber Key" },
"DataRetentionPeriodLength": 6,
"ResetRetentionPeriodOnImport": false,
"Fields": [
{
"Name": "FirstName",
"DefaultValue": "",
"MaxLength": 50,
"IsRequired": false,
"IsPrimaryKey": false,
"FieldType": "Text"
},
{
"Name": "LastName",
"DefaultValue": "",
"MaxLength": 55,
"IsRequired": false,
"IsPrimaryKey": false,
"FieldType": "Text"
},
{
"Name": "EmailAddress",
"DefaultValue": "",
"MaxLength": 254,
"IsRequired": true,
"IsPrimaryKey": false,
"FieldType": "EmailAddress"
},
{
"Name": "newField",
"DefaultValue": "",
"MaxLength": 254,
"IsRequired": false,
"IsPrimaryKey": false,
"FieldType": "Text"
},
{
"Name": "ContactKey",
"DefaultValue": "",
"MaxLength": 50,
"IsRequired": true,
"IsPrimaryKey": true,
"FieldType": "Text"
}
],
"c__dataRetentionPeriodUnitOfMeasure": "Days",
"c__retainUntil": "2024-5-9",
"c__retentionPolicy": "allRecords",
"r__folder_ContentType": "shared_dataextension",
"r__folder_Path": "Shared Items/Shared Data Extensions"
}