Fields.UpdateSendableField

概要 

送信の一部として使用するデータエクステンションフィールドの現在の値を新しい値に更新します。

構文 

Fields.UpdateSendableField(1)

関数のプロパティ 

序数説明
1string必須変更するコンテンツ領域の属性

例 

このサンプルコードは、フィールド内の購読者キー値を新しい値に更新します。

1var updateDE = DataExtension.Init('sendableDataExtension');
2var status = updateDE.Fields.UpdateSendableField("DifferentSubKey", "Subscriber Key");