Join the #BuildWithBuildAgent Challenge! Get recognized, earn exclusive swag, and inspire the ServiceNow Community with what you can build using Build Agent.  Join the Challenge.

What field watcher can debug?

Smith Johnson
Kilo Sage

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.

1 ACCEPTED SOLUTION

Mohith Devatte
Tera Sage
Tera Sage

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

View solution in original post

5 REPLIES 5

Hello,

No any server side scripting cannot be debugged in field watcher its purely for client side

PLease accept the solution if it is helpful to you