Created
December 7, 2018 10:08
-
-
Save matrostik/ca2b2d02302430fcfd5346373cd5f763 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<script runat=server language="JavaScript" executioncontexttype="get"> | |
Platform.Load("Core","1.1.5"); | |
var TestDE = DataExtension.Init("TEST_DataExtension"); | |
var result = TestDE.Rows.Update({"AccountId":"Test_account"}, ["ContactId"],["0032405071zljdyAAA"]); | |
Write('<b>Output:</b>'+result); | |
</script> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment