"Illegal attempt to access class 'com.glide.util.Log' via script" when creating a table field

Steve56
ServiceNow Employee
ServiceNow Employee

I am trying to add a field in a custom table. However, when I get "Illegal attempt to access class 'com.glide.util.Log' via script", and "Invalid update" on submit. Does someone know why this is happening and how can I successfully insert this field? Thanks in advance!

2 REPLIES 2

Hemant Kumar Ch
Kilo Sage

Hi Steve 

Follow the below steps it may help you in troubleshoot 

 

1. The "Illegal attempt to access class 'com.glide.util.Log'" message suggests that you are trying to access a class that it is not allowed to access. The "Invalid update" message may indicate that attempts to update the table in a way that is not allowed.

 

2. you may be trying to add the field to a protected table or a read-only table, which is why it is failing.

 

3. You may also need some required attributes for the field, such as a name, data type, or length.

 

Please make sure you have the correct permissions to the table, and make sure you are providing the correct attributes for the field you are trying to add.

 

Hemant Kumar Ch 

Developer-Ciena 

Yes I do have permission to the table as I am an admin and created that table and all the fields in it. However, this is the only one failing for some reason.