Fields.UpdateSendableField

Overview

Updates a data extension field used as part of a send from a current value to a new value

Syntax

Fields.UpdateSendableField(1)

Function Properties

Ordinal Type Description
1 string Required Attributes of content area to change

Example

This sample code updates the subscriber key value in a field to a new value:

var updateDE = DataExtension.Init('sendableDataExtension');
var status = updateDE.Fields.UpdateSendableField("DifferentSubKey", "Subscriber Key");
Last Updated: Jun 8, 2021