Contents
What are the data retention fields in dataextension?
Data retention fields are: DataRetentionPeriod, DataRetentionPeriodLength, DataRetentionPeriodUnitOfMeasure, RowBasedRetention, ResetRetentionPeriodOnImport, DeleteAtEndOfRetentionPeriod, and RetainUntil. To clear data from a DataExtension using the perform method, you need the Email | Subscribers | Data Extension | Clear Data permission.
How to get a data extension in Salesforce?
For example, in this case I’m retrieving the First Name and Last name from a Contacts Data Extension based on a couple of criteria (from the Email address and a different Data Extension): Thanks for contributing an answer to Salesforce Stack Exchange!
When do I need to update my dataextension?
To create or update a DataExtension, and if your account has the data extension retention policies business rule and any data retention fields are populated, you need the Data Extension | Manage Data Extension Retention permission.
How can I clear data from a dataextension?
To clear data from a DataExtension using the perform method, you need the Email | Subscribers | Data Extension | Clear Data permission. Also, your AccountType must be E2.0 or BU, or you need the role based access control business rule. If you don’t own the data extension, you can’t clear its data.
Is there an undocumented rest route for Data Extensions?
This is floating around the community in some comments, but I thought I’d update my answer to include the undocumented REST route for retrieving a Data Extension row. The filter is specified in the URL.
Which is a field in a sendable data extension?
Indicates the field within a sendable data extension to use as an address as part of a send. Possible values include SubscriberID, CustomerKey, or EmailAddress. The application uses this field to establish a data relationship between a value specified by theSendableSubscriberFieldproperty and a value within a sendable data extension.
What does a value of false mean on dataextension?
A value of false indicates that the data retention period continues from the original starting point. Indicates the date that ends the retention period for a data extension. Make sure that the value passed to this property is correctly formatted based on the Date Format setting of the API user.