Topics

 Page Not Found

The page you were looking for wasn't found. It may have been moved or deleted.

Could this be what you are looking for?

We found the following pages which are similar to the page "manage-definable-fields-1367413770-0.08035700" you were looking for
Manage Definable Fields (deprecated)
This allows managing the old Definable Fields used before the integration of Exponent Forms. You should only use this if you already were using Definable Fields in eCommerce.
Manage Definable Fields
This command allows you to manage 'definable fields' for forms.  Currently only available in the E-Commerce Online Event Registration module.
Product Extra Fields
‘Extra Fields’ allows you to specify some additional fields of information to display for this product instead of simply adding them to the description, etc…  Currently these are only displayed for child products...
Product Input Fields
(User) ‘Input Fields’ are handled differently across the different product types, but they provide for input fields which the user can enter information specific to the product ordered.  This could be something like a...
Database Table Definition
The database table definition file is only used when creating or updating the table definitions (install/update tables).  It simply returns an array of table field names and types with the filename becoming the table's name. ...
Update Tables
This command updates the database structure by checking and adding any new features.  It is often required after installing an upgrade or a new extension. In the event you've made changes to your web site through an upgrade or new...
Turn Workflow On/Off
Workflow allows for additional moderation in a multi-user environment.  It adds 'revisions' and 'approval' to supported modules (currently Blog, News, & Text).  Turning Workflow ON adds some fields to associated tables, and turning it...
Models
The basic data structure of a module which includes the database table Definition and the code to manage the data Model.  The models are stored in the module's 'models' subfolder and the definitions are stored in the module's...
Form Report Settings
This tab contains details about the form report (output). These settings are initially inherited from the site form being used. Form data viewing is normally restricted by permission.  However by selecting the Enable Data Viewing by...
Create an Exponent Module - Part 1
In this tutorial we are going to create a module to keep track of an album collection. While this module might not be very useful, the concepts we are learning will be. Using the methods in this tutorial, you can write a module for...