8 years ago
1
Topic

Hello,

I'm new to Seblod and trying to understand how to use the features.

I want to automate some of our admin tasks by creating a form that updates two tables with fields that could be mapped. 

For example two tables - one is a custom table we already have called "badge_class", the other is the Joomla Articles table. The fields could be mapped like this:

name -> title

description -> introtext

image -> images

criteria_description -> fulltext

Both tables also have other information that would just be free storage or Joomla Article fields using this admin form. 

Is this possible using the Search Join plugin? We currently have the Code Pack (5-plugins), SD Databaser, and Search Query plugins. 

Thanks for any suggestions!

Get a VIP membership
8 years ago
0
Level 1

Hi devteam,

not sure to really understand your need.

Can you develop a little more your workflow?

If you want to manage a free table after a submission form, you can use in the code pack the field code AfterStore.

In this event you will access to all the fields of your form in the variable $fields, so you can update your free table like you need.


Regards.

Lionel

Get a VIP membership