The Project Settings API provides read-only access to information about tables, fields, master-detail relationships, and Lookup Wizard settings in the generated application.
Create a ProjectSettings object for the table whose settings you want to retrieve.
$settings = new ProjectSettings("Orders");
Methods
Method |
Description |
Returns the names of the table's key fields. |
|
Returns the names of the detail tables linked to the current table. |
|
Returns the fields that link the current master table to a detail table. |
|
Returns information about the master tables linked to the current table. |
|
Returns the fields that link a master table to the current detail table. |
|
Returns the names of all fields in the table or data source. |
|
Returns the display label of a field. |
|
Returns the table used by a field's Lookup Wizard. |
|
Returns the Lookup Wizard field whose value is saved. |
|
Returns the Lookup Wizard field displayed to the user. |