10,588
edits
No edit summary |
|||
Line 79: | Line 79: | ||
[[File:Nightly sync job.png|400px]] | [[File:Nightly sync job.png|400px]] | ||
=== Change in behavior: Execute JS from rules === | |||
For advanced business logic scenarios, you have the option to [[Execute JavaScript from rules]]. Before this release, values return from JSBridge were wrapped in an extra set of quotation marks (for example, <code>"123"</code> for numbers or <code>""text""</code> for strings). After the release, one pair of quotation marks is gone (<code>123</code>, <code>"text"</code>). If you're switching from an older version of JSBridge.js, please update your scripts. | |||
== Questionnaires == | == Questionnaires == |