JP CS Data Query - Dynamic Field Mapping
Article Index
- JP CS Data Query
- Key Features
- Installation
- Configuration and Usage
- Main Table
- Left Join 1
- Left Join 2
- Ordering and Quantity
- Dynamic Field Mapping
- Join Field Aliases
- Compatibility Fields
- Example - Articles with Categories and Authors
- Example - E-Commerce Products
- JP CS Global Pagination Integration
- Download Key and Updates
- Troubleshooting
- Best Practices
- Summary
- All Pages
Page 9 of 18
Dynamic Field Mapping
After configuring the database query, return to the YOOtheme Pro element's Content tab and map the returned database values to the appropriate element fields.
JP CS DataQuery automatically exposes columns from the selected Main Table and enabled joined tables.
Main Table Fields
Columns are available using table-prefixed field names to help avoid conflicts between tables.
For example, when using the Joomla content table:
content_idcontent_titlecontent_introtextcontent_created
Direct Main Table column names are also preserved where applicable, such as:
titleintrotextcreated
Joined Table Fields
Joined table columns are also exposed using their table names.
For example:
categories_idcategories_titlecategories_aliasusers_idusers_nameusers_email