Previous Topic: New System Log File Default Limits

Next Topic: Filestore and Search Index Location Changes


Commands for GEL Tag Restrictions

Use the following commands to control GEL tag restriction:

admin general restrict-gel-tags

Sets the value of the gelTagRestriction property to on.

admin general allow-gel-tags

Sets the value of the gelTagRestriction property to off.

The property gelTagRestriction is referenced to determine if gel tags are restricted. The property is on the system element. It is an optional element.

Use the values on or off to set GEL tag restrictions for the environment. Specifying any value other than off enables GEL tag restriction. GEL tag restrictions are off by default.

Examples

Properties.xml file with no GEL tag restriction:

<system online="true" multiCurrency="false" licenseTypes="old" singleTenantMode="true"/>

or

<system online="true" multiCurrency="false" licenseTypes="old" singleTenantMode="true" gelTagRestriction="off"/>

Properties.xml file with GEL tags restricted:

<system online="true" multiCurrency="false" licenseTypes="old" singleTenantMode="false" gelTagRestriction="on"/>

Upgrade Action: None