I am unable to find the Rule IDs for a lookup rule using the Laserfiche Cloud documentation which says:
To identify the ruleId for a specific lookup rule, access the browser console (developer tools) for your form. In the console, type jsonForm to present a JSON-formatted response.
What I'm doing:
- In Chrome, I browse to a Task and open it which opens the Form.
- I click the menu View > Developer > Developer Tools.
- The DevTools window appears and I select the Console menu item.
- At the > prompt I type jsonForm and press the Enter key.
- The following error appears in the console: Uncaught ReferenceError: jsonForm is not defined at <anonymous>:1:1
I must be misunderstanding the instructions somewhere. NOTE: I get the same response on Brave, and also get the same response if I open the Console while developing the Form. On Safari the error message is: ReferenceError: Can't find variable: jsonForm
Screenshot below. There were a lot of other errors in there, too, so I've included them in case they are relevant.
Thanks for any guidance anyone could offer!
Ken