Override File Format: Enables.ini

Shown here is an example of the contents of the Enables- and EnablesBase.ini files, followed by a description of the format.

[Customers]
screencolumn.ShowCustomers.ShowCustomers_List_PPC.CustomerID=true
screencolumn.ShowCustomers.ShowCustomers_List_PPC.CompanyName=true
action.AddCustomer=true
action.EditCustomer=true

The contents of this file are application specific and therefore will differ from one application to the next. The above is an example for a mobile application built for the Northwind demonstration database in SQL Server.

This override file contains one section for each module defined within the application, named [ModuleName].

The following line :
screencolumn.ShowCustomers.ShowCustomers_List_PPC.CustomerID=true
represents the screen column (screencolumn) CustomerID in the ShowCustomers_List_PPC list screen, which is a child definition to the ShowCustomers screen set. Each override item’s key follows a defined format:
defType.ModuleLevelParent.parent.parent.definitionName
The following items are the explanations to each component of the key