Allow Configuration in table

sai krishna10
Giga Guru

Hi,

What is the use of allow configuration field while creating table. I gone through the docs but i didnt understand its use. Can anyone explain its use by an example.

https://docs.servicenow.com/bundle/kingston-application-development/page/build/applications/concept/c_ExampleGrantingAccessToConfigRecs.html

 

Regards

Sai Krishna

5 REPLIES 5

Harsh Vardhan
Giga Patron

its like you are allowing your table to be available for UI ACtion, business rule, or you can add custom field for this table and client script. 

 

from the different scope you can access this table. and if you are in different scope and want to write a br on this table that has been desgined on other scope then you will only able to do once you check this allow configuration check box with the drop down choice "accessible from"

sai krishna10
Giga Guru

Hi,

 

First i created an application with name testing and i didnt place the allow configuration tick mark. Now i can try to create a business rule from the other scope. Even though the allow configuration is not ticked i can able to create the business rule on the testing table.

what have you selected on "accessible form" field?