contract management missing contract number

WeighedBrass95
Tera Contributor

Hello,

 

I have an end user that is saying they are unable to see a contract number hyperlink to open contract details. They have contract administer roles and should have other correct roles. How do I resolve this? 

1 ACCEPTED SOLUTION

PoonkodiS
Giga Sage

Hi @WeighedBrass95 

if the user has the correct roles to see the row but the Number field is completely blank,

 

Field-Level Security (ACL): The user has permission to see the contract table, but a specific security rule is blocking them from seeing the number field itself. You need to check the Read ACL for ast_contract.number.( table name.field)

View solution in original post

7 REPLIES 7

PoonkodiS
Giga Sage

Hi @WeighedBrass95 

if the user has the correct roles to see the row but the Number field is completely blank,

 

Field-Level Security (ACL): The user has permission to see the contract table, but a specific security rule is blocking them from seeing the number field itself. You need to check the Read ACL for ast_contract.number.( table name.field)

It is in Contract Manager, so I am unsure where I see the name of that table.

Look at the URL bar when viewing the "My Contract Renewals" list.

 

Look for the part of the URL that ends in _list.do.

 

The text right before _list.do is your exact table name.

 

Example: If the URL says [https://instance.servicenow.com/ast_contract_list.do]..., your table name is ast_contract.

This is not specific to one table, it is across the whole application ("My Contracts, My Renewals, Active Contracts", etc). Would I be able to apply the table level ACL to the entire contract management app?