Which of the following CANNOT be debugged using Field Watcher?

Shubham Rai
Tera Contributor

1.     Which of the following CANNOT be debugged using Field Watcher?

  1. Business Rules
  2. Script Includes
  3. Client Scripts
  4. Access controls

Please,help me with this question 

1 ACCEPTED SOLUTION

ImedCG
Tera Expert

I think the good answer is

Script Includes

ImedCG_0-1681215956324.png

 

 

View solution in original post

5 REPLIES 5

Sai Shravan
Mega Sage

Hi @Shubham Rai ,

 

The answer is "Access controls".

 

Field Watcher is a debugging tool that allows you to monitor and debug changes to fields on a form in ServiceNow. It is used to debug Business Rules, Script Includes, and Client Scripts. However, Access Controls cannot be debugged using Field Watcher as it is not related to changes to fields on a form. Access controls are used to control the level of access users have to specific records or fields in ServiceNow based on their roles and permissions.

 

To debug Access Controls, you can use the Debug Security Controls feature in ServiceNow, which is specifically designed for debugging Access Controls.

 

Regards,

Shravan

Regards,
Shravan
Please mark this as helpful and correct answer, if this helps you

Shubham Rai
Tera Contributor

Hi @Sai Shravan 

could you please refer this doc-https://docs.servicenow.com/bundle/tokyo-application-development/page/script/debugging/concept/c_Fie...

Here the line "Type of object that changed the field and its associated name: The type of item that changed on the field; for example, CLIENT SCRIPTBUSINESS RULE, or ACL. "

clearly mentioned that it can also used for acl i guess

Hi @Shubham Rai ,

 

The information described in the question pertains to the "Type of change" column in the Field Watcher tool in ServiceNow. This column shows the type of object that changed the field and its associated name.

The "Type of change" column displays the type of item that changed the field, such as CLIENT SCRIPT, BUSINESS RULE, or ACL. For scripts, business rules, or other configuration-type fields, Field Watcher displays the name of the script or business rule that changed the field. By clicking on the name, you can go directly to the record for that item.

 

In summary, the "Type of change" column in Field Watcher displays the type of object that changed the field and its associated name, allowing developers to quickly identify the source of any changes made to the field.

Regards,
Shravan
Please mark this as helpful and correct answer, if this helps you

ImedCG
Tera Expert

I think the good answer is

Script Includes

ImedCG_0-1681215956324.png