
tiagomacul
Giga Sage
Options
- Post History
- Subscribe to RSS Feed
- Mark as New
- Mark as Read
- Bookmark
- Subscribe
- Printer Friendly Page
- Report Inappropriate Content
on 03-22-2021 07:44 AM
My Checkbox is disabled but it's possible to select and this action save effectively my record.
We're testing our development when faced this behaviour on the screen the checkbox is disabled, but instead of the common action that should be not clickable, could be clicked and saved.
Therefore we start to debug. How to do it?
Image | Description |
01. F12 Debugger | |
02. Open Console Tab | |
| 03. Search by error |
|
04. identifying the error you'll be able to fix it, in my case was a UI POLICY
Error's cleary saying:
Uncaught TypeError: g_user.getValue is not a function |
Updated to |
05. Go to script and fix it g_user.getValue updated to g_form.getValue |
|
06. Save and the error gone, as result my checkbox can't be clicked |
.
Labels:
- 464 Views