05-23-2013 09:54 AM
05-23-2013 02:27 PM
{ - did you omit it or is it missing from the webscript? If the later, then you should add it there as well, it would be in your docprop.get.json.ftl file. SyntaxError: il manque ')' dans des parenthèses . That problem indicates that you don't "eval" the result well.var result = eval('(' + data + ')');? So eval(). Inside, a '(' string + your data + another ')' string. Maybe put double quotation mark to make it more distinctive: <code> var result = eval( "(" + data + ")" + )?Tags
Find what you came for
We want to make your experience in Hyland Connect as valuable as possible, so we put together some helpful links.