James Johnson
- Total activity 30
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 1
Activity overview
Latest activity by James Johnson-
James Johnson commented,
Also, how can I create a jsonPayload object? var jsonPayload = {prop : 'abc'}; is valid JavaScript but produces the following error in frevvo: Form or Rule Level Validation Issue: Suggested directi...
-
James Johnson commented,
Thanks. Where can I find additional documentation on the http object? Is this object an object from some JavaScript library or a Frevvo custom JavaScript object?
-
James Johnson commented,
I would like to make a call to Java code. The Java code connects to LDAP and gets data about a user. That data will then return to the JavaScript code to populate a form. I think the http.get may b...
-
James Johnson commented,
Thanks. I'm not familiar with the object, http. Where can I find documentation on the http.post method?
-
James Johnson created a post,
What variant of JavaScript is used in defining business rules?
I've noticed that object such as window and document do not seem to be supported by the JavaScript used in defining business rules. Also, http.get seems to be unique to this variant of JavaScript. ...
-
James Johnson created a post,
Is it possible to make an AJAX call from a form?
Can I make a AJAX call from a form? For example, could I make a AJAX call from the JavaScript in a business rule on form load?
-
James Johnson commented,
Please see attached. NewUserFormWorkflow_flow(2).zip frevvo.mp4
-
James Johnson created a post,
How can I modify a workflow without impacting in-progress tasks?
I noticed that some changes (not exactly sure what changes) to a workflow can cause an error to any pending tasks of that workflow. When trying to perform a pending task after workflow modificatio...
-
James Johnson commented,
Thank you for the workaround.
-
James Johnson commented,
Thanks. Turning off navigation prevents an user from creating the issue. It would be great to keep navigation visible but prevent users from accessing certain steps in the workflow. The issue is a...