[progress Communities] [progress Openedge Abl] Forum Post: [4.2] - Including A Function...

  • Thread starter Thread starter IramK
  • Start date Start date
Status
Not open for further replies.
I

IramK

Guest
Hello, I have a function that returns a value in a hosted file. Hosted File: function test(param1) { return param1 + "World"; } Actual Trigger: (this needs a date return value) {!#HOSTED_FILE.5-1W4gciTTatl-eE4CTNaQ#text} // Hosted file var returnValue = test("Hello"); var currentDate = new Date(); return currentDate; // Throws an error when I click on "Validate Formula". currentDate; // This works fine Can someone explain why is this throwing an error in the first scenario? Cheers. Iram

Continue reading...
 
Status
Not open for further replies.
Back
Top