- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎07-05-2022 01:30 PM
Hello,
I would like to ask if the field watcher can be used to debug the following:
- Client scripts (I suppose yes)
- Business rules (??)
- Access controls (??)
- Script Includes (??)
- Scheduled Jobs (??)
Thank you,
Smith.
Solved! Go to Solution.
- Labels:
-
Script Debugger
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎07-05-2022 01:38 PM
Hello,
yes if you enable field watcher for a particular field it shows what all configurations are being applied on that field at the form load or any operation on the firm related to that field except scheduled jobs as jobs are not field specific.
It will show client scripts and ACL's on that field and the script includes which are getting called in those client script related to that field
Please accept the solution if it is helpful to you
Thanks
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎07-05-2022 01:38 PM
Hello,
yes if you enable field watcher for a particular field it shows what all configurations are being applied on that field at the form load or any operation on the firm related to that field except scheduled jobs as jobs are not field specific.
It will show client scripts and ACL's on that field and the script includes which are getting called in those client script related to that field
Please accept the solution if it is helpful to you
Thanks
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎07-05-2022 01:48 PM
Hi,
thanks for your answer.
If a script include is called from server-side can field watcher debug it?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎07-06-2022 01:37 AM
Hello,
No it will not debug the script include most likely it will work for client side scripts
Please accept the solution if it answers your question
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎07-06-2022 03:46 AM
And business rules can be debugged too with field watcher?