diff --git a/Data/testData.xml b/Data/testData.xml new file mode 100644 index 0000000..0a32b90 --- /dev/null +++ b/Data/testData.xml @@ -0,0 +1,22 @@ + + + client method for testing "Run Client Method" action in method editor + DF3EE005E1CF4AB9BDF4AA7FF3328BE5 + +var corpTZ = this.newItem("Variable","get"); +corpTZ.setProperty("name","CorporateTimeZone"); +corpTZ = corpTZ.apply(); + +if (corpTZ.isError()) + return alert(corpTZ.getErrorString()); + +return corpTZ.getProperty("value","no time zone set"); + + JavaScript + test client method action + + + CorporateTimeZone + Eastern Standard Time + +